Current Path : /storage/v11800/politick/

Linux v11800 5.3.0-1023-aws #25~18.04.1-Ubuntu SMP Fri Jun 5 15:19:18 UTC 2020 aarch64

Upload File :
Current File : /storage/v11800/politick/.db.sql
-- MariaDB dump 10.19  Distrib 10.6.9-MariaDB, for debian-linux-gnu (aarch64)
--
-- Host: localhost    Database: politickdb
-- ------------------------------------------------------
-- Server version	10.6.9-MariaDB-1:10.6.9+maria~ubu2004

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

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

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

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

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

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2023-08-29 05:23:46','2023-08-29 05:23:46','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
INSERT INTO `wp_e_events` VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-08-29T11:27:03.013-06:30\"}','2023-08-29 11:27:03');
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://politick.in8.cdn-alpha.com','yes'),(2,'home','https://politick.in8.cdn-alpha.com','yes'),(3,'blogname','My WordPress','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wp@dxpsites.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','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','/%postname%/','yes'),(29,'rewrite_rules','a:150:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"metform-form/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"metform-form/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"metform-form/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"metform-form/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"metform-form/(.+?)/embed/?$\";s:45:\"index.php?metform-form=$matches[1]&embed=true\";s:31:\"metform-form/(.+?)/trackback/?$\";s:39:\"index.php?metform-form=$matches[1]&tb=1\";s:39:\"metform-form/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&paged=$matches[2]\";s:46:\"metform-form/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&cpage=$matches[2]\";s:35:\"metform-form/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?metform-form=$matches[1]&page=$matches[2]\";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=107&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:37:\"elementskit-lite/elementskit-lite.php\";i:4;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:5;s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";i:6;s:19:\"metform/metform.php\";i:7;s:43:\"template-kit-import/template-kit-import.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','5.5','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentytwentythree','yes'),(41,'stylesheet','twentytwentythree','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','55853','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','107','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1708838625','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','55853','yes'),(100,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:10:{i:1693286634;a:6:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:34:\"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;}}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:1693286635;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1693286797;a:3:{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;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1693286799;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:1693286857;a:1:{s:28:\"wp_update_comment_type_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1693288616;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1693373034;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1693373198;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1695883426;a:1:{s:34:\"elementor_1_elementor_updater_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:43:\"elementor_1_elementor_updater_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.5\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),(121,'_transient_doing_cron','1719263716.6976659297943115234375','yes'),(126,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1719263746;s:7:\"checked\";a:4:{s:16:\"twentytwentyfour\";s:3:\"1.1\";s:15:\"twentytwentyone\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";}s:8:\"response\";a:1:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.1.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.4.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.7.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(129,'ai1wm_secret_key','dafufrjylKEh','yes'),(130,'wp_cli_login','{\"endpoint\":\"1313efcf\",\"version\":\"^1.2\"}','yes'),(134,'ai1wmue_plugin_key','1bebc005-bc23-4932-8b3f-1b4b72ee066a','yes'),(135,'_site_transient_timeout_browser_0a264a5519a9e1055915d67c10c5115b','1693891599','no'),(136,'_site_transient_browser_0a264a5519a9e1055915d67c10c5115b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"115.0.0.0\";s:8:\"platform\";s:0:\"\";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'),(137,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1693891599','no'),(138,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(139,'can_compress_scripts','0','yes'),(140,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1693330020','no'),(141,'_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:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";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: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:59:\"The latest news about WordPress and the WordPress 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Aug 2023 04:50: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: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=6.4-alpha-56482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?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:5:\"title\";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: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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:63:\"\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:57:\"The Future of WordPress &amp; What’s Next for 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Aug 2023 04:50: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";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:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15879\";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:431:\"Nearly 2,000 attendees gathered for two days of keynotes, sessions, and community-building conversations at the Gaylord National Resort &#38; Convention Center in the largest attended WordCamp US ever. Saturday’s sessions concluded with back-to-back keynotes by WordPress co-founder Matt Mullenweg and Executive Director Josepha Haden Chomphosy.  What’s Next for WordPress Josepha launched her keynote by celebrating [&#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:17:\"Nicholas Garofalo\";s: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:7482:\"\n<p>Nearly 2,000 attendees gathered for two days of keynotes, sessions, and community-building conversations at the Gaylord National Resort &amp; Convention Center in the largest attended WordCamp US ever. Saturday’s sessions concluded with back-to-back keynotes by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for WordPress</h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/3OaypzgzAlw?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Josepha launched her keynote by celebrating 20 years of WordPress and reflecting on its journey from a blogging tool to the world&#8217;s most popular community-driven web platform. On WordPress as a platform for empowerment and change, Josepha shared, “The more people that know about WordPress, the more people can access the incredible opportunities that WordPress can provide.” And that sustaining the platform for future generations ensures these opportunities will persist. She added, “We exist for as long as people want to use our software.”</p>\n\n\n\n<p>The community is the key to sustaining WordPress, and Josepha touched on the importance of WordCamps, workshops, and events that create value, promote inclusivity,&nbsp; and spark inspiration. WordPress can be a catalyst for positive change in the life of a contributor, end user, or site builder.</p>\n\n\n\n<p>Concluding her keynote, Josepha asked the audience to think about the story they’d want to tell about themselves and their time in WordPress; and the story they would want WordPress to tell the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for Gutenberg</h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/EavRd7PtA0Q?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Matt began his keynote with a touch of nostalgia, referring to a comment on his personal blog in 2003 by WordPress Co-founder <a href=\"https://profiles.wordpress.org/mikelittle/\">Mike Little</a>, and then looked ahead to the most recent release, WordPress 6.3. As this year’s largest release, it includes new features such as the Command Palette, a quick way (⌘+k on Mac or Ctrl+k on Windows) to search your site and access common commands.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/download/releases/6-3/\"><img decoding=\"async\" fetchpriority=\"high\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=1024%2C535&#038;ssl=1\" alt=\"WordPress 6.3 Lionel\" class=\"wp-image-15795\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=1024%2C535&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=768%2C401&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=1536%2C802&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=2048%2C1070&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Matt continued, “WordPress never rests, so right around the corner is <a href=\"https://make.wordpress.org/core/6-4/\">WordPress 6.4</a> on Nov 7… with some cool new features.” He shared that 6.4, like 5.6, will be an underrepresented gender-led release. A new default theme, <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four</a>, is tailored for entrepreneurs and small businesses, photographers and artists, and writers and bloggers. Additionally, 6.4 will feature integrated font management and Image block options to expand single images for optimal viewing.</p>\n\n\n\n<p>Looking further into the future, Matt highlighted Phase 3 of the Gutenberg project, which will focus on workflows and collaboration, “moving WordPress from a single-player to a multi-player tool.” In that spirit of collaboration, a new <a href=\"https://wordpress.slack.com/archives/C05PY7QLR5F\">#LMS</a> working group will also bring WordPress learning management systems together to improve the web standards for courses and learning content.</p>\n\n\n\n<p>Beyond Phase 3, Matt shared thoughts about what it means to support WordPress many years from now. A new <a href=\"https://wordpress.com/100-year/\">100-Year Plan</a> from WordPress.com is an exploration into long-term planning for your online presence. He encouraged attendees to be inspired by the region&#8217;s history, reflecting on what it would mean to honor the past while anticipating and planning for the future.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>A Q&amp;A session followed the keynotes, with questions submitted by the in-person audience and live stream viewers.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/3Fa0Q-brSeI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Additional questions will be answered in a future post on <a href=\"https://make.wordpress.org/project/\">make.WordPress.org/project/</a>. Join the <a href=\"https://make.wordpress.org/\">global community making WordPress</a> and be part of our journey toward a brighter future!</p>\n\n\n\n<p><em>Thank you to </em><a href=\"https://profiles.wordpress.org/angelasjin/\"><em>@angelasjin</em></a><em>, </em><a href=\"https://profiles.wordpress.org/bjmcsherry/\"><em>@bmcsherry</em></a><em>, </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, </em><a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@dansoschin</em></a><em>, and </em><a href=\"https://profiles.wordpress.org/eidolonnight/\"><em>@eidolonnight</em></a><em> for collaborating on this post.</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:5:\"15879\";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:64:\"\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:\"WP20 – A Heartfelt Thanks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2023/08/wp20-a-heartfelt-thanks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Aug 2023 14:54: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:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";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:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WP20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15471\";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:484:\"Earlier this year, WordPressers around the globe united to celebrate 20 years of community and innovation. There were parties, blogs, videos, and social media posts aplenty. And, of course, the trending hashtag, “#WP20”.\n\nThroughout April and May, community members reflected on their journeys - what brought them to WordPress and its personal meaning. The stories, tweets, and videos were inspiring, nostalgic, and even humorous at times. There was swag, and the cakes were epic.\";s: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:68:\"https://wordpress.org/news/files/2023/08/wp20-celebrate-animated.mp4\";s:6:\"length\";s:7:\"2964981\";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:11:\"Dan Soschin\";s: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:38216:\"\n<figure class=\"wp-block-video\"><video autoplay controls loop muted src=\"https://wordpress.org/news/files/2023/08/wp20-celebrate-animated.mp4\" playsinline></video></figure>\n\n\n\n<p>Earlier this year, WordPressers around the globe united to celebrate 20 years of community and innovation. There were parties, blogs, videos, and social media posts aplenty. And, of course, the trending hashtag, “#WP20”.</p>\n\n\n\n<p>Throughout April and May, community members reflected on their journeys &#8211; what brought them to WordPress and its personal meaning. The stories, tweets, and videos were inspiring, nostalgic, and even humorous at times. There was swag, and the cakes were epic.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let’s take a look!</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">On WordPress turning 20, and the Audrey Scholars program: <a href=\"https://t.co/Etwh8H6xh4\">https://t.co/Etwh8H6xh4</a></p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1662582800451776512?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">WordPress celebrates 20 years tomorrow. It&#39;s grown from a comment on a blog post to a web spanning phenomenon. Thanks to an outstanding community and the freedoms of Open Source. Happy Birthday, WordPress! <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://t.co/fght4XMJXb\">pic.twitter.com/fght4XMJXb</a></p>&mdash; Mike Little (@mikelittlezed1) <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649?ref_src=twsrc%5Etfw\">May 26, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Look at this cute <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> cake from <a href=\"https://twitter.com/RicksBakery?ref_src=twsrc%5Etfw\">@RicksBakery</a>! <a href=\"https://t.co/f88H3usR5R\">pic.twitter.com/f88H3usR5R</a></p>&mdash; Josepha Haden Chomphosy (@JosephaHaden) <a href=\"https://twitter.com/JosephaHaden/status/1662562362979676162?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"es\" dir=\"ltr\">Tenemos regalitos para los que vengáis esta tarde a la Meetup.<a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/PSPsbWluv7\">pic.twitter.com/PSPsbWluv7</a></p>&mdash; Meetup WordPress Torrelodones (@WPTorrelodones) <a href=\"https://twitter.com/WPTorrelodones/status/1671918091398258688?ref_src=twsrc%5Etfw\">June 22, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">So <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> is turning 20 years old today! <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <br><br>Happy birthday to WordPress and its entire community! from me and <a href=\"https://twitter.com/MariekeRakt?ref_src=twsrc%5Etfw\">@MariekeRakt</a> <a href=\"https://t.co/9N9T0SnsdL\">pic.twitter.com/9N9T0SnsdL</a></p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1662398779360702465?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Happy 20th birthday, <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a>! Our Cebu meetup was a success! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f382.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><br><br>…and our community is growing. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4af.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Thanks to <a href=\"https://twitter.com/hashtag/enspaceCebu?src=hash&amp;ref_src=twsrc%5Etfw\">#enspaceCebu</a> for hosting our party! <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://twitter.com/hashtag/WordPressCebu?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPressCebu</a> <a href=\"https://twitter.com/hashtag/WPCebu?src=hash&amp;ref_src=twsrc%5Etfw\">#WPCebu</a> <a href=\"https://t.co/TUFoKjuoxq\">pic.twitter.com/TUFoKjuoxq</a></p>&mdash; Cebu WordPress Meetup (@WPCebu) <a href=\"https://twitter.com/WPCebu/status/1664957630241189888?ref_src=twsrc%5Etfw\">June 3, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">I&#39;m sure you&#39;ve seen by now, but today is WordPress&#39; 20th birthday! Thank you to <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> and <a href=\"https://twitter.com/mikelittlezed1?ref_src=twsrc%5Etfw\">@mikelittlezed1</a> for following through with a seemingly wild idea. I don&#39;t think anyone could have predicted we&#39;d end up where we are today. Happy birthday <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a>! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/tAZRlYThuS\">pic.twitter.com/tAZRlYThuS</a></p>&mdash; Jon Desrosiers (@desrosj) <a href=\"https://twitter.com/desrosj/status/1662616708064985088?ref_src=twsrc%5Etfw\">May 28, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"de\" dir=\"ltr\">Hier ist der Recap vom letzten Zürcher <a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/Meetup?src=hash&amp;ref_src=twsrc%5Etfw\">#Meetup</a> im <a href=\"https://twitter.com/westhive?ref_src=twsrc%5Etfw\">@westhive</a> inkl. Audioaufzeichnungen und Slides der Präsentationen, sowie ein paar visuellen Eindrücken des Abends. <a href=\"https://twitter.com/hashtag/BBQ?src=hash&amp;ref_src=twsrc%5Etfw\">#BBQ</a> <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/IycEcb4DQL\">https://t.co/IycEcb4DQL</a></p>&mdash; WordPress Zürich (@wpzurich) <a href=\"https://twitter.com/wpzurich/status/1674695261694701568?ref_src=twsrc%5Etfw\">June 30, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"qme\" dir=\"ltr\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://twitter.com/hashtag/WCEU?src=hash&amp;ref_src=twsrc%5Etfw\">#WCEU</a> <a href=\"https://twitter.com/hashtag/WCEU2023?src=hash&amp;ref_src=twsrc%5Etfw\">#WCEU2023</a> <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/Uodqd2OotM\">pic.twitter.com/Uodqd2OotM</a></p>&mdash; Osom Studio WordPress &amp; WooCommerce Agency (@OSOM_STUDIO) <a href=\"https://twitter.com/OSOM_STUDIO/status/1667524236406145024?ref_src=twsrc%5Etfw\">June 10, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Celebrating <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> at <a href=\"https://twitter.com/hashtag/WCEU?src=hash&amp;ref_src=twsrc%5Etfw\">#WCEU</a> with <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <a href=\"https://twitter.com/JosephaHaden?ref_src=twsrc%5Etfw\">@JosephaHaden</a> <a href=\"https://twitter.com/matias_ventura?ref_src=twsrc%5Etfw\">@matias_ventura</a> <a href=\"https://t.co/9LM9HnEfYn\">pic.twitter.com/9LM9HnEfYn</a></p>&mdash; Felix Arntz (@felixarntz) <a href=\"https://twitter.com/felixarntz/status/1667536517705736193?ref_src=twsrc%5Etfw\">June 10, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n</div>\n</div>\n\n\n\n<p>Want to see more tweets? <a href=\"https://wp20.wordpress.net/live/\">Check out the tweet wall here.</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Bits &amp; Bytes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wp20.wordpress.net\">Official website for WP20</a></li>\n\n\n\n<li>The #WP20 hashtag was used at least 18,000 times between March 1 and June 8, 2023 on social peaking on May 27 with at least 2,700+ metions</li>\n\n\n\n<li>165+ meetups took place to celebrate WP20</li>\n\n\n\n<li>At least 4,661 people attended a meetup across six continents</li>\n\n\n\n<li>100+ kits of swag were shipped to meetup organizers</li>\n</ul>\n\n\n\n<p>Want more social media for WordPress? Check out the official accounts here:</p>\n\n\n\n<ul>\n<li><a href=\"https://twitter.com/WordPress\">Twitter</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/wordpress/\">Instagram</a></li>\n\n\n\n<li><a href=\"https://www.facebook.com/WordPress/\">Facebook</a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/company/wordpress\">LinkedIn</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/wordpress\">YouTube</a></li>\n\n\n\n<li><a href=\"https://www.pinterest.com/WordPress/\">Pinterest</a></li>\n\n\n\n<li><a href=\"https://www.tumblr.com/wordpress\">Tumblr</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Snapshots from WP20 Celebrations</h2>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" data-id=\"15527\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15527\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"769\" height=\"1024\" data-id=\"15518\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=769%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15518\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=769%2C1024&amp;ssl=1 769w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=768%2C1023&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=1154%2C1536&amp;ssl=1 1154w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?w=1538&amp;ssl=1 1538w\" sizes=\"(max-width: 769px) 100vw, 769px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"768\" height=\"1024\" data-id=\"15523\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=768%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15523\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?w=1536&amp;ssl=1 1536w\" sizes=\"(max-width: 768px) 100vw, 768px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" data-id=\"15516\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15516\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?w=1024&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"828\" height=\"1024\" data-id=\"15517\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?resize=828%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15517\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?w=828&amp;ssl=1 828w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?resize=243%2C300&amp;ssl=1 243w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?resize=768%2C950&amp;ssl=1 768w\" sizes=\"(max-width: 828px) 100vw, 828px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" data-id=\"15522\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15522\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?w=2048&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"768\" height=\"1024\" data-id=\"15524\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr.webp?resize=768%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15524\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?resize=1536%2C2048&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" data-id=\"15519\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15519\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"941\" data-id=\"15525\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=1024%2C941&#038;ssl=1\" alt=\"\" class=\"wp-image-15525\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=1024%2C941&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=300%2C276&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=768%2C706&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=1536%2C1411&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?w=2047&amp;ssl=1 2047w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" data-id=\"15520\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15520\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"851\" data-id=\"15521\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=1024%2C851&#038;ssl=1\" alt=\"\" class=\"wp-image-15521\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=1024%2C851&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=300%2C249&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=768%2C638&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=1536%2C1276&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?w=2048&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"769\" data-id=\"15526\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec.webp?resize=1024%2C769&#038;ssl=1\" alt=\"\" class=\"wp-image-15526\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=1024%2C769&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=768%2C577&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=1536%2C1154&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=2048%2C1538&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Props</h2>\n\n\n\n<p>WP20 celebrations, swag, websites, social media, graphics, and so much more could not have happened without the wonderful contributions of so many. Beyond the organizers of the 165+ events, there were many people working behind the scenes to ensure WordPress got the recognition it deserved. Thank you to everyone who worked behind the scenes to organize the meetups, create swag, and to spread the word. Some of these hardworking folks include: <a href=\"https://profiles.wordpress.org/nomadskateboarding/\">Mark Andrew</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/tinobarreiro/\">Tino Barreiro</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, <a href=\"https://profiles.wordpress.org/mysweetcate/\">Cate DeRosia</a>, <a href=\"https://profiles.wordpress.org/triforcepower/\">Em DeRosia</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/ngreennc/\">Nyasha Green</a>, <a href=\"https://profiles.wordpress.org/nickhamze/\">Nick Hamze</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a>, <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a>, <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, Winston Koone, Megan Marcel, <a href=\"https://profiles.wordpress.org/ninianepress/\">Jenni McKinnon</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Se Reed</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a>, Andrew Wikel, and <a href=\"https://profiles.wordpress.org/adamwood/\">Adam Wood</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Some More Fun</h2>\n\n\n\n<p>A WordPress event is not complete without a Wapuu, and not only was there one, but there was a whole campaign to color it in! Thanks to <a href=\"https://profiles.wordpress.org/triforcepower/\">Em DeRosia</a> for creating the commemorative Wapuu!</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"737\" height=\"1024\" data-id=\"15532\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=737%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15532\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=737%2C1024&amp;ssl=1 737w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=216%2C300&amp;ssl=1 216w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=768%2C1067&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?w=864&amp;ssl=1 864w\" sizes=\"(max-width: 737px) 100vw, 737px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"737\" height=\"1024\" data-id=\"15528\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=737%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15528\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=737%2C1024&amp;ssl=1 737w, https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=216%2C300&amp;ssl=1 216w, https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=768%2C1067&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?w=864&amp;ssl=1 864w\" sizes=\"(max-width: 737px) 100vw, 737px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"722\" height=\"956\" data-id=\"15531\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Ft8DCn9WcA08xYZ.jpeg?resize=722%2C956&#038;ssl=1\" alt=\"\" class=\"wp-image-15531\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Ft8DCn9WcA08xYZ.jpeg?w=722&amp;ssl=1 722w, https://i0.wp.com/wordpress.org/news/files/2023/07/Ft8DCn9WcA08xYZ.jpeg?resize=227%2C300&amp;ssl=1 227w\" sizes=\"(max-width: 722px) 100vw, 722px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"832\" height=\"1024\" data-id=\"15534\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=832%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15534\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=832%2C1024&amp;ssl=1 832w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=244%2C300&amp;ssl=1 244w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=768%2C945&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?w=975&amp;ssl=1 975w\" sizes=\"(max-width: 832px) 100vw, 832px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"819\" height=\"1024\" data-id=\"15533\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=819%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15533\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=819%2C1024&amp;ssl=1 819w, https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=240%2C300&amp;ssl=1 240w, https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=768%2C960&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?w=960&amp;ssl=1 960w\" sizes=\"(max-width: 819px) 100vw, 819px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"829\" data-id=\"15530\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=1024%2C829&#038;ssl=1\" alt=\"\" class=\"wp-image-15530\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=1024%2C829&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=300%2C243&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=768%2C622&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?w=1121&amp;ssl=1 1121w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"712\" data-id=\"15535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=1024%2C712&#038;ssl=1\" alt=\"\" class=\"wp-image-15535\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=1024%2C712&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=300%2C209&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=768%2C534&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"709\" height=\"1024\" data-id=\"15536\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=709%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=709%2C1024&amp;ssl=1 709w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=208%2C300&amp;ssl=1 208w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=768%2C1109&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?w=831&amp;ssl=1 831w\" sizes=\"(max-width: 709px) 100vw, 709px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"737\" height=\"1024\" data-id=\"15529\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=737%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15529\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=737%2C1024&amp;ssl=1 737w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=216%2C300&amp;ssl=1 216w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=768%2C1066&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?w=970&amp;ssl=1 970w\" sizes=\"(max-width: 737px) 100vw, 737px\" data-recalc-dims=\"1\" /></figure>\n</figure>\n\n\n\n<p>The Marketing team ran an interactive campaign, <a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\"><em>From Blogs to Blocks</em></a>, a series of prompts across 20 days for WordPress enthusiasts to celebrate all-things WordPress.</p>\n\n\n\n<p>Additional campaigns took place on social media and included prompting folks to share their favorite WordPress memory and most cherished WordPress swag item, to highlight the 21 contributing teams, and even to share a birthday greeting.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">My fav <a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a> swag, which I use daily! This was the speaker swag from <a href=\"https://twitter.com/hashtag/WCBos?src=hash&amp;ref_src=twsrc%5Etfw\">#WCBos</a> 2019. <a href=\"https://twitter.com/melchoyce?ref_src=twsrc%5Etfw\">@melchoyce</a>, I think you designed this stunning logo? <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/1sEIEMGzM9\">https://t.co/1sEIEMGzM9</a> <a href=\"https://t.co/F0ufF9msqP\">pic.twitter.com/F0ufF9msqP</a></p>&mdash; Angela Jin (@AngelaSJin) <a href=\"https://twitter.com/AngelaSJin/status/1650832707683864578?ref_src=twsrc%5Etfw\">April 25, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>We had lots of digital goodies too! From 3D desktop wallpaper, to selfie-props for the celebrations, and more. <a href=\"https://wp20.wordpress.net/swag/\">You can download them here</a>.</p>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:37.05595%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=1500&#038;ssl=1 1500w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=1600&#038;ssl=1 1600w\" alt=\"\" data-height=\"900\" data-id=\"15830\" data-link=\"https://wordpress.org/news/?attachment_id=15830\" data-url=\"https://wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png\" data-width=\"1600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?ssl=1\" data-amp-layout=\"responsive\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg?strip=info&#038;w=825&#038;ssl=1 825w\" alt=\"\" data-height=\"600\" data-id=\"15829\" data-link=\"https://wordpress.org/news/?attachment_id=15829\" data-url=\"https://wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg\" data-width=\"825\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:62.94405%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?strip=info&#038;w=1490&#038;ssl=1 1490w\" alt=\"WP20\" data-height=\"1140\" data-id=\"15854\" data-link=\"https://wordpress.org/news/?attachment_id=15854\" data-url=\"https://wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png\" data-width=\"1490\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Got Swag? Need Swag?</h2>\n\n\n\n<p>It&#8217;s not too late to order your WP20 commemorative items. <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">Find shirts, stickers, and more, while supplies last</a>!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>See you in five years for the 25th!</strong></h2>\n\n\n\n<p>Sign up here to stay in the &#8220;know&#8221;!</p>\n\n\n	<div class=\"wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions\">\n		<div class=\"jetpack_subscription_widget\">\n			<div class=\"wp-block-jetpack-subscriptions__container\">\n				<form\n					action=\"#\"\n					method=\"post\"\n					accept-charset=\"utf-8\"\n					data-blog=\"14607090\"\n					data-post_access_level=\"everybody\"\n					id=\"subscribe-blog-1\"\n				>\n					<p id=\"subscribe-email\">\n						<label id=\"jetpack-subscribe-label\"\n							class=\"screen-reader-text\"\n							for=\"subscribe-field-1\">\n							Type your email…						</label>\n						<input type=\"email\" name=\"email\" required=\"required\"\n															class=\"no-border-radius  required\"\n																						style=\"font-size: 16px;padding: 15px 23px 15px 23px;border-radius: 0px;border-width: 1px;\"\n														value=\"\"\n							id=\"subscribe-field-1\"\n							placeholder=\"Type your email…\"\n						/>\n					</p>\n\n					<p id=\"subscribe-submit\"\n											>\n						<input type=\"hidden\" name=\"action\" value=\"subscribe\"/>\n						<input type=\"hidden\" name=\"blog_id\" value=\"14607090\"/>\n						<input type=\"hidden\" name=\"source\" value=\"https://wordpress.org/news/feed/\"/>\n						<input type=\"hidden\" name=\"sub-type\" value=\"subscribe-block\"/>\n						<input type=\"hidden\" name=\"redirect_fragment\" value=\"subscribe-blog-1\"/>\n												<button type=\"submit\"\n															class=\"wp-block-button__link no-border-radius\"\n																						style=\"font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px;\"\n														name=\"jetpack_subscriptions_widget\"\n						>\n							Subscribe						</button>\n					</p>\n				</form>\n\n							</div>\n		</div>\n	</div>\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15471\";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: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:26:\"WordPress 6.3 “Lionel”\";s:7:\"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:42:\"https://wordpress.org/news/2023/08/lionel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Aug 2023 20:03:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;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:\"\";}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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;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:35:\"https://wordpress.org/news/?p=15718\";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:196:\"WordPress 6.3 \"Lionel\" is here! Named after Lionel Hampton, the prolific jazz musician and bandleader, this release was made possible by over 650 contributors. Download WordPress 6.3 Lionel today.\";s: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:\"Matias Ventura\";s: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:71359:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Main-Image.png?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-15794\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Main-Image.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Main-Image.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Main-Image.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Main-Image.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Main-Image.png?resize=2048%2C1365&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Main-Image.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to WordPress 6.3 “Lionel,” named after <a href=\"https://en.wikipedia.org/wiki/Lionel_Hampton\">Lionel Hampton</a>, the celebrated American jazz artist. A prolific jazz vibraphonist, pianist, and percussionist, Hampton gained notoriety working in harmony with greats from <a href=\"https://en.wikipedia.org/wiki/Charles_Mingus\">Charles Mingus</a> to <a href=\"https://en.wikipedia.org/wiki/Quincy_Jones\">Quincy Jones</a> and as bandleader of the eponymous Lionel Hampton Orchestra. His artistry and charitable work have been recognized with a Grammy, a star on the Hollywood Walk of Fame, and the National Medal of Arts.</p>\n\n\n\n<p>Be sure to turn up the volume of the <a href=\"https://www.youtube.com/channel/UCpfWWFslWSapwL_q16AboSg/featured\">musical stylings</a> of Lionel Hampton as you discover all “Lionel” has to offer.</p>\n\n\n\n<p>With “Lionel” you can create beautiful and compelling websites more efficiently than ever. Whether you want to build an entire site without coding or are a developer looking to customize every detail, WordPress 6.3 has something to pique your interest. As you unpack and explore this latest release, you will discover updated functions and navigation designed to help you work and create with less effort, design tools that give you more control over layout, and added functionality enriching the site-building experience.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-large-font-size\">\n<p class=\"has-extra-large-font-size\">&#8220;Lionel&#8221; marks a major chapter in the evolution of WordPress as a tool for expression. It’s the culmination of years of work from hundreds of contributors, bringing a more powerful and cohesive editing experience for crafting websites with blocks. It continues the quest of making web publishing approachable for everyone—so it’s also just a new beginning!</p>\n<cite>Matías Ventura, WordPress 6.3 Release Lead</cite></blockquote>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.3.zip\">Download WordPress 6.3 &#8220;Lionel&#8221; today</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<p>This momentous release opens new possibilities for the creative expression of designers, creators, and builders. Powerful tools and refined controls give users confidence and allow them to easily manage their sites.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Do everything in the Site Editor</h3>\n\n\n\n<p>WordPress 6.3 brings your content, templates, and patterns together in the Site Editor for the first time. Add pages, browse style variations, create synced patterns, and enjoy fine-tuned control over navigation menus. Spend less time switching across different site areas—so you can focus on what matters most. Creation to completion, all in one place.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/site-editor-2.png?resize=1024%2C666&#038;ssl=1\" alt=\"Image titled: &quot;Do everything in the Site Editor&quot;\" class=\"wp-image-15808\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/site-editor-2.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/site-editor-2.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/site-editor-2.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/site-editor-2.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Do everything in the Site Editor</em></figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Preview Block themes</h3>\n\n\n\n<p>Experience block themes before you switch and preview the Site Editor, with options to customize directly before committing to a new theme.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/previewing-themes.png?resize=1024%2C666&#038;ssl=1\" alt=\"Image about previewing block themes titled Previewing Themes depicting &quot;Previewing: Organizer&quot;\" class=\"wp-image-15769\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/previewing-themes.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/previewing-themes.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/previewing-themes.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/previewing-themes.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Preview a new block theme before you switch and commit</em></figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Create and sync patterns</h3>\n\n\n\n<p>Arrange blocks and save them to the ‘My Patterns’ section for use throughout your site. You can even specify whether to sync your patterns (previously referred to as “Reusable blocks”) so that one change applies to all parts of your site. Or, utilize patterns as a starting point with the ability to customize each instance.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/patterns.png?resize=1024%2C666&#038;ssl=1\" alt=\"Image showing the new My Patterns section in the CMS.\" class=\"wp-image-15768\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/patterns.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/patterns.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/patterns.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/patterns.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>My patterns: All your patterns in one place</em></figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Work faster with the Command Palette</h3>\n\n\n\n<p>Switch to a specific template or open your editor preferences with a new tool that helps you quickly access expanded functionality. With simple keyboard shortcuts (⌘+k on Mac or Ctrl+k on Windows), clicking the sidebar search icon in Site View, or clicking the Title Bar, get where you need to go and do what you need to do in seconds.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/command-palette.png?resize=1024%2C666&#038;ssl=1\" alt=\"Image depicting the new Command Palette\" class=\"wp-image-15763\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/command-palette.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/command-palette.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/command-palette.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/command-palette.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Get to know the new Command Palette </em></figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Sharpen your designs with new tools</h3>\n\n\n\n<p>New design controls bring more versatility for fine-tuning, starting with the ability to customize your captions from the Styles interface without coding. You can manage your duotone filters in Styles for supported blocks and pick from the options provided by your theme or disable them entirely. The Cover block gets added settings for text color, layout controls, and border options, making this powerful block even more handy.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/design.png?resize=1024%2C666&#038;ssl=1\" alt=\"Image representing the new design tools in the Site Editor\" class=\"wp-image-15764\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/design.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/design.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/design.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/design.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>New design tools</em></figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Track design changes with Style revisions</h3>\n\n\n\n<p>With a new audit trail, you can now see how your site looked at a specific time. Visualize these revisions in a timeline and access a one-click option to restore prior styles.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/revisions.png?resize=1024%2C666&#038;ssl=1\" alt=\"Image titled &quot;Style Revisions&quot;\" class=\"wp-image-15770\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/revisions.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/revisions.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/revisions.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/revisions.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Style revisions: See your style revision history </em></figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Annotate with the Footnotes block</h3>\n\n\n\n<p>Footnotes add convenient annotations throughout your content. Now you can add and link footnotes for any paragraph.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/footnotes.png?resize=1024%2C666&#038;ssl=1\" alt=\"Image depicting the new Footnotes Block\" class=\"wp-image-15766\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/footnotes.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/footnotes.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/footnotes.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/footnotes.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Add footnotes effortlessly with the new Footnotes Block</em></figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Show or hide content with the Details block</h3>\n\n\n\n<p>Use the Details block to avoid spoiling a surprise, create an interactive Q&amp;A section, or hide a long paragraph under a heading.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/details.png?resize=1024%2C666&#038;ssl=1\" alt=\"Image depicting the new Details Block\" class=\"wp-image-15765\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/details.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/details.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/details.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/details.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Display or hide content with the new Details Block</em></figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Performance gets a boost</h3>\n\n\n\n<p>WordPress 6.3 has <a href=\"https://make.wordpress.org/core/2023/08/07/wordpress-6-3-performance-improvements/\">170+ performance updates</a>, including defer and async support for the Scripts API and fetchpriority support for images. These improvements, along with block template resolution, image lazy-loading, and the emoji loader, can dramatically improve your website’s perceived load time.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility remains a core focus</h3>\n\n\n\n<p>Incorporating more than 50 accessibility improvements across the platform, WordPress 6.3 is more accessible than ever. Improved labeling, optimized tab and arrow-key navigation, revised heading hierarchy, and new controls in the admin image editor allow those using assistive technologies to navigate more easily.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other highlights</h3>\n\n\n\n<h4 class=\"wp-block-heading\">Set aspect ratio on images</h4>\n\n\n\n<p>Specify your aspect ratios and ensure design integrity, especially when using images in patterns.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Build your site distraction-free</h4>\n\n\n\n<p>Distraction-free designing is now available in the Site Editor.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Rediscover the Top Toolbar</h4>\n\n\n\n<p>A revamped Top Toolbar offers parent selectors for nested blocks, options when selecting multiple blocks, and an interface embedded into the title bar with new functionality in mind.</p>\n\n\n\n<h4 class=\"wp-block-heading\">List View improvements</h4>\n\n\n\n<p>Drag and drop to every content layer and delete any block you would like in the updated List View.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Build templates with Patterns</h4>\n\n\n\n<p>Create unique patterns to jumpstart template creation with a new modal enabling access to pattern selection.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Changes in PHP support</h4>\n\n\n\n<p>Support for PHP 5 is discontinued. The&nbsp;new minimum supported version&nbsp;of PHP is 7.0.0.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Failed update safeguards</h4>\n\n\n\n<p>WordPress will now auto-restore the previously installed version of plugins or themes if something goes wrong during a failed manual update.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress and 6.3</h2>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/tutorials/\">Learn WordPress</a> for quick how-to videos, <a href=\"https://learn.wordpress.org/social-learning/\">online workshops</a>, and other resources to level up your knowledge of the latest features in WordPress.&nbsp;</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">WordPress 6.3 Field Guide</a> for detailed developer notes to help you build with WordPress and get the most out of the latest release. Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-3/\">6.3 release notes</a> for additional technical details about this release, including feature recaps, installation information, file changes, fixes, and updates.</p>\n\n\n\n<p>Read and subscribe to the <a href=\"https://developer.wordpress.org/news/\">Developer Blog</a> for even more helpful WordPress content.&nbsp;</p>\n\n\n\n<p>To accompany this release, a new <a href=\"https://wordpress.org/download/releases/6-3/\">web experience</a> has been created to provide a more visual way of getting acquainted with the many improvements and new features of WordPress 6.3. </p>\n\n\n\n<p>Seeing WordPress 6.3 in action doesn&#8217;t stop there! Be sure to watch this brief <a href=\"https://www.youtube.com/watch?v=6JhJcOLySLY\">overview video</a> to get a taste of the many things &#8220;Lionel&#8221; has to offer.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/6JhJcOLySLY?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress is a global software platform</h2>\n\n\n\n<p><a href=\"https://translate.wordpress.org/stats/\">61 locales have translated 90 percent</a> or more of WordPress 6.3 into their language. Community translators are working hard to ensure more translations are on their way. Thank you, gracias, ありがとう, धन्यवाद, and ευχαριστώ to everyone who helps to make WordPress available in 200 languages.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Contributing-to-WordPress\">Contributing to WordPress</h2>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating to strengthen the software. A big thank you to everyone who makes WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-large-font-size\">\n<p class=\"has-extra-large-font-size\">Our community of contributors has always been what makes WordPress wonderful. You are what makes sure our project continues to thrive, and our software remains secure, usable, and impactful. Thank you so much for joining together to make the web (and the world) a better place!</p>\n<cite>Josepha Haden Chomphosy, Executive Director, WordPress.org</cite></blockquote>\n\n\n\n<p>WordPress 6.3 arrives thanks to more than 650 contributors&#8217; collective passion and effort in at least 52 countries. This release also includes over 205 first-time contributors!&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">The 6.3 release squad</h3>\n\n\n\n<p>The 6.3 release was led from start to launch by an active set of contributors from across many disciplines. Over several weeks, they kept the release on track and moving forward by connecting ideas, resolving issues, and removing roadblocks.</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li>\n\n\n\n<li>Core Tech Leads: <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a></li>\n\n\n\n<li>Editor Tech Leads:&nbsp; <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon Dodd</a></li>\n\n\n\n<li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Glecker</a></li>\n\n\n\n<li>Editor Triage Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li>\n\n\n\n<li>Documentation Leads: <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a>, <a href=\"https://profiles.wordpress.org/leonnugraha/\">Leonardus Nugraha</a>, <a href=\"https://profiles.wordpress.org/611shabnam/\">Mushrit Shabnam</a></li>\n\n\n\n<li>Marketing &amp; Communications Leads: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a></li>\n\n\n\n<li>Test Leads: <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a>, <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>, <a href=\"https://profiles.wordpress.org/chrismalone617/\">Chris Malone</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a></li>\n\n\n\n<li>Design Leads: <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Performance Leads: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">6.3 contributors</h3>\n\n\n\n<p>Complimenting the release squad is a diverse group of contributors whose global collaboration delivered hundreds of enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress community.&nbsp;</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/zgrkaralar/\">&#214;zg&#252;r KARALAR</a> · <a href=\"https://profiles.wordpress.org/6adminit/\">6adminit</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abhi3315/\">abhi3315</a> · <a href=\"https://profiles.wordpress.org/softwortech/\">Abhishek Sharma</a> · <a href=\"https://profiles.wordpress.org/ababir/\">Abir</a> · <a href=\"https://profiles.wordpress.org/abitofmind/\">abitofmind</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/awarner20/\">Adam W. Warner</a> · <a href=\"https://profiles.wordpress.org/adarshposimyth/\">Adarsh Akshat</a> · <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a> · <a href=\"https://profiles.wordpress.org/adi3890/\">Aditya Jain</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/ahsannayem/\">Ahsan Chowdhury</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/akmelias/\">akmelias</a> · <a href=\"https://profiles.wordpress.org/wpfy/\">Akramul Hasan</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a> · <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alexandrelara/\">Alexandre Lara</a> · <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/akrocks/\">Amaan Khan</a> · <a href=\"https://profiles.wordpress.org/amansurov/\">amansurov</a> · <a href=\"https://profiles.wordpress.org/amin7/\">amin</a> · <a href=\"https://profiles.wordpress.org/sabreuse/\">Amy Hendrix (sabreuse)</a> · <a href=\"https://profiles.wordpress.org/anatoliyav/\">Anatoliy</a> · <a href=\"https://profiles.wordpress.org/anatolikkk/\">Anatoliy Dovgun</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</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/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/anilvaza/\">Anil Vaza</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/reputeinfosystems/\">Ankur Chotai</a> · <a href=\"https://profiles.wordpress.org/annashopina/\">Anna</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/annziel/\">annziel</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonyagrios/\">Antony Agrios</a> · <a href=\"https://profiles.wordpress.org/anver/\">anver</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/arafatjamil01/\">Arafat Jamil</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/ideag/\">Arunas Liuiza</a> · <a href=\"https://profiles.wordpress.org/iamasadpolash/\">Asad Polash</a> · <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a> · <a href=\"https://profiles.wordpress.org/ashikurwp/\">Ashikur Rahman</a> · <a href=\"https://profiles.wordpress.org/nant82/\">Atanas Antonov</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azizantoun/\">azizantoun</a> · <a href=\"https://profiles.wordpress.org/aznadesign/\">Aznadesign</a> · <a href=\"https://profiles.wordpress.org/bangank36/\">bangank36</a> · <a href=\"https://profiles.wordpress.org/bartkalisz/\">bartkalisz</a> · <a href=\"https://profiles.wordpress.org/empireoflight/\">Ben Dunkle</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benlk/\">Ben Keith</a> · <a href=\"https://profiles.wordpress.org/benjgrolleau/\">Benjamin Grolleau</a> · <a href=\"https://profiles.wordpress.org/benjibee/\">benjibee</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/bijayyadav/\">Bijay Yadav</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bitnissen/\">bitnissen</a> · <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a> · <a href=\"https://profiles.wordpress.org/brasofilo/\">brasofilo</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/fischfood/\">Brian Fischer</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/caraffande/\">caraffande</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a> · <a href=\"https://profiles.wordpress.org/ceer/\">ceer</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/chiragrathod103/\">Chirag Rathod</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/mrflannagan/\">Chris Flannagan</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrismalone617/\">Chris Malone</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/ckoerner/\">ckoerner</a> · <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/corentingautier/\">corentingautier</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/crixu/\">Crixu</a> · <a href=\"https://profiles.wordpress.org/crs1138/\">crs1138</a> · <a href=\"https://profiles.wordpress.org/crstauf/\">crstauf</a> · <a href=\"https://profiles.wordpress.org/cshark/\">cshark</a> · <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a> · <a href=\"https://profiles.wordpress.org/dbernar1/\">Dan Bernardic</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</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/danyk4/\">danyk4</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidmusnik/\">davidmusnik</a> · <a href=\"https://profiles.wordpress.org/davidwebca/\">davidwebca</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/deepakvijayan/\">Deepak Vijayan</a> · <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dennysdionigi/\">Dennys Dionigi</a> · <a href=\"https://profiles.wordpress.org/densityapps/\">densityapps</a> · <a href=\"https://profiles.wordpress.org/sccr410/\">Derek Ashauer</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">Derek Blank</a> · <a href=\"https://profiles.wordpress.org/shagors/\">devshagor</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/digtek/\">DigTek</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dimijazz/\">dimijazz</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/doems/\">doems</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dsar/\">dsar</a> · <a href=\"https://profiles.wordpress.org/dustyreagan/\">dustyreagan</a> · <a href=\"https://profiles.wordpress.org/ebai4/\">ebai4</a> · <a href=\"https://profiles.wordpress.org/ecorica/\">ecorica</a> · <a href=\"https://profiles.wordpress.org/beckej/\">Ed Beck</a> · <a href=\"https://profiles.wordpress.org/eduwass/\">eduwass</a> · <a href=\"https://profiles.wordpress.org/wpnook/\">Edward</a> · <a href=\"https://profiles.wordpress.org/worldomonation/\">Edwin Takahashi</a> · <a href=\"https://profiles.wordpress.org/ehsanakhgari/\">ehsanakhgari</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham S.</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a> · <a href=\"https://profiles.wordpress.org/emirpprime/\">emirpprime</a> · <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a> · <a href=\"https://profiles.wordpress.org/eric7186/\">eric.7186</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/ernest35/\">Ernest Behinov</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/falgunihdesai/\">Falguni Desai</a> · <a href=\"https://profiles.wordpress.org/iamfarhan09/\">Farhan Ahmed</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a> · <a href=\"https://profiles.wordpress.org/franrosa/\">franrosa</a> · <a href=\"https://profiles.wordpress.org/gaeldenysiak/\">gaeldenysiak</a> · <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin (a11n)</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/wtower/\">George</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gilles66/\">gilles66</a> · <a href=\"https://profiles.wordpress.org/mokagio/\">Gio Lodi</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/grandslambert/\">GrandSlambert</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a> · <a href=\"https://profiles.wordpress.org/gudmdharalds/\">Gudmundur Haraldsson</a> · <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hrdelwar/\">Habibur Rahman Delwar</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">Hanzala Taifun</a> · <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/hasanmisbah/\">Hasan Misbah</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/heiko_mamerow/\">Heiko Mamerow</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/luehrsen/\">Hendrik Luehrsen</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hrrarya/\">Hridoy Mozumder</a> · <a href=\"https://profiles.wordpress.org/hugobaeta/\">Hugo Baeta</a> · <a href=\"https://profiles.wordpress.org/hugod/\">hugod</a> · <a href=\"https://profiles.wordpress.org/hberberoglu/\">Huseyin Berberoglu</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/polevaultweb/\">Iain Poulson</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/ibrahimmonir/\">Ibrahim Khalil</a> · <a href=\"https://profiles.wordpress.org/shuvoaftab/\">Ibrahim Sharif</a> · <a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a> · <a href=\"https://profiles.wordpress.org/imanish003/\">imanish003</a> · <a href=\"https://profiles.wordpress.org/intoxination/\">intoxination</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/jacknotman/\">jacknotman</a> · <a href=\"https://profiles.wordpress.org/jahidcse/\">Jahid Hasan</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james-roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/james0r/\">james0r</a> · <a href=\"https://profiles.wordpress.org/janboddez/\">Jan Boddez</a> · <a href=\"https://profiles.wordpress.org/jane/\">jane</a> · <a href=\"https://profiles.wordpress.org/jankyz/\">jankyz</a> · <a href=\"https://profiles.wordpress.org/janpaulkleijn/\">janpaulkleijn</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/pbking/\">Jason Crist</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jbcouton/\">jbcouton</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffmora/\">jeffmora</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jenmylo/\">Jen</a> · <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</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/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</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/bitmachina/\">John Hooks</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/jomonthomaslobo1/\">Jomon Thomas Lobo</a> · <a href=\"https://profiles.wordpress.org/akbigdog/\">Jon Bourne</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a> · <a href=\"https://profiles.wordpress.org/n2erjo00/\">Joni Erkkil&#228;</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josklever/\">Jos Klever</a> · <a href=\"https://profiles.wordpress.org/josepmoran/\">Josep Mor&#225;n</a> · <a href=\"https://profiles.wordpress.org/dunhakdis/\">Joseph G.</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jhabdas/\">Josh Habdas</a> · <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</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/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juzar/\">Juzar</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn P.</a> · <a href=\"https://profiles.wordpress.org/kamplugins/\">Kausar Al Mamun</a> · <a href=\"https://profiles.wordpress.org/kausaralm/\">Kausar Alam</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kenwins/\">kenwins</a> · <a href=\"https://profiles.wordpress.org/kevinb/\">Kevin Behrens</a> · <a href=\"https://profiles.wordpress.org/khoipro/\">Khoi Pro</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/koenschipper/\">koenschipper</a> · <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a> · <a href=\"https://profiles.wordpress.org/krishneup/\">Krishna Neupane</a> · <a href=\"https://profiles.wordpress.org/krunal265/\">Krunal Bhimajiyani</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kutsu/\">kutsu</a> · <a href=\"https://profiles.wordpress.org/kzeni/\">KZeni</a> · <a href=\"https://profiles.wordpress.org/leamcaleese/\">L&#233;a McAleese</a> · <a href=\"https://profiles.wordpress.org/lgadzhev/\">Lachezar Gadzhev</a> · <a href=\"https://profiles.wordpress.org/lanacodes/\">Lana Codes</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">Laurent MILLET</a> · <a href=\"https://profiles.wordpress.org/laurentmagnin/\">laurentmagnin</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/leonnugraha/\">Leonardus Nugraha</a> · <a href=\"https://profiles.wordpress.org/lessbloat/\">lessbloat</a> · <a href=\"https://profiles.wordpress.org/levdbas/\">Levdbas</a> · <a href=\"https://profiles.wordpress.org/wplindavantol/\">Linda van Tol</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/lowlydev/\">lowlydev</a> · <a href=\"https://profiles.wordpress.org/lphoumpakka/\">lphk</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/madejackson/\">madejackson</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mehdi01/\">Mahdi Hasan</a> · <a href=\"https://profiles.wordpress.org/mahendra0029/\">Mahendra Bishnoi</a> · <a href=\"https://profiles.wordpress.org/nadimcse/\">Mahmudul Haque Nadim</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/majaloncar/\">Maja Loncar</a> · <a href=\"https://profiles.wordpress.org/malae/\">Malae</a> · <a href=\"https://profiles.wordpress.org/malavvasita/\">Malav Vasita</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/maniu/\">maniu</a> · <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/marcguay/\">MarcGuay</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a> · <a href=\"https://profiles.wordpress.org/margolisj/\">margolisj</a> · <a href=\"https://profiles.wordpress.org/marianne38/\">marianne38</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/marineevain/\">Marine EVAIN</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a> · <a href=\"https://profiles.wordpress.org/markdoliner/\">markdoliner</a> · <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a> · <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">marybaum</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">masteradhoc</a> · <a href=\"https://profiles.wordpress.org/mastrup/\">mastrup</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/matmoe/\">matmoe</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mwtsn/\">Matt Watson</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/matt_fw/\">matt_fw</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maurodf/\">maurodf</a> · <a href=\"https://profiles.wordpress.org/cadic/\">Max Lyuchin</a> · <a href=\"https://profiles.wordpress.org/maxcgparis/\">maxcgparis</a> · <a href=\"https://profiles.wordpress.org/maysi/\">maysi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/mcalyster/\">McAlyster</a> · <a href=\"https://profiles.wordpress.org/mcliwanow/\">mcliwanow</a> · <a href=\"https://profiles.wordpress.org/mahamudur78/\">Md Mahamudur Rahaman</a> · <a href=\"https://profiles.wordpress.org/fencermonir/\">Md Monir Hossain</a> · <a href=\"https://profiles.wordpress.org/shuvo247/\">MD Shakibul Islam</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/menakas/\">Menaka S.</a> · <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/mikeday/\">Michael Day</a> · <a href=\"https://profiles.wordpress.org/michaelh/\">MichaelH</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikecho/\">mikecho</a> · <a href=\"https://profiles.wordpress.org/mikeyzm/\">mikeyzm</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/gonzomir/\">Milen Petrinski - Gonzo</a> · <a href=\"https://profiles.wordpress.org/studionashvegas/\">Mitch Canter</a> · <a href=\"https://profiles.wordpress.org/mitchellaustin/\">mitchellaustin</a> · <a href=\"https://profiles.wordpress.org/mitchoyoshitaka/\">mitcho (Michael Yoshitaka Erlewine)</a> · <a href=\"https://profiles.wordpress.org/moinrrahmed/\">Moe</a> · <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a> · <a href=\"https://profiles.wordpress.org/mohanrajp/\">Mohan Raj</a> · <a href=\"https://profiles.wordpress.org/patelmohip/\">Mohip Patel</a> · <a href=\"https://profiles.wordpress.org/mohiuddinomran/\">Mohiuddin Omran</a> · <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/mrinal013/\">Mrinal Haque</a> · <a href=\"https://profiles.wordpress.org/mtxz/\">mtxz</a> · <a href=\"https://profiles.wordpress.org/thisisyeasin/\">Muhammad Yeasin</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/611shabnam/\">Mushrit Shabnam</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/tushar284/\">Nahid Hasan</a> · <a href=\"https://profiles.wordpress.org/narthur/\">Narthur</a> · <a href=\"https://profiles.wordpress.org/nataliat2004/\">nataliat2004</a> · <a href=\"https://profiles.wordpress.org/nateallen/\">Nate Allen</a> · <a href=\"https://profiles.wordpress.org/nazgul/\">Nazgul</a> · <a href=\"https://profiles.wordpress.org/nazmul111/\">Nazmul Hosen</a> · <a href=\"https://profiles.wordpress.org/nazmulhudadev/\">Nazmul Huda</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nickpap/\">nickpap</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nihar007/\">Nihar Ranjan Das</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a> · <a href=\"https://profiles.wordpress.org/dhrupo/\">Niluthpal Purkayastha</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/njsamsatli/\">njsamsatli</a> · <a href=\"https://profiles.wordpress.org/nkeller15/\">nkeller15</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/orestissam/\">Orestis Samaras</a> · <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a> · <a href=\"https://profiles.wordpress.org/owi/\">owi</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pamprn/\">Pamela Ribeiro</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/pateljaymin/\">Patel Jaymin</a> · <a href=\"https://profiles.wordpress.org/patriciahillebrandt/\">patriciahillebrandt</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</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/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/tyrannous/\">Philipp Bammes</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/strategio/\">Pierre Sylvestre</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/piyushtekwani/\">Piyush Tekwani</a> · <a href=\"https://profiles.wordpress.org/pkbhatt/\">pkbhatt</a> · <a href=\"https://profiles.wordpress.org/platonkristinin/\">Platon Kristinin</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pouicpouic/\">pouicpouic</a> · <a href=\"https://profiles.wordpress.org/prashantbhivsane/\">Prashant</a> · <a href=\"https://profiles.wordpress.org/prashantvatsh/\">Prashant Singh</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/prikari/\">Priyanka Adhikari</a> · <a href=\"https://profiles.wordpress.org/przemekhernik/\">Przemek Hernik</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/bi0xid/\">Rafa Poveda</a> · <a href=\"https://profiles.wordpress.org/rfischmann/\">Rafael Fischmann</a> · <a href=\"https://profiles.wordpress.org/rajanpanchal2028/\">Rajan Panchal</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/ratneshsonar/\">Ratnesh Sonar</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/rembem/\">rembem</a> · <a href=\"https://profiles.wordpress.org/renyot/\">ren</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richards1052/\">richards1052</a> · <a href=\"https://profiles.wordpress.org/richiecarey/\">Richie Carey</a> · <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a> · <a href=\"https://profiles.wordpress.org/rob1n/\">rob1n</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O\'Rourke</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a> · <a href=\"https://profiles.wordpress.org/algorithmsunlocks/\">Ruman Ahmed</a> · <a href=\"https://profiles.wordpress.org/rutviksavsani/\">Rutvik Savsani</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</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/sereedmedia/\">S&#233; Reed</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/suleymankenar/\">S&#252;leyman Kenar</a> · <a href=\"https://profiles.wordpress.org/andy786/\">Sahil B.</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a> · <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/samnajian/\">SamNajian</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarequl/\">Sarequl Basar</a> · <a href=\"https://profiles.wordpress.org/saxonfletcher/\">Saxon Fletcher</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/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sdavis2702/\">Sean Davis</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/enchiridion/\">Shannon Little</a> · <a href=\"https://profiles.wordpress.org/shiponkarmakar/\">Shipon Karmakar</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/shubhamsedani/\">shubhamsedani</a> · <a href=\"https://profiles.wordpress.org/shuvo586/\">shuvo586</a> · <a href=\"https://profiles.wordpress.org/shvv/\">shvv</a> · <a href=\"https://profiles.wordpress.org/shwetabathani2312/\">Shweta Bathani</a> · <a href=\"https://profiles.wordpress.org/siddhantwadhwani/\">Siddhant Wadhwani</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/10upsimon/\">Simon Dowdles</a> · <a href=\"https://profiles.wordpress.org/simonemanfre/\">Simone</a> · <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/sirajummahdi/\">Sirajum Mahdi</a> · <a href=\"https://profiles.wordpress.org/sboerrigter/\">Sjoerd Boerrigter</a> · <a href=\"https://profiles.wordpress.org/sjoerdlinders/\">Sjoerd Linders</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a> · <a href=\"https://profiles.wordpress.org/enderandpeter/\">Spencer</a> · <a href=\"https://profiles.wordpress.org/sque/\">sque</a> · <a href=\"https://profiles.wordpress.org/srikanthmeenakshi/\">srikanthmeenakshi</a> · <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/vanaf1979/\">Stephan Nijman</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sudipatel007/\">Sudip Dadhaniya</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/codemonksuvro/\">Suvro</a> · <a href=\"https://profiles.wordpress.org/suzettefranck/\">Suzette Franck</a> · <a href=\"https://profiles.wordpress.org/mt_suzette/\">Suzette Franck</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/nuhel/\">Syed Nuhel</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/tahmina1du/\">Tahmina Jahan</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/takshil/\">Takshil Kunadia</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tanner-m/\">Tanner Moushey</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/thomask/\">thomask</a> · <a href=\"https://profiles.wordpress.org/thunderdw/\">thunder rumbles</a> · <a href=\"https://profiles.wordpress.org/tijmensmit/\">Tijmen Smit</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/tb1909/\">Tim Brath&#228;rig</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/thomasdevisser/\">Tom de Visser</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/r0uter/\">tonythomas01</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a> · <a href=\"https://profiles.wordpress.org/scep/\">Tryon</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/tyb/\">TyB</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/umeshmcakadi/\">Umesh Patel</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">Upadala Vipul</a> · <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a> · <a href=\"https://profiles.wordpress.org/uxtremist/\">uxtremist</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/valterlorran/\">valterlorran</a> · <a href=\"https://profiles.wordpress.org/vasilism/\">Vasilis Manthos</a> · <a href=\"https://profiles.wordpress.org/victoranto/\">victoranto</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a> · <a href=\"https://profiles.wordpress.org/wlindley/\">wlindley</a> · <a href=\"https://profiles.wordpress.org/wojtekszkutnik/\">Wojtek Szkutnik</a> · <a href=\"https://profiles.wordpress.org/xerpa43/\">xerpa43</a> · <a href=\"https://profiles.wordpress.org/xmarcos/\">xmarcos</a> · <a href=\"https://profiles.wordpress.org/yaniiliev/\">Yani Iliev</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/zdrobau/\">Zdrobau</a> · <a href=\"https://profiles.wordpress.org/zebaafiashama/\">Zeba Afia Shama</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a></p>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress support forums</h3>\n\n\n\n<p>Many thanks to the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved today</h3>\n\n\n\n<p>If contributing to WordPress appeals to you, learning more and getting involved is easy. Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. You can also use this <a href=\"https://make.wordpress.org/contribute/\">interactive tool</a> to help you decide which team is right for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking toward the future</h2>\n\n\n\n<p>20 years ago this past May, <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">WordPress shipped the very first version, 0.7</a>. What started with a blog post from co-founder Matt Mullenweg and a subsequent comment by co-founder Mike Little eventually evolved into the world’s most popular web publishing platform.</p>\n\n\n\n<p>WordPress software continues to evolve and iterate based on the needs and desires of its robust and diverse user community. This release is the capstone of <a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2</a> along the WordPress <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>. As the community looks to the future, all efforts turn to <a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">6.4</a> and, subsequently, the transition into <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3</a>, which is expected to introduce powerful collaboration tools to the website creation and management experience.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">6.3 Haiku</h2>\n\n\n\n<p>A capstone release<br>Ships tools for building great sites<br>Collaboration</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15718\";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:63:\"Concerns over the European Union’s Cyber Resilience Act (CRA)\";s:7:\"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:94:\"https://wordpress.org/news/2023/08/concerns-over-the-european-unions-cyber-resilience-act-cra/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2023 14:25: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:8:\"category\";a:2:{i:0;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:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"cra\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15686\";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:216:\"\"Our shared goal is to further bolster the security of digital products without compromising the values of freedom, democracy, and innovation.\" Learn more about the Cyber Resilience Act and its impact on open source.\";s: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:4334:\"\n<p>As the world’s most popular open source content management system, WordPress acknowledges the European Union&#8217;s initiative to bolster the cybersecurity of digital hardware and software products with the <a href=\"https://www.european-cyber-resilience-act.com/\">Cyber Resilience Act (CRA)</a>. The Act’s effort to counter the increasing threat of cyberattacks and promote informed usage of digital products with increased security updates and transparency is commendable.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>While we wholly endorse the objectives of the CRA, we are apprehensive about the Act&#8217;s implications on open source software due to unclear terms and definitions. </p>\n</blockquote>\n\n\n\n<p>Specifically, the Act’s prohibition on &#8220;unfinished software&#8221; and ambiguous definition of &#8220;commercial activity&#8221; could inadvertently inhibit innovation and economic participation in the European digital landscape.</p>\n\n\n\n<p>Open source projects, like WordPress, often rely on continual updates and improvements—a process that may technically fall under the label of &#8220;unfinished.&#8221; Furthermore, the ambiguous definition of &#8220;commercial activity&#8221; could unintentionally encompass open source projects that are largely driven by communities and operate on a not-for-profit basis.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Our letter to the EU Commission</h2>\n\n\n\n<p>We have jointly authored an open letter addressing these concerns alongside fellow open source projects Drupal, Joomla!, and TYPO3<sup data-fn=\"eb28afbc-3487-447f-9af9-8b0418310a00\" class=\"fn\"><a href=\"#eb28afbc-3487-447f-9af9-8b0418310a00\" id=\"eb28afbc-3487-447f-9af9-8b0418310a00-link\">1</a></sup>. The letter emphasizes the significant contribution of Free and Open Source Software (FOSS) to the EU&#8217;s economy and how the proposed regulations might undermine these efforts. Our shared goal is to further bolster the security of digital products without compromising the values of freedom, democracy, and innovation inherent to both the open source community and the <a href=\"https://european-union.europa.eu/principles-countries-history/principles-and-values/aims-and-values_en\">EU’s Aims and Values</a>.</p>\n\n\n\n<p>The letter invites the EU Commission and interested parties to participate in a seminar in Brussels to discuss how we can align the objectives of the CRA with the realities and needs of the FOSS community. We are optimistic that, with mutual understanding and cooperation, we can achieve secure digital products without limiting the vital contributions of open source projects.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-9 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://wordpress.org/news/files/2023/08/Open_Letter_on_the_Significance_of_Free_and_Open_Source_Software_in_the_EU_s_Proposed_Cyber_Resilience_Act.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Read the letter</a></div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><ol class=\"wp-block-footnotes\"><li id=\"eb28afbc-3487-447f-9af9-8b0418310a00\"><a href=\"https://www.drupal.org/\">Drupal</a>, <a href=\"https://www.joomla.org/\">Joomla!</a>, <a href=\"https://typo3.com/\">TYPO3</a>, and <a href=\"https://wordpress.org/\">WordPress</a> are the most popular FOSS content management systems on the web today. While all are based on the PHP programming language and distributed under the GPL open source license, each platform takes a different approach to website publishing. With strength in diversity, they form the Inter-CMS Working Group, promoting the values and benefits of free and open source software. <a href=\"#eb28afbc-3487-447f-9af9-8b0418310a00-link\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/21a9.png\" alt=\"↩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />︎</a></li></ol></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15686\";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:69:\"\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:33:\"WordPress 6.3 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2023/08/wordpress-6-3-rc3/\";s: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, 01 Aug 2023 16:55: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:8:\"category\";a:5:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;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:4;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:35:\"https://wordpress.org/news/?p=15615\";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:226:\"WordPress 6.3 Release Candidate 3 is now available for download and testing.\n\nThe WordPress 6.3 release is scheduled for August 8, 2023—just one week away. Now is your last opportunity to test it before the general 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:6221:\"\n<p>WordPress 6.3 RC3 is ready for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> <strong>Please do not install, run, or test this version on production or mission-critical websites.</strong> Instead, you should evaluate RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>The WordPress 6.3 release is scheduled for August 8, 2023—just one week away. Now is your last opportunity to test it before the general release.&nbsp;</p>\n\n\n\n<p>For a deeper look into this release, read this overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a>, check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-3/\">6.3-related posts</a>, review <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">new features in WordPress 6.3</a>, or <a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-live-product-demo-highlights-recording/\">watch a recorded demo</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new since RC2</h2>\n\n\n\n<p>Since the RC2 release on July 25, 2023, there have been approximately 14 issues resolved in <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.3\">Github</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=07%2F25%2F2023..08%2F01%2F2023&amp;milestone=6.3&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>. To prepare for 6.3 general availability, RC3 also addresses several <a href=\"https://github.com/WordPress/gutenberg/pull/53089\">bugs</a> and adds fixes for retrieving templates (<a href=\"https://github.com/WordPress/wordpress-develop/pull/4940\">#4940</a>) and resolving child theme issues (<a href=\"https://github.com/WordPress/gutenberg/issues/53138\">#53138</a>). Thank you for testing, WordPressers!</p>\n\n\n\n<p>Developers and extenders should review the <a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">comprehensive WordPress 6.3 Field Guide</a> for detailed technical notes regarding new features and improvements.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Ways to contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by the community of people collaborating on and contributing to its development. The resources below outline a variety of ways you can help, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Download RC3 for testing</h3>\n\n\n\n<p>You can test WordPress 6.3 RC3 in three ways:</p>\n\n\n\n<ul>\n<li><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Option 2:</strong> Direct download the <a href=\"https://wordpress.org/wordpress-6.3-RC3.zip\">RC3 version (zip)</a>.</li>\n\n\n\n<li><strong>Option 3: </strong>Use the following WP-CLI command:<br><code>wp core update --version=6.3-RC3</code></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Keep WordPress bug-free—help with testing</h3>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not. While testing the upgrade process is essential, trying out new features is too.&nbsp;&nbsp;</p>\n\n\n\n<ul>\n<li>Encountered an issue? Please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</li>\n\n\n\n<li>New to testing? This <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> is a great place to start if you’ve never tested a beta/RC release.</li>\n\n\n\n<li>Want to know more about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> in <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>The monetary reward for reporting new, unreleased security vulnerabilities is doubled between the Beta 1 release and the final release candidate (RC). Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>Do you build themes or plugins? Your products play an integral role in extending the functionality and value of WordPress for users of all types worldwide.&nbsp;</p>\n\n\n\n<p>This is your final opportunity to test your latest versions against RC3. You will want to continue your testing and update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.3.&nbsp;</p>\n\n\n\n<p>If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Phase two, soon complete<br>A monumental release<br>Then onto six-four.</p>\n\n\n\n<p><em>Thank you to the contributors who collaborated on this post: <a href=\"https://profiles.wordpress.org/meher/\">@Meher</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\">@DanSoschin</a>, and <a href=\"https://profiles.wordpress.org/jpantani/\">@jpantani</a></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:5:\"15615\";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:72:\"\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:36:\"People of WordPress: Ihtisham Zahoor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/07/people-of-wordpress-ihtisham-zahoor/\";s: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, 31 Jul 2023 20:22: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:6:{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:8:\"Features\";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: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:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";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:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of 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:35:\"https://wordpress.org/news/?p=15589\";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:98:\"People of WordPress features Ihtisham Zahoor, an administrator turned web developer from Pakistan.\";s: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:\"Abha Thakor\";s: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:12176:\"\n<p>From administrator to web developer thanks to the supportive WordPress community. Through learning from other software users in Pakistan, Ihtisham Zahoor knew that his life would change. He moved cities and careers to make his life through open source.</p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-2.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"Ihtisham Zahoor in the moutains.\" class=\"wp-image-15478\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-2.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-2.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-2.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-2.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-2.jpg?w=1900&amp;ssl=1 1900w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Ihtisham, from Haripur, a city in northern Pakistan, said: “The WordPress community made me a firm believer in the power of open source software. This is why I am an enthusiast and one who enjoys contributing back to the community via writing, speaking, and helping organize meetups.”</p>\n\n\n\n<p>When Ihtisham discovered WordPress, his fascination for working with computing grew. He knew he did not want to just work in administration his entire career.</p>\n\n\n\n<p>Ihitsham describes himself as an ‘introvert’ and therefore the idea of remote work appealed as he could still add value to others through technology. He was intrigued by the thought of the freedom to choose his work hours. However, without access to others who had already transformed their careers and lives through web development, he felt he ‘had no path to follow to turn my dream into a reality.’</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Challenges become opportunities to learn when there is an active community&nbsp;&nbsp;</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"675\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-4.jpg?resize=675%2C900&#038;ssl=1\" alt=\"Ihtisham Zahoor wearing a sweatshirt with the London tube sign \'Mind the Gap\'.\" class=\"wp-image-15480\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-4.jpg?w=675&amp;ssl=1 675w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-4.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Lacking any kind of informed support network to advise or guide him, Ihtisham devoted time to online research to find the next steps he could take. Looking back, he believes that for those who are not in a network with others with similar interests, it can be hard to keep learning and experimenting with new things. Isolation can be a barrier to working in web development.&nbsp;&nbsp;</p>\n\n\n\n<p>He said: “I think it is not easy to stay motivated when there aren’t immediate rewards for the hard work we do. Sometimes, weeks would go by when my only focus would be to stay motivated rather than give up.”</p>\n\n\n\n<p>After another two years of combining learning and work, Ihtisham took up using WordPress as a full-time career. He moved to the capital of Pakistan, Islamabad. It was not easy at first. He recalls: “After many failed attempts at getting hired and desperate moments, I finally received an offer from a digital agency as a web developer focused on the WordPress platform.”</p>\n\n\n\n<p>He added: “Moving to work with a bigger agency was one of the best decisions of my life as it helped me with my professional growth by becoming familiar with the whole WordPress ecosystem in a supportive environment. I was valued for my opinions in the web projects in which I was involved. I was also appreciated and encouraged for the open source work I did for the company.” He summarized his enthusiasm for WordPress like this: “It is really interesting figuring out what is happening in the backends. I like problem-solving and finding solutions which you can do with WordPress.”</p>\n\n\n\n<p>During the Covid-19 pandemic, Ihtisham moved to join a start-up which provides web development services to international clients. He works as a developer and has the opportunity to learn more about client communication and project management. “WordPress has opened up so many opportunities for me. It has been an exciting journey for me with lots of learning every day,” he said. In particular, he has discovered an interest in APIs and regularly uses his spare time to follow tickets in the hope of one day contributing even more to topics.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Give back through WordPress community</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"599\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-1.jpeg?resize=800%2C599&#038;ssl=1\" alt=\"Ihtisham Zahoor speaking at a meetup.\" class=\"wp-image-15477\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-1.jpeg?w=800&amp;ssl=1 800w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-1.jpeg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-1.jpeg?resize=768%2C575&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>It was not just software that made a difference in Ihtisham’s life. Joining a welcoming and sharing community was transforming for him. Recalling those early days of isolation, he values the WordPress community and is wholly committed to the power of open-source software. He now enjoys writing, speaking, and organizing meetups to give back to the community. He has been involved in developing plugins and themes for the platform, which he describes as a ‘humbling’ experience. He is fond of <a href=\"https://islamabad.wordcamp.org/\">WordCamp Islamabad</a> and in 2023 is on the organizing team to help bring both WordPress and its community to others in Pakistan.</p>\n\n\n\n<p>“My first experience,” he said, “was that everyone was so friendly and open to sharing what they have learned, even though they were all busy working. This really had an impact on me. It really helped me and gave me the confidence that I could work with WordPress…. It was a real step forward for me joining this community.” </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"512\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-WC-Karachi.jpg?resize=1024%2C512&#038;ssl=1\" alt=\"Ihtisham visited WordCamp Karachi.\" class=\"wp-image-15482\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-WC-Karachi.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-WC-Karachi.jpg?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-WC-Karachi.jpg?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/ihtisham-WC-Karachi.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>A particular meeting in 2018 led to new friendships through the WordPress community. Ihtisham was on a train to Karachi for the first ever Pakistani WordCamp in 2018 and met a group of fellow attendees he now regards as close friends. What impressed him most about the camp was that although he met many people with considerable expertise, they also had a generosity of spirit and humbleness in their willingness to share this knowledge. Now, with this group of friends he is fulfilling another dream of traveling widely across the country. He says these things and other ‘side benefits’ have been made possible by the WordPress community, and for that, he is &#8216;forever grateful&#8217;.<br><br>Ihtisham particularly wanted to share his story through this People of WordPress article to encourage those starting with little or no support to remain persistent. He knows from experience breaking into the tech world can be hard, especially when you may be switching from doing something else and have no ‘track record’ to offer. </p>\n\n\n\n<p>He feels he is a living example of how perseverance can lead to success. He offers these words to anyone thinking of making a move into development using the WordPress platform: “I attribute my success (financial and mental well-being) to the open-source nature of WordPress and its amazing community. It would not be possible to learn and use the plethora of free tools WordPress provides if it weren’t an open-source platform. It is for that reason I feel obligated to contribute back to this platform to the best of my abilities.” To those who are finding getting going difficult, as he did, he adds: “Get yourself a clear learning path and just dive in doing WordPress, and things will get better for you over time as they were for me, I promise. Good Luck!”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<p>To help you discover more about how to use the WordPress software, there is a free resource from the community, <a href=\"https://learn.wordpress.org/\">Learn.WordPress.org</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Ihtisham Zahoor (<a href=\"https://profiles.wordpress.org/shaampk1/\">@shaampk1</a>) for sharing about his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"//profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Nalini Thakor (<a href=\"//profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), and Meher Bala (<a href=\"//profiles.wordpress.org/meher/\">@meher</a>) for interviews, the feature and collaborating on images. To Chloe Bringmann (<a href=\"//profiles.wordpress.org/cbringmann/\">@cbringmann</a>), Mark Smallman (<a href=\"//profiles.wordpress.org/marks99/\">@marks99</a>), and Mary Baum (<a href=\"//profiles.wordpress.org/marybaum/\">@marybaum</a>) for reviews. Thanks to the late Surendra Thakor (<a href=\"//profiles.wordpress.org/sthakor/\">@sthakor</a>), Maja Loncar (<a href=\"//profiles.wordpress.org/majaloncar/\">@majaloncar</a>), Maedah Bahtool (<a href=\"//profiles.wordpress.org/maedahbatool/\">@maedahbatool</a>) and other members of the Marketing and Polyglots Team for their contributions.</p>\n\n\n\n<p>The People of WordPress series thanks Josepha Haden (<a href=\"//profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) and Topher DeRosia (<a href=\"//profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.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 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15589\";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:63:\"\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:49:\"Synced Patterns: The Evolution of Reusable Blocks\";s:7:\"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/2023/07/synced-patterns-the-evolution-of-reusable-blocks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Jul 2023 14:45: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:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";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:\"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:2;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15541\";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:369:\"Synced patterns are replacing Reusable blocks, offering a unified creation experience for new pattern functionality coming to WordPress 6.3. Patterns, first introduced in WordPress 5.5, are a collection of blocks that make it simple to add complex layouts and designs to any WordPress site without starting from scratch. With WordPress 6.3, set to be released [&#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:8:\"annezazu\";s: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:6153:\"\n<p>Synced patterns are replacing Reusable blocks, offering a unified creation experience for new pattern functionality coming to WordPress 6.3. Patterns, first introduced in WordPress 5.5, are a collection of blocks that make it simple to add complex layouts and designs to any WordPress site without starting from scratch. With WordPress 6.3, set to be released on August 8th, you will be able to arrange blocks in unlimited ways and save them as patterns for use throughout your site, directly within the editing experience. You can also specify whether to sync your patterns, so that one change applies to all parts of your site, or to keep them unsynced, so you can customize each instance.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/plZIF3jrU7E?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Create your own patterns</h2>\n\n\n\n<p>The ability to create your own patterns, on top of using the ones bundled into each WordPress release, opens up a world of possibilities. Need to repeat the same contact information across your site and keep it up to date? Create a synced pattern with all the details, and say goodbye to repeating yourself, with the ability to quickly insert the synced pattern wherever you need it. If you find yourself creating various banners for your site and want them to have the same layout with unique content, creating an unsynced pattern speeds up your workflow and ensures a level of consistency in approach. While themes and plugins have been able to offer patterns to users and <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/#utilizing-patterns\">curate the experience</a>, this update allows agencies and site builders to do the same for their clients, directly in the site building process.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Dig into the details</h2>\n\n\n\n<p>Any previously made Reusable blocks will continue to function as they do now, just under the new Synced pattern name. To help adjust to these changes, a few contextual notices will be placed throughout the interface. Specifically, the menu item in the creation flow will show as “Create pattern/reusable block” until the prompt describing the switch is dismissed in one of the various locations, including the naming and syncing modal:&nbsp;</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/fbrhammtn3Y?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>For folks using block themes, all patterns will be listed alongside template parts in the Site Editor &gt; Patterns section, where you can enter a focused editing mode to make changes. For Classic themes, the prior reusable block management page will now house patterns in a list, similar to the Posts &gt; All Posts view.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"590\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Site-Editor-_-All-Patterns-View.png?resize=1024%2C590&#038;ssl=1\" alt=\"Patterns section of the WordPress Site Editor with My Patterns selected\" class=\"wp-image-15569\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Site-Editor-_-All-Patterns-View.png?resize=1024%2C590&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/Site-Editor-_-All-Patterns-View.png?resize=300%2C173&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/Site-Editor-_-All-Patterns-View.png?resize=768%2C443&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/Site-Editor-_-All-Patterns-View.png?resize=1536%2C885&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/Site-Editor-_-All-Patterns-View.png?w=2048&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>For a complete overview of patterns on your site, all patterns provided by themes and plugins will be shown in this section but without the option to edit directly.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Go further</h2>\n\n\n\n<p>With the ability to create your own patterns baked into the creation experience, remember that you can copy the patterns available in the <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a> and <a href=\"https://wordpress.org/patterns/about/\">contribute back</a>, an excellent way to democratize design for every WordPress user and the web.</p>\n\n\n\n<p><em>For more exciting features coming to patterns in WordPress 6.3, </em><a href=\"https://make.wordpress.org/core/2023/07/13/core-editor-improvement-advancing-the-power-of-patterns/\"><em>read on in the Advancing the Power of Patterns post</em></a><em>. Thank you to the contributors who collaborated on this post: </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>Chloé Bringmann</em></a><em>, </em><a href=\"https://profiles.wordpress.org/jpantani/\"><em>Jonathan Pantani</em></a><em>, </em><a href=\"https://profiles.wordpress.org/chanthaboune/\"><em>Josepha</em></a><em>, </em><a href=\"https://profiles.wordpress.org/kristastevens/\"><em>Krista Stevens</em></a><em>, </em><a href=\"https://profiles.wordpress.org/eidolonnight/\"><em>Nicholas Garofalo</em></a><em>, <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</a></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:5:\"15541\";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:69:\"\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:33:\"WordPress 6.3 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jul 2023 16:43: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:5:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;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:4;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:35:\"https://wordpress.org/news/?p=15460\";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:246:\"WordPress 6.3 RC2 is ready for download and testing. Reaching this part of the release cycle is a key milestone. While release candidates are considered ready for final release, additional testing and use by the community can only make it better.\";s: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:\"Meher Bala\";s: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:7642:\"\n<p>WordPress 6.3 RC2 is ready for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> <strong>Please do not install, or run, or test this version on production or mission-critical websites.</strong> Instead, you should evaluate RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>While release candidates are considered ready for final release, additional testing and use by the community can only make it better.</p>\n\n\n\n<p>WordPress 6.3 is scheduled for release on August 8, 2023 – just two weeks from today.</p>\n\n\n\n<p>Get an overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a>, check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-3/\">6.3-related posts</a>, review <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">new features in WordPress 6.3</a>, or <a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-live-product-demo-highlights-recording/\">watch a recorded demo</a>.</p>\n\n\n\n<p>Developers and extenders should review the <a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">comprehensive WordPress 6.3 Field Guide</a> for detailed technical notes regarding new features and improvements.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">RC2 Highlights</h2>\n\n\n\n<p>Since the RC1 release on July 18, 2023, there have been approximately 15 issues resolved in <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.3\" data-type=\"link\" data-id=\"https://github.com/WordPress/gutenberg/commits/wp/6.3\">Editor</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=07%2F18%2F2023..07%2F25%2F2023&amp;milestone=6.3&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<p>Notable updates for this release include:</p>\n\n\n\n<ul>\n<li>Footnotes will be reverted or restored with post revisions (<a href=\"https://github.com/WordPress/gutenberg/pull/52686\">#52686</a>).</li>\n\n\n\n<li>Distraction free adds a missing command in the site editor (<a href=\"https://github.com/WordPress/gutenberg/pull/52868\">#52868</a>).</li>\n\n\n\n<li>Global styles revisions will display text if no revisions are found (<a href=\"https://github.com/WordPress/gutenberg/pull/52865\">#52865</a>).</li>\n\n\n\n<li>The About Page has been completed (<a href=\"https://core.trac.wordpress.org/ticket/58067\">#58067</a>).</li>\n\n\n\n<li>The About Page now includes a “Get Involved” section (<a href=\"https://core.trac.wordpress.org/ticket/23348\">#23348</a>).</li>\n\n\n\n<li>The dark mode option has been restored in the block editor iframe for Twenty Twenty-One (<a href=\"https://core.trac.wordpress.org/ticket/58835\">#58835</a>).</li>\n\n\n\n<li>Max height value was fixed in the image scaling in the Edit Media screen (<a href=\"https://core.trac.wordpress.org/ticket/50523\">#50523</a>).</li>\n\n\n\n<li>Additionally, some issues regarding internationalization were addressed (<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/58879\" target=\"_blank\">#58879</a>, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/58067\" target=\"_blank\">#58067</a> and <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/58864\" target=\"_blank\">#58864</a>).</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Test features in WordPress 6.3</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not. While testing the upgrade process is essential, trying out new features is too.&nbsp;</p>\n\n\n\n<ul>\n<li>Encountered an issue? Please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</li>\n\n\n\n<li>New to testing? This <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> is a great place to start if you’ve never tested a beta/RC release.</li>\n\n\n\n<li>Want to know more about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> in <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during the Beta/RC phases</h2>\n\n\n\n<p>The monetary reward for reporting new, unreleased security vulnerabilities is doubled between the Beta 1 release and the final release candidate (RC). Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get WordPress 6.3 RC2</h2>\n\n\n\n<p>You can test WordPress 6.3 RC2 in three ways:</p>\n\n\n\n<ul>\n<li><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.3-RC2.zip\">RC2 version (zip)</a>.</li>\n\n\n\n<li><strong>Option 3:</strong> Use the following WP-CLI command:<br><code>wp core update --version=6.3-RC2</code></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thanks to WordPress plugin and theme developers</h2>\n\n\n\n<p>Do you build plugins and themes? Your products play an integral role in extending the functionality and value of WordPress for users of all types worldwide.&nbsp;</p>\n\n\n\n<p>Hopefully, you have already tested your themes and plugins with WordPress 6.3 betas by now. With RC2, you will want to continue your testing and update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.3.&nbsp;</p>\n\n\n\n<p>If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Haiku for RC2</h2>\n\n\n\n<p>Time is nearly here<br>WordPress shines thanks to you all<br>Let’s get testing, dear</p>\n\n\n\n<p><em>Thank you to the contributors who collaborated on this post: <a href=\"https://profiles.wordpress.org/priethor/\" data-type=\"link\" data-id=\"https://profiles.wordpress.org/priethor/\">@Priethor</a></em>,<em> <a href=\"https://profiles.wordpress.org/audrasjb/\" data-type=\"link\" data-id=\"https://profiles.wordpress.org/audrasjb/\">@AudrasJb</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" data-type=\"link\" data-id=\"https://profiles.wordpress.org/davidbaumwald/\">@DavidBaumwald</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\">@DanSoschin</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">@JPantani</a></em> and <em><a href=\"https://profiles.wordpress.org/meher/\">@Meher</a></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:5:\"15460\";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:63:\"\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:62:\"WordPress 6.3 Live Product Demo – Highlights &amp; Recording\";s:7:\"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:88:\"https://wordpress.org/news/2023/07/wordpress-6-3-live-product-demo-highlights-recording/\";s: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, 21 Jul 2023 19:26: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:3:{i:0;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:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"live demo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15445\";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:102:\"Watch a demonstration of some of the newest features of WordPress 6.3, recorded live on July 20, 2023.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:8111:\"\n<p>WordPress 6.3 ships on August 8th! For a sneak peek of what&#8217;s to come, members of the 6.3 release squad, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> and <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, held a live demo moderated by <a href=\"https://profiles.wordpress.org/njwrigley/\">Nathan Wrigley</a>.&nbsp;</p>\n\n\n\n<p>More than 100 attendees watched as some of the most anticipated product features were demonstrated, from the brand-new Command Palette to new design tools and more.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/I2dvEbBxaqA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div><figcaption class=\"wp-element-caption\">6.3 Live Product Demo</figcaption></figure>\n\n\n\n<p>Here are some of the key takeaways from the 6.3 live product demonstration.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Command Palette’s big debut</h2>\n\n\n\n<p>One of the most anticipated features of 6.3 is the <a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-wordpress-command-palette-api/\">Command Palette</a>. It lets you quickly navigate and open different WordPress functions within the post and Site Editor. Access it using a shortcut command (Command + K or Control + K).</p>\n\n\n\n<h2 class=\"wp-block-heading\">Page creation gets easier in the Site Editor</h2>\n\n\n\n<p>Now you can browse and edit pages within the Site Editor, providing a more cohesive WordPress experience. A new drafting flow debuts, allowing you to create and publish pages directly within the editor.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Synced Patterns set to replace Reusable Blocks</h2>\n\n\n\n<p>You can create and manage all your patterns directly in the Site Editor. Once edited, all synced patterns (previously called Reusable Blocks) will change across a site—a huge time saver when making changes.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Stay on top of design changes with Style Revisions</h2>\n\n\n\n<p>This enhancement offers a visual timeline of your site so you can see all the revisions in your site’s history and restore a previous style with just a click.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">New design tools and blocks</h2>\n\n\n\n<p>Controls for specifying aspect ratios to ensure design integrity, especially when using images in Patterns debut in 6.3, along with new blocks for Footnotes and Details. Easily add footnotes to your content and have them automatically linked to the corresponding text. With the Details block, hide or display content to create spoilers or accordions.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Performance</h2>\n\n\n\n<p>WordPress is getting faster with 6.3 as content with images will see speedier load times. Both theme types (Classic and Block) will also benefit from performance improvements. The upcoming <a href=\"https://make.wordpress.org/core/2023/06/29/hallway-hangout-performance-improvements-for-wordpress-6-3/\">hallway hangout</a> is an excellent opportunity to learn more about performance enhancements directly from the WordPress Performance team.</p>\n\n\n\n<h2 class=\"wp-block-heading\">More from Core</h2>\n\n\n\n<ul>\n<li>Revert to previously installed versions when <a href=\"https://make.wordpress.org/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/\">manual updates for themes and plugins fail</a>.&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/05/dropping-support-for-php-5/\">Dropping support</a> for PHP 5. The new minimum supported version of PHP will be 7.0.0. The recommended version of PHP remains at 7.4 or greater.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/wordpress-6-3-accessibility-improvements/\">Accessibility updates</a>, especially for List View and the broader Site Editor experience.</li>\n\n\n\n<li>Improvements to internationalization <a href=\"https://make.wordpress.org/core/2023/07/14/i18n-improvements-in-6-3/\">just-in-time translation loading</a>.</li>\n</ul>\n\n\n\n<p>These new features and more await you as Phase 2 of the <a href=\"https://wordpress.org/about/roadmap/\">WordPress Roadmap</a> comes to a close with the 6.3 release.</p>\n\n\n\n<p>A <a href=\"https://make.wordpress.org/core/2023/07/21/6-3-live-product-demo-qa/\">question and answer session</a> followed the demo, with attendees asking plenty of great questions. The panelists shared links for additional reading regarding many new features—all conveniently added to the end of this post.&nbsp;</p>\n\n\n\n<p>A big thank you to everyone who helps make WordPress. Contributors power every WordPress release. Without the hundreds of contributors worldwide who help build WordPress, this live product demo wouldn’t have been possible. Thank you for all of your hard work.</p>\n\n\n\n<h2 class=\"wp-block-heading\">References from the Live Demo</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-wordpress-command-palette-api/\">Introducing the WordPress Command Palette API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/core-editor-improvement-advancing-the-power-of-patterns/\">Core Editor Improvement: Advancing the Power of Patterns</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/documentation/article/comparing-patterns-template-parts-and-reusable-blocks/\">Comparing Patterns, Template Parts, and Reusable Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/image-performance-enhancements-in-wordpress-6-3/\">Image performance enhancements in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">The 6.3 Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/\">New in 6.3: Rollback for failed manual plugin and theme updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/05/dropping-support-for-php-5/\">Dropping support for PHP 5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/wordpress-6-3-accessibility-improvements/\">WordPress 6.3 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/i18n-improvements-in-6-3/\">Internationalization Improvements in 6.3</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/30496\">#30496 Site Editor: MVP Customizer Compatibility/Integration</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/52128\">#52128 Customization Ongoing Roadmap</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/building-sidebars-with-the-site-editor/\">Building sidebars with the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/\">New in 6.3: Rollback for failed manual plugin and theme updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/layout-updates-in-the-editor-for-wordpress-6-3/\">Layout updates in the editor for WordPress 6.3</a></li>\n</ul>\n\n\n\n<p>Props to <a href=\'https://profiles.wordpress.org/richtabor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>richtabor</a> and <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> for reviewing this post and to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, and <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> for their logistics support to run the event.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15445\";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:69:\"\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:33:\"WordPress 6.3 Release Candidate 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:69:\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-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, 18 Jul 2023 17:08:04 +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:5:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;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:4;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:35:\"https://wordpress.org/news/?p=15431\";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:246:\"WordPress 6.3 RC1 is ready for download and testing. Reaching this part of the release cycle is a key milestone. While release candidates are considered ready for final release, additional testing and use by the community can only make it better.\";s: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:\"Dan Soschin\";s: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:11307:\"\n<p>WordPress 6.3 RC1 is ready for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> <strong>Please do not install, run, or test this version on production or mission-critical websites.</strong> Instead, you should evaluate RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>Reaching this part of the release cycle is a key milestone. While release candidates are considered ready for final release, additional testing and use by the community can only make it better.</p>\n\n\n\n<p>Get an overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a>, check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-3/\">6.3-related posts</a>, and review the <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">new features in WordPress 6.3</a>. Save the date for a <a href=\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\">live product demo</a> scheduled for Thursday, July 20, 2023, at 16:00 UTC (<a href=\"https://us02web.zoom.us/j/88141234315?pwd=TE1Odk5Wd0hiVlNYWHB5Q2xCYkhSZz09\">Zoom link</a>). This live demo will be a great opportunity to join the WordPress community to celebrate the accomplishments of 6.3 and this final chapter of <a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">RC1 highlights</h2>\n\n\n\n<p>Thanks to the many WordPress beta testers, this release contains 40+ (Editor) and 80+ (Trac) updates since the <a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-4/\">Beta 4 release</a>. Keep it up WordPressers!</p>\n\n\n\n<p>Notable updates for this release include:</p>\n\n\n\n<ul>\n<li>WordPress database error when installing PHPUnit tests (<a href=\"https://core.trac.wordpress.org/ticket/58673\">#58673</a>)</li>\n\n\n\n<li>Use <code>_get_block_template_file</code> function and set $area variable (<a href=\"https://github.com/WordPress/gutenberg/pull/52708\">#52708</a>)</li>\n\n\n\n<li>Indicate when a theme supports the Site editor in the Themes REST API response (<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/58123\" target=\"_blank\">#58123</a>)</li>\n\n\n\n<li><code>bulk_edit_posts()</code> function needs an action hook (<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/28112\" target=\"_blank\">#28112</a>)</li>\n\n\n\n<li>Allow editing existing footnote from formats toolbar (<a href=\"https://github.com/WordPress/gutenberg/pull/52506\">#52506</a>)</li>\n\n\n\n<li>Patterns: Add client side pagination to patterns list (<a href=\"https://github.com/WordPress/gutenberg/pull/52538\">#52538</a>)</li>\n\n\n\n<li>Trim footnote anchors from excerpts (<a href=\"https://github.com/WordPress/gutenberg/pull/52518\">#52518</a>)</li>\n</ul>\n\n\n\n<p>Browse the technical details for issues addressed since Beta 4 using these queries:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.3\">GitHub commits for 6.3</a></li>\n\n\n\n<li>Closed <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=07%2F11%2F2023..07%2F18%2F2023&amp;milestone=6.3&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac tickets</a> since July 11</li>\n</ul>\n\n\n\n<p>For a recap of what’s coming in 6.3, please refer to the <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">Beta 2 post</a>, which summarizes key features.</p>\n\n\n\n<p>You can also dig into technical information about various components in 6.3:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/core-editor-improvement-advancing-the-power-of-patterns/\">Core Editor Improvement: Advancing the Power of Patterns</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/image-performance-enhancements-in-wordpress-6-3/\">Image performance enhancements in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/improvements-to-the-metadata-api-in-wordpress-6-3/\">Improvements to the metadata API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/improvements-to-the-cache-api-in-wordpress-6-3/\">Improvements to the Cache API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/\">New in 6.3: Rollback for failed manual plugin and theme updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/\">Registering scripts with `async` and `defer` attributes in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/i18n-improvements-in-6-3/\">I18N Improvements in 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/\">New in 6.3: Rollback for failed manual plugin and theme updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/\">Configuring development mode in 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/layout-updates-in-the-editor-for-wordpress-6-3/\">Layout updates in the editor for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/wp_query-used-internally-in-get_pages/\">WP_Query used internally in get_pages()</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/improved-caching-for-database-queries-in-wp_user_query/\">Improved Caching for Database Queries in WP_User_Query</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/social-icons-block-applied-colors-now-dynamically-update-based-on-theme-json-and-global-styles/\">Social Icons block: Applied colors now dynamically update based on theme.json and Global Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-block-selectors-api/\">Introducing the Block Selectors API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/improvements-to-the-cache-api-in-wordpress-6-3/\">Improvements to the Cache API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-wordpress-command-palette-api/\">Introducing the WordPress Command Palette API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/miscellaneous-editor-changes-in-wordpress-6-3/\">Miscellaneous Editor changes in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/bundled-themes-dropping-internet-explorer-scripts-and-styles/\">Bundled themes dropping Internet Explorer scripts and styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/miscellaneous-developer-changes-in-wordpress-6-3/\">Miscellaneous developer changes in WordPress 6.3</a></li>\n</ul>\n\n\n\n<p>For a compilation of the dev notes above and more, read the <a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">comprehensive WordPress 6.3 Field Guide</a>.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Test the new features in WordPress 6.3</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not. While testing the upgrade process is essential, trying out new features is too.&nbsp;</p>\n\n\n\n<ul>\n<li>Encountered an issue? Please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</li>\n\n\n\n<li>New to testing? This <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> is a great place to start if you’ve never tested a beta/RC release.</li>\n\n\n\n<li>Want to know more about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> in the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during the Beta/RC phases</h2>\n\n\n\n<p>The monetary reward for reporting new, unreleased security vulnerabilities is doubled between the Beta 1 release and the final release candidate (RC). Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get WordPress 6.3 RC1</h2>\n\n\n\n<p>You can test WordPress 6.3 RC1 in three ways:</p>\n\n\n\n<ul>\n<li><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.3-RC1.zip\">RC1 version (zip)</a>.</li>\n\n\n\n<li><strong>Option 3:</strong> Use the following WP-CLI command:<br><code>wp core update --version=6.3-RC1</code></li>\n</ul>\n\n\n\n<p>The current target for the final release is <strong>August 8, 2023</strong>, about three weeks away. Your help testing this version ensures everything in this release is the best.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thanks to WordPress plugin and theme developers</h2>\n\n\n\n<p>Do you build plugins and themes? Your products play an integral role in extending the functionality and value of WordPress for users of all types worldwide.&nbsp;</p>\n\n\n\n<p>Chances are, you have already been testing your latest themes and plugins with WordPress 6.3 betas. With RC1, you will want to complete your testing and update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.3.&nbsp;</p>\n\n\n\n<p>If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.3 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Haiku for RC1</h2>\n\n\n\n<p>RC1 is here<br>Hold your applause ‘til the end<br>Download, test, repeat</p>\n\n\n\n<p><em>Thank you to the contributors who collaborated on this post: </em><a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@DanSoschin</em></a>, <a href=\"https://profiles.wordpress.org/meher/\"><em>@Meher</em></a>, and <a href=\"https://profiles.wordpress.org/jpantani/\"><em>@JPantani</em></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:5:\"15431\";s: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:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Aug 2023 05:26:59 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Sun, 27 Aug 2023 04:50:29 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:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20230829052343\";}','no'),(142,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1693330020','no'),(143,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1693286820','no'),(144,'_site_transient_timeout_community-events-b55675f0e3b13ee80974f1839707be80','1693330021','no'),(145,'_site_transient_community-events-b55675f0e3b13ee80974f1839707be80','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"172.69.178.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Mumbai 2023\";s:3:\"url\";s:33:\"https://mumbai.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-10-28 00:00:00\";s:8:\"end_date\";s:19:\"2023-10-29 00:00:00\";s:20:\"start_unix_timestamp\";i:1698431400;s:18:\"end_unix_timestamp\";i:1698517800;s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Mumbai, Maharashtra, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:19.0507572;s:9:\"longitude\";d:72.829808700000001;}}}}','no'),(146,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1693330021','no'),(147,'_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:74:\"WPTavern: WordPress.com Launches 100-Year Domain and Hosting Plan for $38K\";s:7:\"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=148273\";s:7:\"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://wptavern.com/wordpress-com-launches-100-year-domain-and-hosting-plan-for-38k\";s: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:3961:\"<p>WordPress.com is now selling a <a href=\"https://wordpress.com/100-year/\">100-year plan</a>, one of the longest available in the industry, for a one-time payment of $38,000. It includes managed WordPress hosting (whatever that looks like in 100 years), multiple backups across geographically distributed data centers, submission to the Internet Archive if the site is public, 24/7 dedicated support, and a domain that doesn&#8217;t need to be renewed by the customer for a century.</p>\n\n\n\n<p>ICANN, the Internet Corporation for Assigned Names and Numbers, limits domain registration to a maximum of 10 years. Auto-renewing after this time requires the customer to renew on time and keep their payment method updated. A 100-year plan removes these uncertainties but still hinges on the registrar staying in business into the next century.</p>\n\n\n\n<p>Customers who buy into the plan will need to have superior confidence in WordPress.com, coupled with the belief that domain names will still be important to the fundamental architecture of the web decades from now.</p>\n\n\n\n<p>Automattic CEO Matt Mullenweg commented on the difficulties in pricing the 100-year plan during his presentation at WordCamp US 2023, while simultaneously discouraging WordPress product owners from offering lifetime licenses. The distinction here is that the 100-year plan has a finite length of time, even if its future support seems unfathomable at the moment. </p>\n\n\n\n<p>&#8220;It also got me thinking about lifetime licenses, which I think we should stop doing in the WordPress world,&#8221; Mullenweg said. </p>\n\n\n\n<p>&#8220;If you&#8217;ve ever worked with an accountant or an acquirer they don&#8217;t like when you have those because it&#8217;s essentially an open ended commitment, including often with support. How do you recognize that revenue? Offer a 20 year plan or something. I think when you&#8217;re saying &#8216;lifetime,&#8217; it sort of cheapens the word. If we&#8217;re really thinking long-term, what promises we&#8217;re making to our customers, I think we should re-examine those practices.&#8221;</p>\n\n\n\n<p>Mullenweg also said he was inspired by the <a href=\"https://longnow.org/\">Long Now Foundation</a>, a non-profit established to foster long term thinking. The organization&#8217;s first project is the &#8220;Clock of the Long Now,&#8221; a mechanical monument designed to keep accurate time for the next 10,000 years:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>It is still being assembled deep inside a mountain in west Texas. The Clock provides a rare invitation to think and engineer at the timescale of civilization. It offers an enduring symbol of our personal connection to the distant future.</p>\n<cite><a href=\"https://longnow.org/\">The Long Now website</a></cite></blockquote>\n\n\n\n<p>WordPress.com is building something parallel to this in the digital world, enabling people to create their own virtual, lasting monuments and preserve their homes on the web. </p>\n\n\n\n<p>Embedded in the new offering is also a poignant reminder that WordPress.com is a domain registrar, as the company recently <a href=\"https://wptavern.com/wordpress-com-makes-a-bid-for-google-domains-customers-offering-1-million-free-transfers\">made a bid to capture Google Domain customers</a> ahead of their domains being sold off to Squarespace. Even if the new 100-year hosting plan is too expensive for 99.9% of prospective customers, it gives the impression that the company is capable of hosting entrusted domains for the long term. </p>\n\n\n\n<p>Nobody, not even WordPress.com, knows what that will look like in 50 years, but it&#8217;s an ambitious, thought-provoking offering. What resources will a URL (Uniform Resource Locator) point to 50 years from now? Or will URLs be discarded into the scrap pile of obsolete building blocks as soon as there&#8217;s a better, more efficient way to identify web addresses? What does longevity look like in the digital world?</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, 29 Aug 2023 04:25: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: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:81:\"WPTavern: Video: WordPress Leaders Discuss Project’s Future at WordCamp US 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148270\";s:7:\"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:88:\"https://wptavern.com/video-wordpress-leaders-discuss-projects-future-at-wordcamp-us-2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3006:\"<p>WordCamp US concluded this weekend after gathering nearly 2,000 attendees in National Harbor, Maryland, for the Community Summit, Contributor Day, and main conference days. For the majority of people in the WordPress world who were unable to attend, the recordings of the presentations from project leadership will give you an idea of what to expect in the near future and beyond. These videos were <a href=\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\">published</a> right away and are embedded below.</p>\n\n\n\n<p>WordPress Executive Director Josepha Haden Chomposy spoke on &#8220;The Future of WordPress,&#8221; with an emphasis on how the project can continue to thrive, build resilience, and outlast its current contributors. She encouraged the community to be proactive about expanding their learning and connections. She also reaffirmed the importance of the project&#8217;s mission to democratize publishing and the impact that can have in the world.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>WordPress co-creator Matt Mullenweg capped off the event with a presentation titled &#8220;What&#8217;s Next for Gutenberg,&#8221; followed by a Q&amp;A. He highlighted a few features coming in 6.4, including font management, an image lightbox, and the new Twenty Twenty Four default theme.</p>\n\n\n\n<p>As WordPress is moving into the Collaboration phase of the Gutenberg project, which will enable multiple authors to edit simultaneously, Mullenweg highlighted the importance of redesigning the admin. This will be the first major redesign since MP6 and is also aimed at improving workflows for administrators.</p>\n\n\n\n<p>Mullenweg announced that WordPress has launched a new LMS (Learning Management System) working group. He commented on the benefits and drawbacks of having multiple plugins in the ecosystem that do the same thing. Although the competition can encourage more innovation, it can also lock users into one solution if they aren&#8217;t built to be interoperable. </p>\n\n\n\n<p>Representatives from Tutor LMS, Learndash, LifterLMS, and Sensei met to discuss using common data models so users can easily switch between solutions. They are working in a new #LMS slack channel to establish industry standards that will preserve user freedom and choice through practical interoperability changes to their products.</p>\n\n\n\n<p>Mullenweg also said he would like to see more plugins, such as those handling SEO or site builders, to agree on some data models so that products can operate in a more standardized and performant way, serving users better in the long term.</p>\n\n\n\n<p>Check out the presentation below, along with the Q&amp;A that followed. There were more than 80 questions submitted, and those that were missed during Q&amp;A will have answers published to in a future post on WordPress.org.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s: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, 28 Aug 2023 22:15:14 +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: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:87:\"Gutenberg Times: Gutenberg Changelog #88 – WordPress 6.4 and Gutenberg 16.4 and 16.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:53:\"https://gutenbergtimes.com/?post_type=podcast&p=25373\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-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:3802:\"<p>Ellen Bauer and Birgit Pauli-Haack discuss WordPress 6.4 and Gutenberg 16.4 and 16.5 and proposed wp-admin changes. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Ellen Bauer</strong>, co-founder Elma Studio</h3>\n\n\n\n<ul>\n<li>WordPress <a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a></li>\n\n\n\n<li>Twitter/X <a href=\"https://twitter.com/ellenbauer\">@ellenbauer</a></li>\n\n\n\n<li><a href=\"https://www.elmastudio.de/en/\">Elma Studio</a></li>\n\n\n\n<li><a href=\"https://ainoblocks.io/\">Aino Blocks</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/elmastudio/#content-themes\">Themes by Elmastudio </a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4 and more</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/22/roadmap-to-6-4/\">Roadmap 6.4</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a></li>\n\n\n\n<li>&nbsp;<a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-for-navigation-in-wordpress-6-2-and-6-3/\">What’s new for Navigation in WordPress 6.2 and 6.3</a>&nbsp;</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\">What’s new in Gutenberg 16.4? (9 August)</a></li>\n\n\n\n<li>WPTavern: <a href=\"https://wptavern.com/gutenberg-16-4-introduces-experimental-auto-inserting-blocks\">Gutenberg 16.4 Introduces Experimental Auto-Inserting Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\">What’s new in Gutenberg 16.5? (23 August)</a></li>\n\n\n\n<li>WPTavern: <a href=\"https://wptavern.com/gutenberg-16-5-adds-new-commands-to-the-command-palette\">Gutenberg 16.5 Adds New Commands to the Command Palette</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Phase 3: Collaboration &amp; Workflow</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a></p>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p>The transcript is in the works. </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, 28 Aug 2023 12:14: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:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:77:\"WordPress.org blog: The Future of WordPress &amp; What’s Next for 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:35:\"https://wordpress.org/news/?p=15879\";s:7:\"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/2023/08/the-future-of-wordpress-whats-next-for-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:5046:\"<p>Nearly 2,000 attendees gathered for two days of keynotes, sessions, and community-building conversations at the Gaylord National Resort &amp; Convention Center in the largest attended WordCamp US ever. Saturday’s sessions concluded with back-to-back keynotes by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for WordPress</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Josepha launched her keynote by celebrating 20 years of WordPress and reflecting on its journey from a blogging tool to the world&#8217;s most popular community-driven web platform. On WordPress as a platform for empowerment and change, Josepha shared, “The more people that know about WordPress, the more people can access the incredible opportunities that WordPress can provide.” And that sustaining the platform for future generations ensures these opportunities will persist. She added, “We exist for as long as people want to use our software.”</p>\n\n\n\n<p>The community is the key to sustaining WordPress, and Josepha touched on the importance of WordCamps, workshops, and events that create value, promote inclusivity,&nbsp; and spark inspiration. WordPress can be a catalyst for positive change in the life of a contributor, end user, or site builder.</p>\n\n\n\n<p>Concluding her keynote, Josepha asked the audience to think about the story they’d want to tell about themselves and their time in WordPress; and the story they would want WordPress to tell the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for Gutenberg</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Matt began his keynote with a touch of nostalgia, referring to a comment on his personal blog in 2003 by WordPress Co-founder <a href=\"https://profiles.wordpress.org/mikelittle/\">Mike Little</a>, and then looked ahead to the most recent release, WordPress 6.3. As this year’s largest release, it includes new features such as the Command Palette, a quick way (⌘+k on Mac or Ctrl+k on Windows) to search your site and access common commands.</p>\n\n\n\n<a href=\"https://wordpress.org/download/releases/6-3/\"><img width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=1024%2C535&ssl=1\" alt=\"WordPress 6.3 Lionel\" class=\"wp-image-15795\" /></a>\n\n\n\n<p>Matt continued, “WordPress never rests, so right around the corner is <a href=\"https://make.wordpress.org/core/6-4/\">WordPress 6.4</a> on Nov 7… with some cool new features.” He shared that 6.4, like 5.6, will be an underrepresented gender-led release. A new default theme, <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four</a>, is tailored for entrepreneurs and small businesses, photographers and artists, and writers and bloggers. Additionally, 6.4 will feature integrated font management and Image block options to expand single images for optimal viewing.</p>\n\n\n\n<p>Looking further into the future, Matt highlighted Phase 3 of the Gutenberg project, which will focus on workflows and collaboration, “moving WordPress from a single-player to a multi-player tool.” In that spirit of collaboration, a new <a href=\"https://wordpress.slack.com/archives/C05PY7QLR5F\">#LMS</a> working group will also bring WordPress learning management systems together to improve the web standards for courses and learning content.</p>\n\n\n\n<p>Beyond Phase 3, Matt shared thoughts about what it means to support WordPress many years from now. A new <a href=\"https://wordpress.com/100-year/\">100-Year Plan</a> from WordPress.com is an exploration into long-term planning for your online presence. He encouraged attendees to be inspired by the region&#8217;s history, reflecting on what it would mean to honor the past while anticipating and planning for the future.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>A Q&amp;A session followed the keynotes, with questions submitted by the in-person audience and live stream viewers.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Additional questions will be answered in a future post on <a href=\"https://make.wordpress.org/project/\">make.WordPress.org/project/</a>. Join the <a href=\"https://make.wordpress.org/\">global community making WordPress</a> and be part of our journey toward a brighter future!</p>\n\n\n\n<p><em>Thank you to </em><a href=\"https://profiles.wordpress.org/angelasjin/\"><em>@angelasjin</em></a><em>, </em><a href=\"https://profiles.wordpress.org/bjmcsherry/\"><em>@bmcsherry</em></a><em>, </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, </em><a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@dansoschin</em></a><em>, and </em><a href=\"https://profiles.wordpress.org/eidolonnight/\"><em>@eidolonnight</em></a><em> for collaborating on this post.</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:\"Sun, 27 Aug 2023 04:50: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:17:\"Nicholas Garofalo\";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:126:\"Gutenberg Times: Theme Twenty-Twenty- Four, WordPress 6.4, upcoming Hallway Hangouts and Developer hours—Weekend Edition 265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=25326\";s:7:\"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:132:\"https://gutenbergtimes.com/theme-twenty-twenty-four-wordpress-6-4-upcoming-hallway-hangouts-and-developer-hours-weekend-edition-265/\";s: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:19975:\"<p>Howdy, </p>\n\n\n\n<p>I had a fabulous time on our Danube River Cruise. We walked the capitals of Austria, Hungary and Slovakia, Budapest, Vienna and Bratislava, learned about the long history of the region and had excellent food and wine tastings. </p>\n\n\n\n<p>In the past three weeks, a lot has happened in many corners of the Gutenberg project. It will take us more than one weekend edition to catch up. </p>\n\n\n\n<p>For this edition, I kept it mostly within WordPress team posts and articles. In the next edition, I will also include content and updated from the community again. </p>\n\n\n\n<p>Glad to be back. I missed you. </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-3\">WordPress 6.3 </a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-4\">WordPress 6.4</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-gutenberg-16-4-and-16-5\">Gutenberg 16.4 and 16.5</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-building-blocks-and-tools-for-the-block-editor\">Building Blocks and Tools for the Block editor.</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#7-update-on-html-api\">Update on HTML API</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Justin Tadlock</strong> curated <strong><a href=\"https://developer.wordpress.org/news/2023/08/whats-new-for-developers-august-2023/\">What’s new for developers? (August 2023)</a>.</strong> &nbsp;The seventh edition of a monthly series that cuts through all the noise, bringing you the latest features, updates, and fixes you need to know about to build on top of WordPress.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> announced <a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">Introducing WordPress.org/blocks</a> &#8220;To better tell the story of blocks, both within WordPress and as a broader framework for folks to consider with their next project,&nbsp;<a href=\"https://wordpress.org/blocks/\">a new page</a>&nbsp;has been created on&nbsp;WordPress.org&nbsp;that attempts to pull together the ease and power of blocks into a single source&#8221;.</p>\n\n\n\n<img width=\"652\" height=\"408\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/Page-about-Blocks.jpg?resize=652%2C408&ssl=1\" alt=\"Screenshot of Introduction to Blocks page header\" class=\"wp-image-25337\" />\n\n\n\n<p>In his <a href=\"https://make.wordpress.org/design/2023/08/14/design-share-jul-31-aug-11/\"><strong>Design Share: Jul 31-Aug 11</strong></a>, Joen Asmussen, reports on work by members of the WordPress design time. You&#8217;ll find listed various prototypes for the redesign of the Documentation and Learn WordPress site, the Showcase section of the WordPress site, and the already published design assets for the WordPress &#8220;Lionel:&#8221; 6.3 release and <a href=\"https://wordpress.org/download/releases/6-3/\">its new microsite</a> and some early mock-up so of list views for the WordPress Admin section. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Saxon Fletcher</strong>, contributor on the design team, published the first design mockups for the <a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\"><strong>Admin Design Kickoff</strong></a>. You can review videos, and screenshots with a ton of explanation of challenges and considerations. The overall look feels like an enhanced version of the Site Editor screens and concepts. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-6-3\">WordPress 6.3 </h3>\n\n\n\n<p>It&#8217;s probably just me, who feels that <a href=\"https://wordpress.org/news/2023/08/lionel/\">WordPress &#8220;Lionel&#8221; 6.3 </a>was released a long time ago, instead of just two weeks and a half. It&#8217;s been a massive release and there is still additional information published, i.e., about the considerable performance improvements and the update to the Navigation blocks and features. </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/07/wordpress-6-3-performance-improvements/\">WordPress 6.3 performance improvements</a>&nbsp;by <strong>Felix Arntz</strong></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-for-navigation-in-wordpress-6-2-and-6-3/\">What’s new for Navigation in WordPress 6.2 and 6.3</a>&nbsp;by <strong>Dave Smith</strong></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding </strong>reported on the created release assets: <a href=\"https://wptavern.com/wordpress-publishes-6-3-release-video-and-landing-page-demo\"><strong>WordPress Publishes 6.3 Release Video and Landing Page Demo</strong></a>. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-6-4\">WordPress 6.4</h3>\n\n\n\n<p><strong>Anne McCarthy</strong> published the <strong><a href=\"https://make.wordpress.org/core/2023/08/22/roadmap-to-6-4/\">Roadmap to 6.4</a>,</strong> the next major release of WordPress, led  by an all <a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">underrepresented gender release squad</a> scheduled for November 7th, 2023. A tight release cycle with the first beta scheduled for September 26th, makes this an ambitious list of features and updates. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Part of the next WordPress release is also a new default them. <strong>Jessica Lyschik</strong> published the article <strong><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a></strong>. &#8220;The idea behind Twenty Twenty-Four is to make a default theme that can be used on any type of site, with any topic.&#8221; she wrote. </p>\n\n\n\n<img width=\"652\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/Twenty-Twenty-Four-Post-Formats-web.jpg?resize=652%2C435&ssl=1\" alt=\"Screenshot Twenty-Twenty-Four, collection of various post formats. Mock-up\" class=\"wp-image-25356\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> wrote about the roadmap, too: <a href=\"https://wptavern.com/wordpress-6-4-roadmap-includes-typography-management-features-new-blocks-and-twenty-twenty-four-default-theme\"><strong>WordPress 6.4 Roadmap Includes Typography Management Features, New Blocks, and Twenty Twenty-Four Default Theme</strong></a></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-gutenberg-16-4-and-16-5\">Gutenberg 16.4 and 16.5</h3>\n\n\n\n<p>Release lead, <strong><a href=\"https://twitter.com/mikachan_\">Sarah Norris</a></strong> published <a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\">What’s new in Gutenberg 16.4? (9 August)</a>&nbsp;and highlighted</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/?p=107380#auto-inserting-blocks\">Auto-Inserting Blocks (Beta)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=107380#new-progress-bar-component\">New Progress Bar Component</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=107380#new-commands-in-the-command-palette\">New Commands in the Command Palette</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=107380#new-block-supports-for-footnotes-block\">New Block Supports for Footnotes Block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=107380#minimum-supported-php-version-bumped-to-7-0\">Minimum Supported PHP Version Bumped to 7.0</a></li>\n</ul>\n\n\n\n<p>Sarah Gooding&#8217;s post on the release: <a href=\"https://wptavern.com/gutenberg-16-4-introduces-experimental-auto-inserting-blocks\"><strong>Gutenberg 16.4 Introduces Experimental Auto-Inserting Blocks</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <a href=\"https://twitter.com/SiobhyB\"><strong>Siobhan Bamber</strong></a>, contributor on WordPress mobile app,  handled the Gutenberg plugins release and published the release post <a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\"><strong>What’s new in Gutenberg 16.5? (23 August)</strong></a>. She highlighted the new commands and enhancements to the Command Palette and additional block support for multiple blocks including Details and Post Content blocks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>?️ </strong> Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-87/\">Gutenberg Changelog #87 – Patterns, Gutenberg 16.3 and WordPress 6.3.</a> with Anne McCarthy as special guest, hosted by Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p><strong><a href=\"https://twitter.com/ellenbauer\">Ellen Bauer</a></strong> and I had a great time catching up since we met in person at WordCamp Asia. I was delighted that Ellen came on the Gutenberg changelog show to discuss the latest happening in WordPress and. The Gutenberg Changelog 88 episode will arrive at your favorite podcast app within a couple of days. </p>\n\n\n\n<img width=\"652\" height=\"186\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/Ellen-Bauer-Birgit-Pauli-Haack-Gutenberg-Changelog-89.jpg?resize=652%2C186&ssl=1\" alt=\"\" class=\"wp-image-25343\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Although the deadline to post feedback for the latest call for testing from the FSE Program  <a href=\"https://make.wordpress.org/test/2023/08/09/fse-program-testing-call-25-lets-start-from-the-beginning/\">#<strong>25: Let’s start from the beginning</strong></a> has passed, it&#8217;s still a great set of instructions to test  WordPress 6.3 and all the new features that come with it.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The WordPress Theme team rep <strong><a href=\"https://twitter.com/TheKafleG\">Ganga Kafle</a> </strong>announced that <a href=\"https://make.wordpress.org/themes/2023/08/11/blue-note-the-second-community-theme-is-released/\"><strong>Blue Note: The second community theme is released</strong></a>. &#8220;It is an elegant and fun&nbsp;block&nbsp;theme inspired by jazz and the record label “Blue Note Records”, he wrote. </p>\n\n\n\n<img width=\"652\" height=\"489\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/Blue-Note-screenshot.png?resize=652%2C489&ssl=1\" alt=\"Screenshot blue note theme. \" class=\"wp-image-25351\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy </strong>invites you to the next Hallway Hangout about  <strong><a href=\"https://make.wordpress.org/core/2023/08/21/hallway-hangout-improving-accessibility-in-the-site-editor/\">Improving accessibility in the Site Editor</a>&nbsp; </strong>on September 14 at 15:00 UTC. WordPress Accessibility team members <strong>Alex Stine</strong> and <strong>Joe Dolson</strong> will demo current of pain points and open a discussion about ways to resolve/address current, known issues.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Mary Baum</strong> published <a href=\"https://developer.wordpress.org/news/2023/08/the-anatomy-of-a-letterform/\"><strong>The anatomy of a letterform</strong></a>, part 2 of the six-part series,&nbsp;<em>&#8220;Make your site’s typography make a statement&#8217;</em> on the WordPress Developer Blog. Personally, I enjoy the primer typeface, the deep dive into the terminology and genesis of a typeface and the role it plays on the web and for readers. It&#8217;s a great preparation for the new features coming to WordPress the Font Library, a way to select, store and manage fonts on your website. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>ICYMI: The 3-part series on <strong>Beyond Block Styles</strong> by <strong>Justin Tadlock </strong>is now available on the WordPress Developer Blog: </p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/07/beyond-block-styles-part-1-using-the-wordpress-scripts-package-with-themes/\">Part 1: Using the WordPress scripts package with themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/beyond-block-styles-part-2-building-a-custom-style-for-the-separator-block/\">Part 2: Building a custom style for the Separator block</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/08/beyond-block-styles-part-3-building-custom-design-tools/\">Part 3: Building custom design tools</a></li>\n</ul>\n\n\n\n<p>Tadlock wrote: &#8220;The goal of this series is to teach you how to work with the APIs that block developers get to play with every day. Only, you’ll use those features in a theme, instead of a block. And you’ll use code and techniques that conform to the guidelines for the WordPress theme directory.&#8221;</p>\n\n\n\n<img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/emoji-icon-picker.jpg?w=600&ssl=1\" alt=\"Screenshot of the emoji picker for a separator block\" class=\"wp-image-25335\" />\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"6-building-blocks-and-tools-for-the-block-editor\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p>If you had trouble getting definitive answers on how to handle assets with the iframe post editor after the WordPress 6.3,release,  <strong>Nick Diego </strong>added a new page to the documentation that should answer all questions: <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/\"><strong>Enqueuing assets in the Editor </strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Michael Burridge</strong> wrote a tutorial on <a href=\"https://developer.wordpress.org/news/2023/08/styling-blocks-empowering-users-with-css-custom-properties/\"><strong>Styling blocks: empowering users with CSS custom properties</strong></a>&nbsp;describing a way how you can offer more styling options to used of your blocks beyond the settings via block.json. The post is available on the WordPress Developer Blog. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Juan Ma Garrido</strong> posted a <strong><a href=\"https://make.wordpress.org/core/2023/08/15/status-update-on-the-interactivity-api/\">status update on the Interactivity API</a></strong>, that includes the links to the GitHub spaces for discussion and code, and a getting started guide. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> and <strong>Nick Diego</strong> invite you to a Hallway Hangout<a href=\"https://make.wordpress.org/core/2023/08/17/hallway-hangout-lets-explore-the-power-of-block-variations/\"> <strong>To explore the power of block variations</strong></a> on September 14, 2023, at 18:00 UTC . An often overlooked feature, you learn how you can use block variations to extend existing blocks and can be as simple or complex as you like.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"7-update-on-html-api\">Update on HTML API</h3>\n\n\n\n<p><strong>Dennis Snell</strong> published a <strong><a href=\"https://make.wordpress.org/core/2023/08/19/progress-report-html-api/\">Progress Report: HTML API</a>&nbsp;</strong>on the WordPress Make blog. It&#8217;s a longer post as he explains why and how the HTML API came to pass and what the future will hold. </p>\n\n\n\n<p>On August 30th, 2023, <strong>Dennis Snell</strong>, is also scheduled to be on the Developer Hours with Michael Burridge for an <a href=\"https://make.wordpress.org/core/2023/08/18/developer-hours-introduction-to-the-html-api/\">Introduction to the HTML API</a>. The session will take place at 15:00 UTC. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Weissenkirchen, Austria &#8211; Active school building since 1316, next to the church. Photo by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Aug 2023 05:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:15:\"Matt: One Hundy\";s:7:\"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=95968\";s:7:\"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:32:\"https://ma.tt/2023/08/one-hundy/\";s: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:488:\"<p>WordPress.com <a href=\"https://wordpress.com/blog/2023/08/25/introducing-the-100-year-plan/\">just announced its hundred year plan</a>. This was very fun to create and plan for, and I hope it gets people and other companies thinking about the long term. Very inspired by <a href=\"https://longnow.org/\">The Long Now Foundation</a> and <a href=\"https://archive.org/\">The Internet Archive</a>. See also: <a href=\"https://hundredyearhost.com/\">Derek Siver&#8217;s Hundred Year Host</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:\"Sat, 26 Aug 2023 03:53: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: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: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:65:\"WPTavern: Gutenberg 16.5 Adds New Commands to the Command Palette\";s:7:\"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=148129\";s:7:\"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:76:\"https://wptavern.com/gutenberg-16-5-adds-new-commands-to-the-command-palette\";s: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:2713:\"<p><a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\">Gutenberg 16.5</a> was released this week with the biggest changes landing in the Command Palette. Users now have access to more block-related commands for block transforms and block actions, including the following:</p>\n\n\n\n<ul>\n<li>all transforms&nbsp;<em>to</em>&nbsp;the block has defined (e.g. to cover, to gallery, to columns, to file, to group, to media and text, for an image block)</li>\n\n\n\n<li>these block actions: paste styles, copy, ungroup, group, moveTo, insertAfter, insertBefore, remove, duplicate)</li>\n</ul>\n\n\n\n<p>&#8220;Together, these new commands not only enrich the command palette’s functionality but also improve the distraction-free mode by offering immediate access to basic functions,&#8221; Automattic-sponsored Gutenberg contributor Siobhan Bamber said in the release post.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<p>Improving the discovery of these new commands may prove challenging. Contributors are <a href=\"https://github.com/WordPress/gutenberg/pull/52509#issuecomment-1638161344\">exploring</a> displaying the contextual actions as suggestions immediately after opening the command palette, to scale with the increasing index of available commands.</p>\n\n\n\n<p>&#8220;Since the aim of this PR is to add so many commands, let&#8217;s not surface any suggestions yet,&#8221; Automattic-sponsored designer James Koster said. &#8220;We can explore that in a follow-up with a thought-out design which considers how to scale the display of so many commands, if necessary.&#8221;</p>\n\n\n\n<p>The Command Palette design was also updated in this latest round of version 16.5. Users with a keen eye may notice a new search icon aligned to the right, a reduced width, darker icon color, and more subtle changes.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1200\" height=\"908\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/updated-command-palette.png\" alt=\"\" class=\"wp-image-148244\" />image credit: Gutenberg PR <a href=\"https://github.com/WordPress/gutenberg/pull/53117\">#53117</a>\n\n\n\n<p>Gutenberg 16.5 adds more block supports to the Details block, Post Content block, and File block to make them more customizable with controls for colors, block spacing, and padding.</p>\n\n\n\n<p>This update includes many more small enhancements and bug fixes, including improvements to the writing flow, build tooling, fluid typography, existing Command Palette commands, Snackbar component, and Global Styles. Check out the <a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\">16.5 release post</a> for the full changelog.</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, 25 Aug 2023 17:46: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:\"\";}}}}}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:47:\"WPTavern: Watch WordCamp US 2023 Via Livestream\";s:7:\"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=148229\";s:7:\"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:\"https://wptavern.com/watch-wordcamp-us-2023-via-livestream\";s: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:2316:\"<img width=\"1820\" height=\"1210\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-Shot-2023-08-25-at-9.05.13-AM.png\" alt=\"\" class=\"wp-image-148235\" />photo credit: <a href=\"https://twitter.com/WordCampUS/status/1694816958791766190\">WordCamp US</a> &#8211; Contributor Day 2023\n\n\n\n<p><a href=\"https://us.wordcamp.org/2023/\">WordCamp US</a> 2023 kicked off Wednesday with the Community Summit and the Contributor Day on Thursday. The main conference days begin this morning and will be broadcast via high-definition <a href=\"https://us.wordcamp.org/2023/livestream/\">livestreams</a> throughout the event. </p>\n\n\n\n<p>Both the Woodrow Wilson and Cherry Blossom tracks will be streaming on separate links. First up on Friday is they keynote titled &#8220;<a href=\"https://us.wordcamp.org/2023/session/friday-keynote/\">For All Userkind: NASA Web Modernization and WordPress,</a>&#8221; presented by <a href=\"https://us.wordcamp.org/2023/speaker/abby-bowman/\">Abby Bowman</a> and<a href=\"https://us.wordcamp.org/2023/speaker/j-j-toothman/\"> J.J. Toothman</a>. </p>\n\n\n\n<p>In-person attendees will have live captions on the screen in the Woodrow Wilson and Cherry Blossom tracks. The captions are also available on personal devices with livestreaming captions. Organizers have set up <a href=\"https://www.streamtext.net/player?event=WoodrowWilson\">Woodrow Wilson StreamText</a> and <a href=\"https://www.streamtext.net/player?event=CherryBlossom\">Cherry Blossom StreamText</a>, which are also available to those watching remotely.</p>\n\n\n\n<p>Sessions will run through 5:30 PM EST today and Saturday as well. The conference will be capped off with a presentation from <a href=\"https://us.wordcamp.org/2023/session/josepha-haden-chomphosy-on-the-future-of-wordpress/\">WordPress&#8217; Executive Director Josepha Haden Chomphosy, on the future of WordPress</a>, followed by <a href=\"https://us.wordcamp.org/2023/session/the-wordpress-advantage-with-matt-mullenweg/\">Gutenberg: Next with Matt Mullenweg</a> and a live Q&amp;A.</p>\n\n\n\n<p>Livestream viewers can <a href=\"https://us.wordcamp.org/2023/livestream/\">watch for free</a> with no tickets required. Check the schedule for specific times. Presentations you are interested in can be starred and emailed to yourself or printed for easy access.</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, 25 Aug 2023 13:07:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:97:\"WPTavern: Post Status Celebrates 10 Years, Adds Joost de Valk and Marieke van de Rakt as Partners\";s:7:\"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=148199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/post-status-celebrates-10-years-adds-joost-de-valk-and-marieke-van-de-rakt-as-partners\";s: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:4903:\"<p>This year <a href=\"https://poststatus.com/\">Post Status</a> is celebrating a decade of serving WordPress professionals with its member-supported community. The site was founded by Brian Krogsgard in 2013, and now runs an active Slack community with 2,083 members, a weekly newsletter with 4,300 subscribers, and a job board.</p>\n\n\n\n<p>As a testament to the community&#8217;s continued growth, Post Status <a href=\"https://poststatus.com/joost-and-marieke-join-post-status-as-equity-partners/\">announced</a> it has added WordPress veterans Joost de Valk and Marieke van de Rakt as equity partners who have invested cash in the business. They will also be taking on active roles in leading the Post Status community &#8211; de Valk as CTO and van de Rakt as an advisor and editorial contributor. </p>\n\n\n\n<p>&#8220;Post Status has created the most important networking possibilities for us in the past and helped us grow our WordPress businesses,&#8221; van de Rakt said. &#8220;It seems only fit to contribute and to take on an active role in the Post Status community at this point.&#8221;</p>\n\n\n\n<p>Post Status CEO Cory Miller said the organization will be moving forward with &#8220;the same vision and values &#8211; supporting the business of WordPress, with an emphasis on agency owners.&#8221; Co-owner Lindsey Miller will be taking on a new role as CMO. </p>\n\n\n\n<p>Although maintaining the professional community remains their first priority, Post Status will be expanding with two new initiatives this year that will benefit both partners and members. The team has soft launched the new <a rel=\"noreferrer noopener\" href=\"http://poststatus.com/\" target=\"_blank\">poststatus.com</a>, featuring a new <a href=\"https://poststatus.com/wordpress-companies/\">Partner Directory</a> that showcases WordPress businesses. </p>\n\n\n\n<p>&#8220;I believe a healthy growing business ecosystem inside of WordPress is absolutely key to WP continued growth and success,&#8221; Cory Miller said.</p>\n\n\n\n<p>&#8220;We want to get a little more organized, professional as an industry, and that means cooperating, communicating, working together, with Post Status being that collective brand, showcasing the agencies, software and professionals of WordPress better.</p>\n\n\n\n<p>&#8220;The next step is our directory. We want to say, here’s our professional industry for those looking at WordPress for their web projects.&#8221;</p>\n\n\n\n<p>In addition to ramping up editorial commentary and analysis on industry trends, with the depth of expertise of new partners de Valk and van de Rakt, Post Status is in the early stages of planning an annual summit. It will be similar to WordPress&#8217; contributor summit but for businesses and individuals who are making their way in the marketplace.</p>\n\n\n\n<p>&#8220;The second step is to gather together, talk business and what are we seeing, what are the issues, challenges, and opportunities as an industry,&#8221; Miller said. &#8220;That naturally gives us focus and initiatives to cooperate on together.</p>\n\n\n\n<p>&#8220;Most industries have this already.</p>\n\n\n\n<p>&#8220;Doctors, lawyers, big businesses have these kinds of venues and platforms for conversations about the state of their industry. We need that for WordPress and Post Status is taking next steps to do so.&#8221;</p>\n\n\n\n<p>These two initiatives are next on the organization&#8217;s roadmap, and with the new partnership they now have the resources to execute on them.</p>\n\n\n\n<p>&#8220;Showcase the collective, that’s our directory,&#8221; Miller said. &#8220;And gather us together to have the key conversations we need about where we’re going as an industry and community. That’s our summit.&#8221;</p>\n\n\n\n<p>Sponsors are what keeps the lights on at Post Status. The organization has historically been focused on driving individual membership for WordPress professionals but is shifting its focus on businesses as members now. </p>\n\n\n\n<p>&#8220;We want every WP pro in Post Status, this is their home, their trade association,&#8221; Miller said. &#8220;Those who work at WP companies or with WP as part of their gig, we always want to welcome them in to PS.&#8221;</p>\n\n\n\n<p>Post Status is one of the few WordPress organizations that has been operating for longer than a decade. Now that the Pressnomics event has been retired for four years, the WordPress community is sorely in need of an event where the business-focused community can connect and help each other grow WordPress&#8217; success in the wider industry. Post Status is the organization best-suited to step into this role. To stay on top of the their efforts and plans and to support the business community, <a href=\"https://poststatus.com/join/\">join as a member</a> and/or <a href=\"https://poststatus.us6.list-manage.com/subscribe?u=ff3456b27ebe0be0155087894&id=afc03177a6\">subscribe to the weekly newsletter.</a></p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Aug 2023 03:59: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: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:64:\"BuddyPress: BuddyPress 11.3.1 Security &amp; 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:32:\"https://buddypress.org/?p=330940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://buddypress.org/2023/08/buddypress-11-3-1-security-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:3329:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.11.3.1.zip\">BuddyPress 11.3.1</a> is now available. This is a security and maintenance release. <strong>All BuddyPress installations should be updated as soon as possible</strong>.</p>\n\n\n\n<p>The 11.3.1 release addresses the following security issue:</p>\n\n\n\n<ul>\n<li>A blind SQL Injection from unauthenticated users vulnerability was fixed in <code>BP_XProfile_Query-&gt;find_compatible_table_alias()</code>. Discovered by&nbsp;<a href=\"https://www.gold-network.ch\" target=\"_blank\" rel=\"noreferrer noopener\">Michael Mazzolini</a>.</li>\n</ul>\n\n\n\n<p>This vulnerability was reported privately to the BuddyPress team, in accordance with&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>BuddyPress 11.3.1 also fixes 3 bugs. For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-11-3-1/\">11.3.1 changelog</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-white-background-color has-text-color has-background no-border-radius wp-element-button\" href=\"https://downloads.wordpress.org/plugin/buddypress.11.3.1.zip\">Get BuddyPress 11.3.1</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>You can get the latest version by clicking on the above button, downloading it from the&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a>&nbsp;or checking it out from our&nbsp;<a href=\"https://buddypress.trac.wordpress.org/browser/branches/11.0\">Subversion repository.</a></p>\n\n\n\n<p>If for a specific reason you can&#8217;t upgrade to 11.3.1, we have also ported the security fix to BuddyPress versions going all the way back to 5.0. Here&#8217;s the list of the available downloads for the corresponding tags, you can also find these links on our <a href=\"https://wordpress.org/plugins/buddypress/advanced/\">WordPress.org Plugin Directory &#8220;Advanced&#8221; page:</a></p>\n\n\n\n<ul>\n<li>If you are using BP 5.2.1 and can&#8217;t upgrade to 11.3.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.5.2.2.zip\">5.2.2</a></li>\n\n\n\n<li>If you are using BP 6.4.2 and can&#8217;t upgrade to 11.3.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.4.3.zip\">6.4.3</a></li>\n\n\n\n<li>If you are using BP 7.3.2 and can&#8217;t upgrade to 11.3.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.3.3.zip\">7.3.3</a></li>\n\n\n\n<li>If you are using BP 8.0.2 and can&#8217;t upgrade to 11.3.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.8.0.3.zip\">8.0.3</a></li>\n\n\n\n<li>If you are using BP 9.2.0 and can&#8217;t upgrade to 11.3.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.9.2.1.zip\">9.2.1</a></li>\n\n\n\n<li>If you are using BP 10.6.0 and can&#8217;t upgrade to 11.3.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.10.6.1.zip\">10.6.1</a></li>\n</ul>\";s: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, 24 Aug 2023 22:02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";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:80:\"WPTavern: WordPress Unveils Design for Upcoming Twenty Twenty-Four Default Theme\";s:7:\"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=148167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wordpress-unveils-design-for-upcoming-twenty-twenty-four-default-theme\";s: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:4016:\"<p>WordPress 6.4 will be shipping with a new default theme, expected in early November. The theme&#8217;s project leaders unveiled the designs and concept for Twenty Twenty-Four in an <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">announcement</a> on WordPress.org today.</p>\n\n\n\n<p>For those who have complained that past default themes have been too niche or too narrowly focused in design, this theme will take the reverse approach. Contributors are attempting to build the ultimate multi-purpose theme that can be used for nearly any kind of website, highlighting the unmatched flexibility of building with blocks.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1600\" height=\"1066\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/TT4.jpeg\" alt=\"\" class=\"wp-image-148180\" />image credit: <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a>\n\n\n\n<p>&#8220;The idea behind Twenty Twenty-Four is to make a default theme that can be used on any type of site, with any topic,&#8221; core contributorJessica Lyschik said. &#8220;Because of that, and contrary to past years, it has no single topic. Instead, three use cases were explored: one more tailored for entrepreneurs and small businesses, one tailored for photographers and artists and one specifically tailored for writers and bloggers.&#8221;</p>\n\n\n\n<p>Last year&#8217;s default theme, <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three</a>, was a stripped-back and minimal version of Twenty Twenty-Two, with a strong focus on community-submitted style variations. Like its predecessor, Twenty Twenty-Four will put the spotlight on some of the latest WordPress design features.</p>\n\n\n\n<p>&#8220;Twenty Twenty-Four will be a block theme fully compatible with all the site editor tooling and it will surface new design tools like the details block or vertical text,&#8221; Lyschik said. &#8220;Another key intent for the theme is to properly present whole page patterns and template variations so that users don’t need to assemble whole pages themselves, thus easing up their site building process.&#8221;</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1600\" height=\"840\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/TT4-full-page-designs.jpeg\" alt=\"\" class=\"wp-image-148184\" />\n\n\n\n<p>Whole page patterns are a critical feature that all of the best block themes provide, as most people feel daunted when starting from a blank slate. If a whole page pattern is already pre-inserted on a new website install, users are light years ahead in their site building efforts.</p>\n\n\n\n<p>Twenty Twenty-Four features the Cardo font for headings and a sans-serif system font for paragraph text. Cardo is an Old Style serif typeface designed by David J. Perry in 2002 for “classicists, biblical scholars, medievalists, and linguists.” It grounds the design with a bit of sophistication but should be easy to swap out with the <a href=\"https://wptavern.com/wordpress-6-4-roadmap-includes-typography-management-features-new-blocks-and-twenty-twenty-four-default-theme\">typography management features coming in 6.4</a>.</p>\n\n\n\n<p>The initial previews of the theme don&#8217;t stray far from many of the traditional website designs you might see browsing businesses or portfolios. It leans more towards  providing an invisible framework for the user&#8217;s own creations, instead of pushing a single, opinionated design. This design lets the Site Editor and design controls shine as tools that can unlock human creativity on the screen. So far it has received positive feedback on the WordPress.org announcement. Check out the <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">post</a> for more images/video, and information on how contribute to Twenty Twenty-Four&#8217;s development.</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, 24 Aug 2023 20:36:14 +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:87:\"WPTavern: Organic Themes Launches Apparel Store to Raise Money for the Maui Strong Fund\";s:7:\"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=148133\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/organic-themes-launches-apparel-store-to-raise-money-for-the-maui-strong-fund\";s: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:2186:\"<img width=\"2098\" height=\"1174\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-Shot-2023-08-23-at-4.19.06-PM.png\" alt=\"\" class=\"wp-image-148138\" />\n\n\n\n<p><a href=\"https://organicthemes.com/\">Organic Themes</a>, one of the oldest WordPress theme shops, was founded in 2009 in the town of Lahaina on the island of Maui, which was ground zero for the recent <a href=\"https://en.wikipedia.org/wiki/2023_Hawaii_wildfires\">devastating wildfires</a>. Until recently, Lahaina was home to Organic Themes co-founder David Morgan, who hosted the Maui WordPress meetups for years, and co-organized WordCamp Maui in 2015.</p>\n\n\n\n<p>Morgan and his co-founder Jeff Milone have been best friends since high school. In 2007, Morgan sold everything and moved to Oahu, working as a freelance designer while living out of his car after arriving. </p>\n\n\n\n<p>&#8220;While living on Oahu, Jeff and I began working long-distance on freelance WordPress projects,&#8221; Morgan said. &#8220;This led to the idea of starting a theme business together, and I invited Jeff to Hawaii in 2009. While he was visiting me on Oahu, we flew to Maui and fell in love with the island. We decided to start our business there.&#8221;</p>\n\n\n\n<p>Organic Themes operated out of Lahaina for ten years before Morgan eventually returned to the mainland to start his family in Sarasota, Florida. Milone still resides in Maui part-time. </p>\n\n\n\n<p>&#8220;We have friends that have lost their homes,&#8221; Morgan said. &#8220;We&#8217;ve been in touch with old neighbors and friends, and it&#8217;s been beyond shocking for us to see what has happened.&#8221;</p>\n\n\n\n<p>The company recently created the <a href=\"https://lahaina.help/\">Kokua Lahaina</a> website and apparel products as a way to give back to their community. The site is built on WordPress and WooCommerce and uses the <a href=\"https://organicthemes.com/stax-theme/\">STAX</a> block theme. Organic Themes is donating all profits to the <a href=\"https://www.hawaiicommunityfoundation.org/maui-strong\">Maui Strong Fund</a>, which provides shelter, food, financial assistance, and other services to those impacted by the wildfires.</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, 23 Aug 2023 20:38:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:38:\"Matt: Open Sourcing Algorithmic Choice\";s:7:\"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=95800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://ma.tt/2023/08/open-sourcing-algorithmic-choice/\";s: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:631:\"<p>Jon Weeks from the Evening Standard <a href=\"https://www.standard.co.uk/business/tumblr-ceo-matt-mullenweg-on-opensourcing-social-media-b1101975.html\">interviewed me for their <em>How to Be a CEO</em> podcast</a> about Tumblr, and as I often do we mostly talked about open source.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div>    <div></div>    </div>\n</div>\n\n\n\n<p>If you can&#8217;t listen <a href=\"https://techcrunch.com/2023/08/23/automattic-ceo-matt-mullenweg-talks-future-of-tumblr-with-algorithmic-choice-ai-enhancements-and-more/\">Techcrunch&#8217;s Sarah Perez posted a really nice summary of the interview</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, 23 Aug 2023 18:02:11 +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: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:121:\"WPTavern: WordPress 6.4 Roadmap Includes Typography Management Features, New Blocks, and Twenty Twenty-Four Default Theme\";s:7:\"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=148086\";s:7:\"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:130:\"https://wptavern.com/wordpress-6-4-roadmap-includes-typography-management-features-new-blocks-and-twenty-twenty-four-default-theme\";s: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:3987:\"<p>Work on <a href=\"https://make.wordpress.org/core/2023/08/22/roadmap-to-6-4/\">WordPress 6.4 is kicking off</a> with a post from Editor Triage Co-Lead Anne McCarthy that highlights everything the team has planned for the release. This will be the third major release of 2023, and is unique in that it&#8217;s being led by an <a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">underrepresented gender release squad</a>.</p>\n\n\n\n<p>Although WordPress is moving into <a href=\"https://make.wordpress.org/core/tag/phase-3/\">Phase 3 of the Gutenberg project</a>, which focuses on collaboration, 6.4 will primarily extend existing features in the block and site editors.</p>\n\n\n\n<p>&#8220;Initial explorations for phase 3 will continue in the Gutenberg plugin, and any early wins will be added alongside the foundational work already planned in this major release,&#8221; McCarthy said. </p>\n\n\n\n<p>WordPress 6.4 is anticipated to introduce typography management features, including a <a href=\"https://github.com/WordPress/gutenberg/issues/52698\">Font Library</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/41479\">server-side @font-face CSS generation and printing</a>. This means users will be able to browse a library of fonts in the admin, similar to how they manage media. It will not be dependent on the theme that is activated but will be a library that is extensible for plugin developers.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1600\" height=\"902\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/font-library.png\" alt=\"\" class=\"wp-image-148114\" />image credit: <a href=\"https://make.wordpress.org/core/2023/08/22/roadmap-to-6-4/\">Roadmap to 6.4</a>\n\n\n\n<p>Other new functionality planned for 6.4 includes the following: </p>\n\n\n\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/ticket/57704\">Revisions for templates and template parts</a></li>\n\n\n\n<li>New blocks: <a href=\"https://github.com/WordPress/gutenberg/issues/42229\">Table of Contents</a>, <a href=\"https://github.com/WordPress/gutenberg/issues/53776\">Time to Read</a>, and <a href=\"https://github.com/WordPress/gutenberg/issues/41730\">Scrolling Marquee</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/51132\">Lightbox</a> functionality for individual image blocks</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/39439\">Auto-insert blocks</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/53049\">Post formats in block themes</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/53305\">Improvements to the writing experience</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/50891\">link control UI</a></li>\n\n\n\n<li>Updates to interfaces and tools &#8211; top toolbar, distraction-free, command palette, list view, and more</li>\n\n\n\n<li>Refinements and enhancements to Site Editing, Global Styles, and design tools</li>\n\n\n\n<li>Updates to Patterns: <a href=\"https://github.com/WordPress/gutenberg/issues/53164\">add the ability to set categories</a>, <a href=\"https://github.com/WordPress/gutenberg/issues/51945\">update inserter experience</a>, explore possibly including <a href=\"https://github.com/WordPress/gutenberg/issues/53705\">partially synced patterns</a></li>\n\n\n\n<li>Improvements to navigation customization and management</li>\n\n\n\n<li>Expand design tools available for Footnotes, <a href=\"https://github.com/WordPress/gutenberg/issues/52812#top\">ensure compatibility for Custom Post Types</a></li>\n</ul>\n\n\n\n<p>WordPress 6.4 will also ship with a new Twenty Twenty-Four default theme that will showcase the latest capabilities of block themes. </p>\n\n\n\n<p>McCarthy emphasized that the features published in the roadmap are &#8220;being actively pursued&#8221; but may not represent what actually lands in the final release.</p>\n\n\n\n<p>WordPress 6.4 is anticipated to be released on November 7, 2023, with Beta 1 expected on September 26.</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, 23 Aug 2023 16:24: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: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:80:\"WPTavern: #88 – Jo Minney on the State of the WordPress Community in Australia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=148105\";s:7:\"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:94:\"https://wptavern.com/podcast/88-jo-minney-on-the-state-of-the-wordpress-community-in-australia\";s: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:48938:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the state of the WordPress community in Australia.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you all your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Jo Minney.</p>\n\n\n\n<p>Jo is the founder of a small business that specialises in building websites for organisations, mainly nonprofits and the tech industry. With a background in engineering, Jo decided to shift her focus to website development using WordPress. She was excited about the WordPress community and joined her local meetup, eventually becoming an organizer.</p>\n\n\n\n<p>Jo is keen for the WordPress community in Australia to grow, and has been making significant contributions to that growth.</p>\n\n\n\n<p>In this episode, Jo shares her insights on the challenges of organizing WordCamps and meetups in Australia, where the large size of the country, and small population presents some unique obstacles. If you&#8217;re used to a European or north American setting, it&#8217;s really interesting how the geography of the country presents challenges not seen elsewhere.</p>\n\n\n\n<p>We discussed the importance of paying speakers and covering their travel expenses to create equal opportunities for freelancers and small businesses, as well as to give the Australian community a stronger voice.</p>\n\n\n\n<p>We talk about her journey with WordPress, starting from her early days as a coder in a different field, and navigating the community online. Jo highlights the need for in-person opportunities to learn and connect with others. Especially in a global community where the time zone differences and online platforms can be limiting.</p>\n\n\n\n<p>We chat about the challenges faced by the Australian WordPress community from limited resources and burnout, to the struggle of attracting new organizers and attendees. Jo share some exciting success stories, such as organizing WordPress events and hosting a successful do_action event.</p>\n\n\n\n<p>We briefly get into the need for more diverse voices and the importance of fostering, a supportive and inclusive environment. If you&#8217;re interested in hearing about how the WordPress community is doing in Australia, this episode is for you.</p>\n\n\n\n<p>You can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Jo Minney.</p>\n\n\n\n<p>I am joined on the podcast today by Jo Minney. Hello Jo.</p>\n\n\n\n<p>[00:03:40] <strong>Jo Minney:</strong> Nice to be here.</p>\n\n\n\n<p>[00:03:41] <strong>Nathan Wrigley:</strong> Yeah thank you for joining me. Jo is in Western Australia which means that the collision of the time zones is pretty severe on this one. It&#8217;s the middle of the afternoon for me which means it&#8217;s very, very late in the evening for Jo. So first up Jo, thank you very much for staying the course and being with us.</p>\n\n\n\n<p>I guess my first question, as always, it&#8217;s a pretty banal one but it&#8217;s worth asking anyway. Given that we&#8217;re on a WordPress podcast, we&#8217;re going to be talking about the WordPress community in Australia in particular. Would you mind just spending a moment just telling us who you are? What your relationship is with WordPress? Perhaps a little bit about the kind of job that you have, and the role that you have and all of that good stuff.</p>\n\n\n\n<p>[00:04:22] <strong>Jo Minney:</strong> Sure I can absolutely do that. So I am a small business founder like a lot of people that work with WordPress. I run I guess what you&#8217;d call a micro business. I have a grand total of three people in my team, and we build websites for mainly organizations. We work a lot with nonprofits and also a bit with the tech industry. So my background is actually engineering, and I threw in the towel and decided I didn&#8217;t want to do engineering anymore and started building websites instead.</p>\n\n\n\n<p>So in a nutshell what I do now, and how I use WordPress. And when I first started using it I got really excited when I found out about the community that was behind it and things like meetups and WordCamps. And that was yes, this is so exciting and went and joined our local meetup and none had been running for the last year and a half. So that was a bit sad. And then I reached out to the organizer who had previously run them and was like, hey, what&#8217;s going on? And she&#8217;s like here you go. And so I became lead organizer and the rest, I guess, is as they say history.</p>\n\n\n\n<p>[00:05:27] <strong>Nathan Wrigley:</strong> Did you find the community more or less as soon as you found WordPress? Did you have a nice bit of serendipity there? Because when I discovered WordPress it was many years before I realized that there was any kind of community. I purely viewed it as a piece of freely available software. And whilst I understood that the freely available nature of it meant that there was community involvement in building the software, I had no conception there was a community of people who would be meeting up in the real world or getting into the kind of discourse that they do, in all sorts of different directions. So yeah, to paraphrase that question, did you find the community right away?</p>\n\n\n\n<p>[00:06:07] <strong>Jo Minney:</strong> I wouldn&#8217;t say right away, but fairly soon after I started using WordPress. So I had done a little bit of coding before I started using WordPress but in a very different environment, working as I said in engineering. I was really lucky that my husband, who&#8217;s also my business partner now, also works in development.</p>\n\n\n\n<p>And when I first said I want to learn how to use WordPress and I&#8217;m going to use it to create my website for my consulting business, which back then was still in engineering, he was like no you can&#8217;t use WordPress. WordPress is the devil. He&#8217;s come around since then. He&#8217;s actually speaking at WordCamp US. We do a lot of collaboration projects now. So he builds custom web applications and my team do WordPress websites. And we do a lot of merging the two together and integrating them.</p>\n\n\n\n<p>When I first started using it I felt like a lot of the time the people that I was asking were a lot more superior at using it to me, and had a lot more experience. So reaching out online was a little bit intimidating. So I actually started looking quite early on in my journey for something that was in person, because it would enable me to kind of go and learn from other people without having to actively start asking questions on online forums, where often I was the only woman there, or I didn&#8217;t know if I was the only woman there, but I kind of had assumed in that space.</p>\n\n\n\n<p>[00:07:30] <strong>Nathan Wrigley:</strong> Yeah thank you. So in terms of the timeline of all of this, you may have mentioned it but forgive me I didn&#8217;t pick up on it. How far back are we going in history? What year? 2015, 2016, or later than that? Did you reach out and find these events?</p>\n\n\n\n<p>[00:07:48] <strong>Jo Minney:</strong> Yeah, so I think I started using WordPress in 2017, quite recently compared to a lot of people that are in the WordPress community. And I took over the meetup as lead organizer I think in 2019. I could be wrong it could have been 2018, but it was either 2018 or 2019. So it was only a year or so into the first time that I had actually touched the platform.</p>\n\n\n\n<p>[00:08:12] <strong>Nathan Wrigley:</strong> Okay so pre pandemic you discovered the real world community. So paint a picture of what it&#8217;s like in Australia. Now clearly you&#8217;re going to be able to paint that picture better describing where you live. But if you&#8217;re able to give us more information about Australia more broadly that would be excellent as well. And maybe during the course of the next few minutes we can map out how things may have changed since 2017, 2018, 2019, to where they are now.</p>\n\n\n\n<p>[00:08:42] <strong>Jo Minney:</strong> Yeah, that&#8217;s a great question. So I have a question for you in return, cause I know that you&#8217;ve been to Australia before. We talked about that earlier. Australia is pretty big. So do you want to have a stab at how big Australia is?</p>\n\n\n\n<p>[00:08:57] <strong>Nathan Wrigley:</strong> In terms of square miles, or just multiples of the UK.</p>\n\n\n\n<p>[00:09:01] <strong>Jo Minney:</strong> Either&#8217;s fine.</p>\n\n\n\n<p>[00:09:02] <strong>Nathan Wrigley:</strong> Okay so I would imagine that you could fit the UK into Australia, I&#8217;m going to pluck a number out of thin air, 35 times.</p>\n\n\n\n<p>[00:09:09] <strong>Jo Minney:</strong> I actually have no idea how many times you can fit the UK into Australia but I do know that it is about the same size as the lower 48 in the US. So it&#8217;s like 7. 6 million square kilometers, versus 8 million square kilometers for the US. So they&#8217;re pretty comparable size wise.</p>\n\n\n\n<p>Do you want to have a stab at what the population of Australia is compared to the population of the US?</p>\n\n\n\n<p>[00:09:34] <strong>Nathan Wrigley:</strong> Okay, so I&#8217;m going to guess Australia has 22 or 23 million people in it.</p>\n\n\n\n<p>[00:09:40] <strong>Jo Minney:</strong> It&#8217;s a little bit higher than that. It&#8217;s 26 and a half, thereabouts, million. Which is less than Texas. So think it&#8217;s really important to understand that one of the biggest challenges that we face here, and you would know this from having driven across the Nullarbor, is there&#8217;s nothing in the middle of Australia.</p>\n\n\n\n<p>We only live around the outside. So if you imagine the entire US but only having people live around the coastal cities and having the entire population of that whole continent being less than Texas.</p>\n\n\n\n<p>[00:10:13] <strong>Nathan Wrigley:</strong> Yeah that&#8217;s fascinating. So I guess if you&#8217;re listening to this and you&#8217;re a North American, the distance that you would have to go from east to west is comparable from say going, I don&#8217;t know, from Virginia to California. They&#8217;re on the same kind of scale but the population is significantly smaller. I guess what you&#8217;re trying to say is we&#8217;re spread out.</p>\n\n\n\n<p>[00:10:35] <strong>Jo Minney:</strong> Yeah, we really are. And I think if you&#8217;re in Europe, again, to travel the length of Australia or the width of Australia you&#8217;re traveling through multiple countries. Each of which probably has a higher population than what we do. So the challenge that we&#8217;ve got there is that our communities to start with, and I don&#8217;t just mean our WordPress communities, I mean our cities, the people that we have living here, are very small in comparison to a lot of other places in the world. So because our population is so spread out, it makes it really hard for us to hold in person events in the first place.</p>\n\n\n\n<p>So that&#8217;s a challenge that we&#8217;ve always faced here in Australia in building our community. And it&#8217;s something we were slowly starting to overcome. And we did before the pandemic have meetups happening in, I think, five different cities around Australia. And then obviously the pandemic happened and all of that stopped.</p>\n\n\n\n<p>But even before the pandemic started, in the city where I live, I mean it&#8217;s only 2 million odd people here, but we had never had a WordCamp in the whole time that WordCamps had started running.</p>\n\n\n\n<p>So if you think about someone who&#8217;s just coming into the WordPress community for the first time, and they learn about all of this stuff and then they find out actually we&#8217;ve got no meetups running. We&#8217;ve got no WordCamps running. We don&#8217;t actually have a community here. It can be really sad, and really soul crushing I guess.</p>\n\n\n\n<p>That&#8217;s kind of where I was at. So I got it in my head, I was like that&#8217;s it, I&#8217;m going to be the person that organizes the first WordCamp here in Perth. And to do that I reached out to a lot of the other organizers from around Australia, who are fantastic people. And some of them have been doing that for a really long time.</p>\n\n\n\n<p>And that&#8217;s probably the second challenge that we have which is burnout. And I know that this is not something unique to Australia. I know this happens everywhere. When you&#8217;ve got meetup organizers that are volunteers it&#8217;s not just rocking up for the time of the meetup and ordering some pizza. It&#8217;s organising speakers, it&#8217;s growing the community and actually making sure that people come along to it. There&#8217;s a lot that&#8217;s involved with it.</p>\n\n\n\n<p>And often it falls on one, maybe two, people to do that. And we really struggled to get more organizers, to get attendees, to get speakers. And when you look at that compounded with the fact that we have such a small population compared to the space we have, you can see how very quickly it becomes a challenge.</p>\n\n\n\n<p>[00:13:04] <strong>Nathan Wrigley:</strong> Yeah. I guess in Europe, as an example, the population density is extremely high. I&#8217;m guessing per square kilometre it probably is even higher than in the US. I don&#8217;t actually know if that&#8217;s true or not, but I&#8217;m imagining it is.</p>\n\n\n\n<p>The point being there&#8217;s lots of people. So the reservoir of people who may stumble into the community within a hundred miles of where I live there are likely to be a dozen, two dozen, a hundred, whatever that number may be. Whereas where you are, that number is going to be significantly lower. And so if somebody steps into the community but then gets that burnt out, or just gets fed up, or moves on, or just doesn&#8217;t wish to contribute to those events, there really isn&#8217;t that pool of people that you can dip into which would be present in North America or other parts of the world, Europe and so on.</p>\n\n\n\n<p>So if somebody moves on there&#8217;s often somebody that will take that role on again. And I know that in the recent past there have been discussions about whether or not, even in Europe and other places, the burnout and the replacement of people is more and more challenging. But I guess where you are it&#8217;s really acute.</p>\n\n\n\n<p>[00:14:13] <strong>Jo Minney:</strong> Yeah absolutely. And I think another thing that became a challenge for us is, you mentioned earlier a mutual acquaintance of ours, Cameron. And he moved to the UK. He wasn&#8217;t the only one. We actually had two of our other organising committee who we had spent the last couple of years trying to build up that community, and they also moved either interstate or international.</p>\n\n\n\n<p>So I am back to being the only organizer now for our local meetup. And we&#8217;ve now got three meetups around Australia running. So Sydney is definitely the most recovered. And a big part of that is because it&#8217;s got Will spearheading it who is phenomenal. Who mentors WordCamps and stuff like that, and has a lot of contacts. And also just because Sydney has the biggest population of any of our cities in Australia.</p>\n\n\n\n<p>Brisbane started up again. For anyone who doesn&#8217;t know Australia which is most people in the world, they&#8217;re in the the top right. So in the northeast of Australia. And our biggest WordCamp that we&#8217;ve ever had before the pandemic so it was November 2019 I think or maybe a bit earlier than that, it was in 2019 anyway. That was our biggest WordCamp we&#8217;ve ever had in Australia and that was 450 people.</p>\n\n\n\n<p>[00:15:29] <strong>Nathan Wrigley:</strong> Yeah that&#8217;s really interesting as a contrast, the last WordCamp London that I attended, which I think was in 2019. So that&#8217;s a subset of the events which go on in the UK. I think that event was about 600, something like that. WordCamp Europe is usually touching about 3,000. WordCamp US, although the numbers have been much smaller recently due to pandemic restrictions, you know eclipses 2,000 as well. So the magnitude, given everything that you&#8217;ve said, I guess we&#8217;re expecting the numbers to be lower.</p>\n\n\n\n<p>Were you saying 400 as the big flagship event in Australia, the Sydney one? Were you saying 400 because you thought that was a small number, or were you just saying it because that is the number?</p>\n\n\n\n<p>[00:16:11] <strong>Jo Minney:</strong> A little of both. 450 was actually in Brisbane. So I think actually a lot of the speakers at that had come from interstate, and that&#8217;s something that definitely we&#8217;ve noticed. Every WordCamp that we have in Australia people travel to it, because they&#8217;re so rare here. Even though it costs us an absolute fortune, we still have people flying to Brisbane, flying to Sydney, flying to Port Macquarie.</p>\n\n\n\n<p>And an interesting thing that I noticed was that a lot of the speakers were the same across multiple WordCamps in Australia because again, it comes down to that not having a huge population and we struggle to find speakers for our meetups. So you can imagine it&#8217;s equally hard to find speakers for WordCamps.</p>\n\n\n\n<p>So that&#8217;s a challenge there. Since post pandemic it&#8217;s become even harder. I know I&#8217;ve had the same conversation with the Brisbane organisers and the Sydney organisers. And I don&#8217;t know if this is something that other communities have experienced, but all three of us have found that our communities are essentially started from scratch again.</p>\n\n\n\n<p>So the number of people that have come back from pre pandemic communities is basically zero. So we had one person at our first meetup when we restarted that had attended a meetup before, ever. It&#8217;s not a bad thing, but it&#8217;s still a thing. And it&#8217;s something that I think has also become a challenge because it means that there aren&#8217;t people who are experienced with running events and that sort of thing. And how to put the word out, and what&#8217;s involved in organising them, and speaking with who is around to help out with that load.</p>\n\n\n\n<p>[00:17:43] <strong>Nathan Wrigley:</strong> Yeah. It&#8217;s interesting. In the UK there&#8217;s several factors which are making it more difficult to get that community engagement back up to the levels that it was pre pandemic. The first one is obviously just related to people&#8217;s desire to go out. They may have dropped out of the community. So there&#8217;s the process of, as you&#8217;ve just described, starting from scratch. So that&#8217;s one thing.</p>\n\n\n\n<p>But also the cost of ever so many aspects of life has gone much, much higher than it was prior to the pandemic. Particularly the cost of venue hire. Venue hire over here has become significantly more expensive, orders of magnitude more expensive. And so something that may have cost X 5 years ago, or 3 years ago is now possibly 3 or 4 or 5 X for the exact same building, for the exact same duration. So there&#8217;s all sorts of circumstances contriving to make it as hard as possible I think. And if you&#8217;re starting from scratch, that is even more of an obstacle.</p>\n\n\n\n<p>[00:18:48] <strong>Jo Minney:</strong> Yeah absolutely. And I am sure that London is probably about as expensive, maybe even more expensive, than Australia. So one of the things that I think is very different here, so those WordCamps that I talked about, even our biggest ones have always historically been at educational venues. So we&#8217;ve always used universities.</p>\n\n\n\n<p>And the one that we were planning locally here was at a TAFE, which is a technical institute. I don&#8217;t know what you would call that in places that are not Australia. That&#8217;s sort of always the kind of places that we&#8217;re looking at and we&#8217;re not talking about flashy hotels and things with 2000 people or conference centers. We&#8217;re talking about a university during their down times. So even trying to keep those costs really low, it was actually a real struggle for us to be able to fund. And I say us, I wasn&#8217;t actually involved in the organising committee for the last one, because I was still fairly new to the community at the time.</p>\n\n\n\n<p>But speaking to Will and some of the other previous organizers about it, A they have to wait until the end of the year to find out the availability for those venues. So it makes planning kind of a challenge. And B, one of the things that WordCamp limited us to, or really pushed for, was for us to keep the ticket prices down at 50 Australian. Which is like 30 Euro or 30 US. So trying to do that and then cover the rest of it, even using a really comparatively cheap venue like a university, was really a struggle still to meet the budget.</p>\n\n\n\n<p>And on top of that, in 2019 that was the first year that we&#8217;d had three WordCamps in Australia in the same year. So before that the most that we&#8217;d ever had was two. And I think that had only happened once. And what we found is that the organizers for those WordCamps were actually competing for funding. So the sponsors were like, oh I don&#8217;t want to fund WordCamp Sydney because we just funded WordCamp Brisbane, and it&#8217;s all the same people that are attending.</p>\n\n\n\n<p>So that&#8217;s something that has really been something that we&#8217;ve noticed, and it&#8217;s something that we&#8217;re keeping in mind when we go into the future planning WordCamps. While we know that they are historically encouraged to be very local events, that&#8217;s something that we&#8217;ve got to keep in mind. We are potentially competing against other cities for that attention where we don&#8217;t want to be. We want to be helping each other grow because there&#8217;s not enough of us to be in competition. We&#8217;ve got to be helping each other out.</p>\n\n\n\n<p>[00:21:15] <strong>Nathan Wrigley:</strong> Yeah. It speaks to coordinating at a higher level doesn&#8217;t it? The idea that, let&#8217;s say there&#8217;s three or five, that they were A spread out geographically, B spread out over time so that you weren&#8217;t trying to compete in the same month for a WordPress event. And that obviously, you&#8217;ve got to go a little bit higher up the pecking order to figure out all of that stuff.</p>\n\n\n\n<p>But from everything that you&#8217;ve said you sound fairly, I&#8217;m going to use an English colloquialism, you sound fairly chipper. Which means you sound fairly upbeat.</p>\n\n\n\n<p>[00:21:47] <strong>Jo Minney:</strong> Optimistic. Hopeful.</p>\n\n\n\n<p>[00:21:49] <strong>Nathan Wrigley:</strong> Exactly. But I want to probe into this, if you&#8217;re willing. How do you really feel about this? Because I can imagine that with all these setbacks and no shows, people coming in smaller numbers, the feeling that the community is dwindling. Do you get moments where you just think, oh this is really hardly worth my time anymore? Do you ever get those moments where you just want to throw in the towel?</p>\n\n\n\n<p>And if that is the case, I wonder if that is another problem which has to be dealt with, you know, people just getting fed up and moving on.</p>\n\n\n\n<p>[00:22:17] <strong>Jo Minney:</strong> Yeah. I won&#8217;t lie. There&#8217;s definitely been times where I&#8217;ve been like, is it really worth it? I am the only volunteer contributor that I&#8217;m aware of, other than my husband who is fairly new to it, in my entire state.</p>\n\n\n\n<p>We have one other contributor who&#8217;s full time at Automattic. So when it comes to the WordPress community everyone that I know is online. And that in itself can be really depressing. But it can also be really challenging for me to have a conversation with someone. And I do think that in person conversations are important, and you don&#8217;t communicate the same way online and over text and via Slack and things like that. Commenting on blog posts is what you do when you&#8217;re having a face to face conversation.</p>\n\n\n\n<p>And while decisions in the WordPress community aren&#8217;t made at WordCamps and meetups and things like that, conversations are started there. And those conversations help to drive future decisions. And that is really important. And it&#8217;s sad to me that Australia isn&#8217;t part of that conversation, and hasn&#8217;t been since definitely since pre Covid, but even before then we were struggling.</p>\n\n\n\n<p>So I think for me that&#8217;s one of the most disappointing things. For example, WordCamp Asia was earlier this year which was super exciting for us. There were some Australian people that attended that. There were no Australian speakers as far as I&#8217;m aware, which I don&#8217;t think is a bad thing because I think it was important for WordCamp Asia to really push for representation from Asian speakers, because that was the purpose of it. And I know if we were to ever have a WordCamp Australia in the future that we would be pushing to try and have as many local speakers as possible as well.</p>\n\n\n\n<p>But then if we look at some of the bigger flagship camps there were two speakers at WordCamp Europe that were from Australia, that I&#8217;m aware of. So I did stalk and go through every single speaker to check, because what else am I going to do with my spare time that I don&#8217;t have?</p>\n\n\n\n<p>So both of the speakers from Australia that were at WordCamp Europe were executives from companies that are very big. And I&#8217;m not going to name names. You can go find them yourself if you&#8217;re really interested, but they work for the Googles and the eBays and the News Corps.</p>\n\n\n\n<p>And, my concern is that globally the voices that are coming out of Australia are not the ones that are doing the work of rebuilding the community. They represent big interests, not most interests. And to me that&#8217;s the most concerning thing about the lack of community here in Australia.</p>\n\n\n\n<p>[00:24:51] <strong>Nathan Wrigley:</strong> Yeah. There is this phrase which sometimes gets brought out that the people that can contribute to the project, there&#8217;s sometimes a feeling that it&#8217;s those that can afford to contribute to the project. So in the scenario that you just described, if your very successful company are willing to send you, then you are now sitting at the table where potentially some of those decisions are being made.</p>\n\n\n\n<p>I realize that it&#8217;s far more complicated than that, but you have a voice because you&#8217;re able to go and prior success for the company that you work for, you know, it&#8217;s no reflection on that company. We want the companies to be successful but that&#8217;s just how it works. And it&#8217;s difficult for people, well such as yourself, to sort of feel like your voice is rising to the top and being heard, I guess.</p>\n\n\n\n<p>[00:25:34] <strong>Jo Minney:</strong> A hundred percent. And you look at the cost of flights, for example. So it&#8217;s easy enough to say we&#8217;ll just go to some of these. Get more people and fund them to go over. But flights are like 65% more expensive now than they were pre pandemic, for international flights from Australia. That&#8217;s bonkers.</p>\n\n\n\n<p>I certainly can&#8217;t afford to pay out of my own money to go over there. And even getting sponsorship, there&#8217;s nothing really in it. There is things in it for people, but it is a challenge to communicate them.</p>\n\n\n\n<p>I like stats, you might&#8217;ve noticed that already Nathan. One of my favorite stats about why I think it&#8217;s important for people to start paying attention to the WordPress community in Australia? So we have the 14th largest market for eCommerce in the world. Which is cool sure. Do you know how much of the web or how much eCommerce on the web is powered by WooCommerce overall globally?</p>\n\n\n\n<p>[00:26:30] <strong>Nathan Wrigley:</strong> Oh no. I know it&#8217;s a significant amount, but don&#8217;t know exact number. Yeah I realize it&#8217;s very high.</p>\n\n\n\n<p>[00:26:37] <strong>Jo Minney:</strong> Yeah like everyone knows the WordPress number, right? But nobody knows the WooCommerce number. I like this because I feel like it&#8217;s a better, accurate representation of websites that are being used. Whereas the WordPress number still takes into account a lot of sort of dormant sites and that sort of thing. So with WooCommerce it powers about 24% of eCommerce sites on the web globally.</p>\n\n\n\n<p>In Australia however, it&#8217;s less than 15%, and Shopify leads with over 20%. So what that tells me, and this is obviously just my interpretation of that data, but it tells me that in Australia we don&#8217;t have the same recognition and understanding of WordPress and WordPress tools as what there is globally.</p>\n\n\n\n<p>And that&#8217;s an opportunity for people who are earning lots of money from WordPress. For the Automattic&#8217;s and the Yoasts and these other big companies that have combined collectively an economy that&#8217;s like bigger than Tesla. It tells me that there is value in them paying more attention to Australia and helping us to rebuild the community because I don&#8217;t think that we can continue to do it the way that we&#8217;re trying at the moment.</p>\n\n\n\n<p>[00:27:45] <strong>Nathan Wrigley:</strong> Yeah that&#8217;s really interesting. That was a really interestingly presented fact because makes it, well it lays bare the opportunity that is maybe being left. The old adage of money being left on the table it kind of fits under that umbrella, doesn&#8217;t it?</p>\n\n\n\n<p>It sounds like you are A, you&#8217;re very committed to the community. I guess you wouldn&#8217;t be on a podcast like this if you weren&#8217;t. But B, you&#8217;ve identified that there&#8217;s a problem. So C, I guess, is what do we do about the problem? Do you have any endeavors? Do you have any thoughts? Do you have any intuitions as to how these challenges might be overcome? How you might reinvigorate the community?</p>\n\n\n\n<p>[00:28:24] <strong>Jo Minney:</strong> Yeah look I think a lot of people who are much smarter and more engaged and well versed in the WordPress community than me have already suggested a lot of the things that I look at and go that would really help us. Even though we&#8217;re not specifically the target audience for those things that are being championed.</p>\n\n\n\n<p>And one of those big ones is, and I know it&#8217;s probably a drum that&#8217;s been beaten to death, but paying speakers or at least covering their travel. Because as I said, I think a lot of those conversations happen at WordCamps. And even if you&#8217;re not paying people to attend them or that sort of thing, by paying speakers you&#8217;re giving the same opportunities to the freelancers and those small businesses as you are to those companies that are working for Google and eBay.</p>\n\n\n\n<p>So I think that&#8217;s one thing that would go a long way towards evening the playing field, and allowing the Australian community to have a little bit more of a voice. And I know that there&#8217;s a huge amount of work that&#8217;s being done to push for that in the WordPress community by loads of different, amazing people.</p>\n\n\n\n<p>And there are sponsorship options and stuff out there for people who are underrepresented in tech. But you know they have their challenges. I think that would go a long way towards helping.</p>\n\n\n\n<p>[00:29:39] <strong>Nathan Wrigley:</strong> I just want to just interject there again and inject the geographical piece again. Because it&#8217;s so easy to forget that for where I live, really I can hop into a car and I can be at a local event within an hour, less. You know and typically more or less everybody in the UK could probably drive in one of the directions of the compass and find an event fairly quickly. May not be all that frequent, but at some point during the calendar year, it really is different isn&#8217;t it where you are? You know you may just drive off in the same compass direction as I do but you end up in the middle of the desert.</p>\n\n\n\n<p>[00:30:13] <strong>Jo Minney:</strong> Or the ocean depending on which way you go.</p>\n\n\n\n<p>[00:30:15] <strong>Nathan Wrigley:</strong> So there really aren&#8217;t those opportunities and the fact that you have to travel further, as you&#8217;ve described, the cost of airline transportation has gone through the roof. So it may be that you simply are nowhere near something. And so just having a little bit of an offset for the cost, the remuneration as you&#8217;ve said for speaking. Simply that may be enough to propel some people to have a different opinion of it, and to make the effort to go.</p>\n\n\n\n<p>[00:30:40] <strong>Jo Minney:</strong> And I think the same thing goes, and it&#8217;s a similar argument, but for the volunteers who are organising. Maybe not all WordCamps but certainly flagship ones. When I was talking to Will about his experience with organising WordCamp Sydney back in 2019, he actually logged his hours for it and he logged 1,200 hours of volunteer work.</p>\n\n\n\n<p>[00:31:03] <strong>Nathan Wrigley:</strong> Wow.</p>\n\n\n\n<p>[00:31:03] <strong>Jo Minney:</strong> And I spoke to one of the organizers, not even the lead organizer, just one of the organizers for WordCamp Europe, on a call for the training team last week. We have like a coffee hour every Friday. Only for me it&#8217;s wine hour because I have a 12 hour difference from everyone else. And he was saying that doesn&#8217;t surprise him at all. And he definitely feels like he logged at least that much as a volunteer for WordCamp Europe.</p>\n\n\n\n<p>So I think there&#8217;s something to be said at least for flagship WordCamps and for that sort of core organising committee who are essentially taking on a second full time job to give them some kind of reason to keep doing that. Otherwise we are just going to keep losing volunteers to people that want to pay them.</p>\n\n\n\n<p>[00:31:47] <strong>Nathan Wrigley:</strong> It&#8217;s interesting as well because, suddenly into my head I&#8217;m thinking, I wonder if there just needs to be a different approach based upon different parts of the world. This is probably going to sound controversial. If anybody&#8217;s listening to this I&#8217;m just throwing it out there. Given what you&#8217;ve described in Australia, I do wonder if the Australian WordPress community needs a different set of parameters applied for a period of time.</p>\n\n\n\n<p>Because there are different constraints, there are different problems, than say you might have in Europe. And it might be that one size doesn&#8217;t fit all, and those considerations could be different for Australia. They could be different for, well pick any part of the world, any country. They might to be judged differently. I don&#8217;t know if that would ever happen, but it&#8217;s certainly an interesting idea.</p>\n\n\n\n<p>[00:32:35] <strong>Jo Minney:</strong> Yeah a hundred percent. And if you&#8217;ve got Matt&#8217;s ear, when we do manage to have our first WordCamp again after the pandemic, we&#8217;d love for him to come visit. Maybe that will help get some more people there. So we do want to make it a primarily Australian event with as many Australian speakers as we can get. But I think having the support and the ear of the global WordPress community would be important.</p>\n\n\n\n<p>[00:32:57] <strong>Nathan Wrigley:</strong> Okay so you&#8217;ve given us one possible way of reinvigorating things. The idea of financial help for, for example, speakers. If there&#8217;s any other ideas you want to just float, go for it.</p>\n\n\n\n<p>[00:33:09] <strong>Jo Minney:</strong> Yeah. So I think something that for me is really hopeful and something that I think is amazing, and I&#8217;m really excited about seeing it happen in the near future. And I&#8217;m not sure how much of this I am meant to be talking about but I&#8217;m going to anyway. And that is the idea that we&#8217;re going to have sort of a contributor tab in the latest WordPress release. Sort of about page.</p>\n\n\n\n<p>And a little bit more information about that because something that has really been a challenge is that, because again, as you said, you don&#8217;t just bump into other contributors here, you have to actually seek that out. And a lot of people don&#8217;t realize that that is something that they can do. That you don&#8217;t need to be able to code to be a contributor.</p>\n\n\n\n<p>And I think that the two things go hand in hand. So by contributing to something you&#8217;re feeling like you&#8217;re part of the community and you feel like you&#8217;re not just giving back to it, but also receiving from it, because you get to be a part of that conversation and the direction of where everything is going.</p>\n\n\n\n<p>And if we can broaden the people who know about that and make sure that they&#8217;re informed. So your average WordPress user or developer has that information sort of plonked in front of them with, hey, did you know that these are a whole bunch of things that you can do that don&#8217;t require you to be an absolute guru at PHP?</p>\n\n\n\n<p>Then I think that that&#8217;s something that&#8217;s going to be really exciting, and hopefully attract more people who historically haven&#8217;t been involved in that community.</p>\n\n\n\n<p>[00:34:36] <strong>Nathan Wrigley:</strong> Great. Any other suggestions or we can move on?</p>\n\n\n\n<p>[00:34:39] <strong>Jo Minney:</strong> I think they&#8217;re the main ones for me. Just trying to increase the representation in any way that we can. I like the idea of the new WordCamps but I&#8217;m not sure that anything has really come up that is the new format for WordCamps. I&#8217;m not sure that anything has really come up that has sounded like it&#8217;s going to be a super fit for us. So if anyone&#8217;s got ideas we&#8217;d love to hear them.</p>\n\n\n\n<p>[00:34:59] <strong>Nathan Wrigley:</strong> Can we just dwell on that for a minute? So I spoke to Angela Jin who is the Automattician who, broadly speaking, she steers in many ways the different bits and pieces. And one of the things that we talked about on a recent podcast episode was about this new idea of WordCamp&#8217;s having a different flavor. Perhaps more localized, perhaps localized around a specific theme.</p>\n\n\n\n<p>So it may be that there would be an SEO one. Or there might be something about blocks. The idea being though that rather than having an event in which everything goes, you would lock it down a little bit and encourage people to attend if they are into that particular niche, if you like. So having looked at those proposals, none of that&#8217;s jumped out. That&#8217;s curious.</p>\n\n\n\n<p>[00:35:46] <strong>Jo Minney:</strong> I think one of the reasons on that for me is that there still seems like there&#8217;s going to be, maybe not 1,200 hours worth of volunteer work, but a significant amount of volunteer work to make it happen. And we&#8217;re struggling to get 20 people at a meetup. So I personally don&#8217;t have the time to put in even 400 hours of volunteer work, or even 50 hours of volunteer work to have eight people show up to an event, and be the only person who is organising and running it.</p>\n\n\n\n<p>[00:36:17] <strong>Nathan Wrigley:</strong> Yeah that does make sense. Obviously you are operating in a completely different system. I think the endeavor of these new WordCamps is to try and shake it up, because I think although the Australian example that you&#8217;ve just described seems to be more severe, I think the feeling has been that over the whole of the international community the numbers have perhaps dwindled a little bit and there are challenges in getting people to come back.</p>\n\n\n\n<p>And so trying new things out, the hope would be that some of it sticks and some good ideas would rise to the surface. But I do like the fact that you&#8217;re open to new ideas. And it may be that somebody in the next year puts on an event which isn&#8217;t an absolute runaway success. And it&#8217;s just quirky in some way that people like, and you may be able to borrow that example.</p>\n\n\n\n<p>[00:37:06] <strong>Jo Minney:</strong> Yeah absolutely. I think two things that I would love to see happen more of in the community in general is local contributor days. So that&#8217;s something that we&#8217;ve tossed around and we&#8217;re fortunate we do have one full time Automattician that lives in my state.</p>\n\n\n\n<p>So he works on Gutenberg, and while he doesn&#8217;t super love public speaking he does get up and do it anyway because he knows that there&#8217;s not really anyone else with the same level of experience and expertise as what he&#8217;s got. So super grateful for that. Tell Dan thank you. But I think having a contributor day locally would be a great way of driving more sort of enthusiasm around the community.</p>\n\n\n\n<p>But to do that we need to have enough people that can help run it. And I&#8217;ve never even been to a contributor day myself, so that&#8217;s not something that I really feel comfortable running. And hopefully that will change after WordCamp US. So I will be going to my first contributor day. I&#8217;m super excited about that. So that&#8217;s something that we&#8217;re hoping to do.</p>\n\n\n\n<p>And another thing that we actually did in 2020 right before the pandemic hit, that I would encourage any other struggling communities to consider as a way to, I guess reinvigorate, but also bring the community closer together. And again, it&#8217;s a huge amount of work, but it is so rewarding. And that&#8217;s the do_action events. So I&#8217;m not sure if you&#8217;ve heard of these before Nathan.</p>\n\n\n\n<p>So we ran a do_action event back in January of 2020, and it was so fun. So much chaos. We built eight charities websites, theoretically in a day. I ended up finishing off most of them over the following six months. But just for the rewarding experience of bringing that community together and seeing a hundred volunteers in a room, trying to use WordPress to help these charities was phenomenal. And I think it&#8217;s probably, when I look at what&#8217;s happening and I&#8217;m like, oh, is it really worth it? I think back to that. And that&#8217;s the thing that keeps me going.</p>\n\n\n\n<p>[00:39:08] <strong>Nathan Wrigley:</strong> During the last few years, has the community, I know that the real world events have been on hold, but have you got a thriving online event set up? Are there things that are going on in these cities which are online and regular and what have you? Or is it really just that even the online stuff has gone away as well?</p>\n\n\n\n<p>[00:39:30] <strong>Jo Minney:</strong> Will did run some online stuff. There&#8217;s a two and a half hour difference between Sydney and Perth, so our community didn&#8217;t attend a lot of that stuff, but I know that he did have some good attendance for a while. I think post pandemic, a lot of people got burned out with Zoom. They just didn&#8217;t want to Zoom all the time. And I get that, a hundred percent get that. I&#8217;m on video calls pretty much all day, every day with my clients. And I think it&#8217;s great that this technology opens up so many doors, but I can also understand that it can be exhausting.</p>\n\n\n\n<p>In terms of things like Slack, we have really struggled to get our local community to use Slack. We actually have a WP Australia workspace, so that has started to bounce back. But it was essentially dead for a couple of years. And there was basically no conversations happening on there.</p>\n\n\n\n<p>Locally, what I&#8217;ve found, we tried a bunch of different platforms. People don&#8217;t go to Meetup. We struggle even to get people that come to our meetups to use Meetup. So, the one that we&#8217;ve had the most success with, which is, sucks for me because I don&#8217;t use it, is Facebook. So we&#8217;ve actually got a local community group on Facebook, and I log in like once or twice a week to check for comments on there, and that&#8217;s the only time I use Facebook, so if that&#8217;s where people are, then that&#8217;s where I&#8217;ll go to try and get them along. But yeah, online not great either, so.</p>\n\n\n\n<p>[00:40:58] <strong>Nathan Wrigley:</strong> Well, I think probably we&#8217;re just approaching the amount of time that we&#8217;ve got. So I will just ask that if anybody is listening to this who feels that they could help, obviously if you&#8217;re in Australia, that would be, I guess, an added bonus. But you know, even if not, if there&#8217;s some way that you feel that you could help. Jo, where would we contact you? Is there an email address or a social handle that you use?</p>\n\n\n\n<p>[00:41:24] <strong>Jo Minney:</strong> I&#8217;m Jo Minney on most socials. I am recently on Mastodon, because I got mad at it being rebranded on the bird, that&#8217;s no longer a bird. And if people want to email me all of my stuff, all of my contact details are on my website. So jominney.com is my personal blog, and always happy to have a chat.</p>\n\n\n\n<p>[00:41:45] <strong>Nathan Wrigley:</strong> Jo Minney, I really appreciate you chatting to me today about the state of the WordPress community in Australia. Thank you so much.</p>\n\n\n\n<p>[00:41:52] <strong>Jo Minney:</strong> Thanks Nathan. It&#8217;s been very fun.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://jominney.com/\">Jo Minney</a>.</p>\n\n\n\n<p>Jo is the founder of a small business that specialises in building websites for organisations, mainly nonprofits and the tech industry. With a background in engineering, Jo decided to shift her focus to website development using WordPress. She was excited about the WordPress community, and joined her local meetup, eventually becoming an organiser. Jo is keen for the WordPress community in Australia to grow, and has been making significant contributions to that growth.</p>\n\n\n\n<p>In this episode, Jo shares her insights on the challenges of organising WordCamps and meetups in Australia, where the large size of the country and small population present some unique obstacles. If you’re used to a European or North American setting, it’s really interesting how the geography of the country presents challenges not seen elsewhere.</p>\n\n\n\n<p>We discuss the importance of paying speakers and covering their travel expenses to create equal opportunities for freelancers and small businesses, as well as to give the Australian community a stronger voice.</p>\n\n\n\n<p>We talk about her journey with WordPress, starting from her early days as a coder in a different field, and navigating the community online. Jo highlights the need for in-person opportunities to learn and connect with others, especially in a global community where time zone differences and online platforms can be limiting.</p>\n\n\n\n<p>We chat about the challenges faced by the Australian WordPress community, from limited resources and burnout, to the struggle of attracting new organisers and attendees. Jo shares some exciting success stories, such as organising WordPress events and hosting a successful do_action event.</p>\n\n\n\n<p>We briefly get into the need for more diverse voices, and the importance of fostering a supportive and inclusive environment</p>\n\n\n\n<p>If you’re interested in hearing about how the WordPress community is doing in Australia, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://www.meetup.com/en-AU/WordPress-Perth/\">WordPress Perth Meetup</a></p>\n\n\n\n<p><a href=\"https://wpaustralia.org/events/\">WP Australia website</a></p>\n\n\n\n<p><a href=\"https://brisbane.wordcamp.org/2019/\">WordCamp Brisbane</a></p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a></p>\n\n\n\n<p><a href=\"https://doaction.org/\">do_action events</a></p>\n\n\n\n<p><a href=\"https://wpaustralia.slack.com/join/shared_invite/enQtMzMyNzI5NTcyMTY1LWY5NGEwYjAxODExMDY4Y2IxOWRiZTQxZWQzMmI4YjE0NDkzZDU4MjYzODMxYzVmZGJhNzdlZWM1YzRjNWNhYmU#/shared-invite/email\">WP Australia Slack</a></p>\n\n\n\n<p><a href=\"https://www.facebook.com/wpaustralia/\">WP Australia on Facebook</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, 23 Aug 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:33:\"HeroPress: From WordPress To Emma\";s:7:\"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=5766\";s:7:\"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:118:\"https://heropress.com/essays/from-wordpress-to-emma/#utm_source=rss&utm_medium=rss&utm_campaign=from-wordpress-to-emma\";s: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:10005:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2023/08/082323-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress taught me to write, it taught me to code, it taught me to express myself.\" />\nHere is Emma reading her own story aloud.\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-pre-emma-nbsp\">Pre Emma&nbsp;</h2>\n\n\n\n<p>My parents are both into tech. My dad &#8211; a Computer Engineer, and my mum &#8211; a Semiconductor Engineer, met in the ’80s in Silicon Valley. The romance that started between them eventually led to me, a techy kid who loved doodling on the walls just as much as building computers with her dad.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-kid-emma\">Kid Emma</h2>\n\n\n\n<p>I can remember Y2K, the Covid of its time in the tech world. My dad and his colleagues were at all the server rooms “just in case”, and we celebrated at a Korean Baptist Church “just in case.”</p>\n\n\n\n<p>I remember the first AOL trial CD &#8211; with 30 whole minutes of “FREE” internet, my first IM (instant messenger) username (snugglebunny &#8211; I know, I know), free calls after 9 pm, and putting the phone to your ear only to hear a blasting of eeee-oahhh–eeee–uuuuu that told you the internet was on.&nbsp;</p>\n\n\n\n<p>I also remember when our one family computer turned into three personal ones—no more having to wait your turn. Technology was changing. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Now you could use your home phone and the internet at the same time, and videos went from a 2-day loading speed to 2 hours. </p>\n</blockquote>\n\n\n\n<p>By the time I was in university, we all had the internet in our pockets. I had a laptop that was way too heavy for its size, BUT my dad&#8217;s work computer screen still looked like the matrix.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-uni-emma-nbsp\">Uni Emma&nbsp;</h2>\n\n\n\n<p>My first WordPress interaction happened when I was in university studying Marketing and Strategic Communications. I started a blog about working as a barista for Starbucks. I was learning HTML5/CSS (yeah, way back then), practicing the basics of the technical side but also enjoying the creativity of designing what my “readers” would see, such as fonts, colors, and layout. I was really putting my newfound knowledge to the test. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I didn’t know it just yet, but I was starting to connect my love for creativity with the tech world.</p>\n</blockquote>\n\n\n\n<p>The days were filled with tweaking code, and the nights were filled with stories. Stories of customers, fellow baristas, and observations watched from afar. The regulars, the missed connections, the extraordinary amount of times someone missed the toilet when they were trying to poo. But that didn’t last long; I got my degree, and life went forward, but my blog stayed behind.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-twenties-emma-nbsp\">Twenties Emma&nbsp;</h2>\n\n\n\n<p>The next time WP made an appearance in my journey was when I started a blog about being a teacher in South Korea. Stories of coffee as the common denominator turned into the tall tales of a not-so-Korean Korean living in a world that she didn’t know much about. The students and teaching were one thing; the community of expats was quite another. Spending time with such a varied group of weirdos was how I realized there is more to life than a 9 to 5. We shared our stories about how we each got there. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Ex-military, farmers, film-extras, photographers, journalists, developers, semi-pro footballers, each sharing where they were from and how they got to where they are now.&nbsp; </p>\n</blockquote>\n\n\n\n<p>With each closed door, another opens, and sometimes more doors than you can imagine. My blog didn’t last long. But the way of life (traveling and meeting interesting strangers) has lasted till now.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-present-emma\">Present Emma</h2>\n\n\n\n<p>Fast forward to now-ish.&nbsp;</p>\n\n\n\n<p>I’m the Head of Content at Hostinger.</p>\n\n\n\n<p>I decided to return to school for Computer Engineering and Cyber Security, so I moved to Lithuania. The goal was to get another degree and a visa to the EU, but instead, I found Hostinger, the perfect sweet spot for tech + marketing. Fast forward through COVID, through my graduation, and re-enter WordPress. I didn’t actually think “work” could get much better until the WP Community was introduced into my life. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I found out then that all those things my dad used to say about “finding a job that doesn’t feel like work” are actually true.&nbsp;&nbsp;</p>\n</blockquote>\n\n\n\n<p>I’m talking about waking up excited to see what work throws at you, what fires you can put out, what changes you can implement. What can you do today that can make it better than yesterday? That’s when work doesn’t feel like work. That’s when you know you’ve got it good.&nbsp;</p>\n\n\n\n<p>Anyways,&nbsp;</p>\n\n\n\n<p>I joined the WP Slack community, where I was amazed by the number of people, the friendliness, and the amount of information. I had major FOMO for not having had this as a constant in my life until now.</p>\n\n\n\n<p>Enter a new team: Documentation. Now <em>they</em> had their priorities straight. Documentation, words, content, and CONSISTENCY– who knew there was a world of Emma’s out there? Not to mention, it was a collective group of people who were there because they wanted to be there, not because they were told. We all had a common goal. Content may be King, but Consistency is Queen.</p>\n\n\n\n<p>Then came WordCamp Asia 2023. Hellooo, Korean baby Jesus! It was like being thrown into a sea of open doors. Everyone was kind, welcoming, intelligent, silly, happy, joyful… insert 1000 more adjectives here. AND the best part is, everyone is a WordPress nerd and loves to just talk about WP. Was I in WP heaven? </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I found a place where I could be unapologetically me. Genuine Emma. Not one of the many Emma’s in the world, but this Emma. Me.</p>\n</blockquote>\n\n\n\n<p>Since then, even more doors have opened. I volunteered as an MC. I wanted to see if I could make these stage fright butterflies into something more. I’ve spoken at events and presented at work, but WordCamp was a whole other level. The acceptance, the kudos, and the ease of knowing that everyone was rooting for me to succeed was a breath of fresh air. I took these teachings, experiences, and skils back to Hostinger and it changed the way I led my team and looked at projects, issues, etc.&nbsp;</p>\n\n\n\n<p>So here we are. Volunteering for my 3rd flagship, looking back at my life full of twists and turns with WordPress as my mile markers. I didn’t always realize that it has been a constant in my life. It taught me to write, it taught me to code, it taught me to express myself. It taught me that everyone has a place in WP and all are welcome.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-bonus-nbsp\">Bonus:&nbsp;</h2>\n\n\n\n<p>While revisiting my WordPress journey, I stumbled upon an old post; even though I had to make a few updates to it, it’s a nice TL;DR.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-poet-emma\">Poet Emma</h3>\n\n\n\n<p>There once was a girl<br />Who had more than a skip-and-hop in her step<br />Dancing along a string of lights</p>\n\n\n\n<p>One day she noticed &#8211; in the sea of her peers<br />To the left were wide eyes and skin as pure as snow<br />To the right was darker skin and hair long, silky, with flow</p>\n\n\n\n<p>Her eyes were not as blue as the 7 seas and crystal waters<br />Her eyes were not brown tree rings filled with stories passed down and reincarnated&nbsp;<br />Her eyes told a different story<br />From her white ancestors– a victory ring protecting what was to come&nbsp;<br />With a starburst of wildflowers shining through the heart&nbsp;<br />With speckles of green, and blue, and brown<br />She had a little bit of everyone<br />But it didn&#8217;t turn her frown upside down&nbsp;</p>\n\n\n\n<p>Some of her friends turned red like a tomato<br />Under the hot desert sun<br />While others began to glow a beautiful brown<br />But hid in the shadows till it was gone<br />Her skin did a combo<br />Not red nor brown,&nbsp;<br />Olivey yellow<br />And added a milky way of stars dusted across her nose&nbsp;</p>\n\n\n\n<p>Her friends packed brown paper bags and Superman lunch boxes&nbsp;<br />Filled with tortillas or crustless sandwiches<br />Hers had rice, kim, and a yogortut<br />No one wanted to trade&nbsp;</p>\n\n\n\n<p>Straight A’s were a must!<br />If not, you were grounded<br />She thought this was the same for all the kids<br />But she was wrong&nbsp;</p>\n\n\n\n<p>Fast forward 20 years<br />Her eyes have seen the world&nbsp;<br />Dipped her toes in the 5000 islands<br />Scaled waterfalls after riding her bike up a mountain&nbsp;<br />Jumped from a plane over sand, water, and snow<br />Tickled her taste buds from bugs to Van Gogh&nbsp;</p>\n\n\n\n<p>Her eyes have not changed<br />But other have<br />She no longer is the girl who gets the question, why are her eyes like that?<br />But she is now the girl who gets the question, how do I get eyes like that?&nbsp;</p>\n\n\n\n<p>She no longer longs for her freckles to be gone<br />But now appreciates them as they come, and miss them when they&#8217;re gone<br />She no longer wonders why studying was an important loop<br />But now she is always ahead and has a stronger work ethic</p>\n\n\n\n<p>She still wonders<br />She still looks with her eyes<br />The same eyes that were once filled with confusion and doubt<br />But now her eyes embrace it&nbsp;<br />And are ready for the next route</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/from-wordpress-to-emma/\">From WordPress To Emma</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, 23 Aug 2023 12:07:14 +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:10:\"Emma Young\";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:23:\"Matt: I Love WordCamps!\";s:7:\"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=95743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2023/08/i-love-wordcamps/\";s: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:5867:\"<p>One of the cooler things the WordPress community started doing <a href=\"https://sf.wordcamp.org/2006/\">in 2006</a> was putting on these events we called WordCamps. <a href=\"https://us.wordcamp.org/2023/\">A big one is about to kick off in National Harbor, Maryland</a> (which is basically Washington DC, but we&#8217;re calling it National Harbor for some reason).</p>\n\n\n\n<p>You might be wondering where the name came from: Tim O&#8217;Reilly, of the <a href=\"https://www.oreilly.com/\">O&#8217;Reilly books</a> that so many of us learned from, hosted a hacker event called <a href=\"https://en.wikipedia.org/wiki/Foo_Camp\">Foo Camp</a> but it had limited capacity, and was therefore something of an exclusive invite (one time I eventually went I slept in a sleeping bag in an office).  <a href=\"https://tantek.com/\">Tantek Çelik</a> had been invited the year before, but not in 2005, and I had never been invited, so a group of us put together a more &#8220;open source&#8221; event in response called <a href=\"https://en.wikipedia.org/wiki/BarCamp\">BarCamp</a>. (The name was an allusion to the foo/bar concept in teaching programming, and <a href=\"https://en.wikipedia.org/wiki/BarCamp#/media/File:BarCamp_originators.jpg\">the picture</a> on that Wikipedia page was in the living room of my first apartment in San Francisco, as you can tell by the stand-up piano and <a href=\"https://www.youtube.com/watch?v=b_Fp4znXvOg\">Thelonious Monk</a> poster.)</p>\n\n\n\n<p>Foo had the idea of a conference created on-the-fly by its organizers, and also had a radical event where there wasn&#8217;t even lodging but all that mattered was getting people together. Bar took that format and opened up the invite list, and did it quickly with just a few weeks of planning. They also open sourced the format so BarCamps could be hosted anywhere in the world, and many were. The following year I riffed on that and made the <a href=\"https://sf.wordcamp.org/2006/\">first WordCamp in San Francisco</a>, at the <a href=\"https://en.wikipedia.org/wiki/Cafe_Du_Nord\">Swedish American Music Hall</a>, the <a href=\"https://www.weareasgods.film/\">same place Stewart Brand hosted the first hackers conference in the 70s</a>. (We didn&#8217;t know that at the time, it was just a coincidence.)</p>\n\n\n\n<p>WordCamp took the everyone-is-welcome from Bar, mixed it with the attendees-create-the-conference from Foo, added a little more structure and planning so we ended up with these <a href=\"https://central.wordcamp.org/\">really groovy community-organized events all over the world</a> where people come together to learn, contribute, get to know each other, and have fun. WordCamp San Francisco evolved into <a href=\"https://us.wordcamp.org/\">WordCamp US</a>, our flagpole event for North America. (I like that US can mean &#8220;us&#8221; as well as United States.) There have been hundreds of WordCamps around the world, and when we were getting started I used to go to all of them; if someone put one together I&#8217;d cram into an economy seat and fly there. I can&#8217;t make it to all of them anymore, but I still go as many as I can, and they&#8217;re some of my favorite days of the entire year.</p>\n\n\n\n<p>It&#8217;s so cool to see a group of people from the eclectic backgrounds come together because we love making the thing that allows people to make the thing. (WordPress.) You&#8217;ll see CEOs of multi-hundred million ARR companies brushing shoulders with techno-anarchists, all brought together by a common hope and belief in the <a href=\"https://ma.tt/2014/01/four-freedoms/\">four freedoms of open source</a> and the mission of WordPress—to democratize publishing, put the best tools in the world in the hands of everyone, for free and for freedom.</p>\n\n\n\n<p>This year&#8217;s WordCamp US is exciting to me for a bunch of reasons. One, I love spending time with other contributors to open source. Second, WordCamp organizers iterate and learn, and so every year I&#8217;m excited to see what&#8217;s being trialed and what&#8217;s improved, because they just keep getting better and better. Third, we&#8217;re doing a community summit beforehand for the first time in a while, which is why I&#8217;m already in Maryland. Finally, on the <a href=\"https://communitysummit.wordcamp.org/2023/schedule/\">amazing schedule</a> are two speakers I&#8217;ve invited to bring something new to our milieu.</p>\n\n\n\n<p><a href=\"https://kenliu.name/\">Ken Liu</a> is one of my favorite sci-fi writers and will be giving an amazing talk weaving together the history of narrative craft and modern publishing and technology. I&#8217;ve read almost everything he&#8217;s written or translated, and seen him talk once before, and couldn&#8217;t be more curious to hear what he&#8217;s bringing to the WordPress community.</p>\n\n\n\n<p><a href=\"https://simonwillison.net/\">Simon Willison</a> is an engineer and blogger I&#8217;ve followed since the earliest days of WordPress, and recently he&#8217;s been one of the most interesting explorers in the new world of <a href=\"https://simonwillison.net/tags/llms/\">AI and LLMs</a>. He&#8217;ll be sharing with us how to tap into this new alien intelligence, how it can accelerate our coding, security, and mission to democratize publishing.</p>\n\n\n\n<p>So if you ever have a chance to go to a WordCamp, take it! It may be too late for this one, but you can follow the livestream (visit <a href=\"https://us.wordcamp.org/2023/\">the site</a> once the conference starts), and plan for next year. We also make sure all the talks accessible <a href=\"https://wordpress.tv/\">on WordPress.tv</a> later.</p>\n\n\n\n<p>Foo Camps still happen, by the way, and have branched into science and such, and who gets invited is a whole deal. They&#8217;re still awesome.</p>\n\n\n\n<p>I hope what people see here is that creativity and doing generates more creativity and 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:\"Tue, 22 Aug 2023 23:30: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: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: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:139:\"WPTavern: WordPress Coding Standards Maintainer Warns Maintenance Will Be Halted Without Funding: “This Is an Unsustainable Situation.”\";s:7:\"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=148049\";s:7:\"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:142:\"https://wptavern.com/wordpress-coding-standards-maintainer-warns-maintenance-will-be-halted-without-funding-this-is-an-unsustainable-situation\";s: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:4425:\"<p><a href=\"https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.0.0\">WordPressCS 3.0.0</a> was <a href=\"https://make.wordpress.org/core/2023/08/21/wordpresscs-3-0-0-is-now-available/\">released</a> this week with what its maintainer, Juliette Reinders Folmer, says are significant changes to improve the accuracy, performance, stability, and maintainability of all sniffs, and its handling of modern PHP. The project is a collection of <a href=\"https://github.com/squizlabs/PHP_CodeSniffer\">PHP_CodeSniffer</a> rules (sniffs) that are used to validate code developed for WordPress, helping developers meet the requirements of the official <a href=\"https://make.wordpress.org/core/handbook/best-practices/coding-standards/\">WordPress Coding Standards</a>.</p>\n\n\n\n<p>This update adds many of the non-controversial rules <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">proposed in March 2020</a> to the Coding standards guidelines but leaves those that generated more discussion or objections for a future release. Many of the new rules are now available as sniffs in WordPressCS.</p>\n\n\n\n<p>Version 3.0.0 includes important architecture changes. Most notably, Composer is now the only supported way to install WordPressCS, as this update includes four run-time dependencies. The release contains breaking changes for those using ignore annotations and those who maintain custom rulesets or have created a custom PHPCS standard based on the project. A <a href=\"https://github.com/WordPress/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-3.0.0-for-Developers-of-external-standards\">detailed upgrade guide</a> is available for these various scenarios.</p>\n\n\n\n<p>WordPressCS is largely maintained by Folmer and a small group of volunteers, but the future of the project is in jeopardy if they cannot get funding. Folmer said it is currently in a good place with this release but this will not last long with the pace at which PHP is moving.</p>\n\n\n\n<p>&#8220;WordPressCS 3.0.0 has cost thousands of hours of work and the vast majority of work has been done by one, mostly unpaid, contributor, with code review support from two fellow maintainers,&#8221; she said.</p>\n\n\n\n<p>&#8220;Unless funding is found to continue maintaining WordPressCS and its dependencies, the future is bleak and maintenance will be halted.&#8221;</p>\n\n\n\n<p>Folmer is calling on corporation and agency users of WordPressCS to find a way to fund the project&#8217;s continued maintenance and development. She elaborated on the dire need to have more contributors involved:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>If we are being realistic, the&nbsp;<a href=\"https://en.wikipedia.org/wiki/Bus_factor\">bus factor</a>&nbsp;of WordPressCS is&nbsp;<strong>1</strong>, which is the most dangerous situation for any project to be in.</p>\n\n\n\n<p>A large part of the WordPress community, including WordPress Core, relies heavily on the WordPress Coding Standards for code quality and security checks and while the community has been pretty vocal with copious complaints about the delayed release, barely anyone has stepped up and actually contributed.</p>\n\n\n\n<p>The majority of the work for WordPressCS requires specialized knowledge. Knowledge which can be learned with enough time investment, but in recent years nobody has stepped up to do so.</p>\n\n\n\n<p><strong><em>This is an unsustainable situation and it ends now</em></strong>.</p>\n</blockquote>\n\n\n\n<p>WordPressCS has become one of the most highly used open source tools in the WordPress ecosystem that is now in a vulnerable place with so few contributors. Although many developers commented on the release, thanking Folmer for her efforts, no contributors or corporations have publicly stepped forward to support the project&#8217;s continued develpment.</p>\n\n\n\n<p>&#8220;With over 15 million installations on Packagist and a 400% increase in monthly installation in the past three years alone, WPCS’s popularity is surging and shows no sign of stopping,&#8221; Lucas Bustamante, a backend developer specialized in automated tests, commented on the post. &#8220;The situation is alarming as WPCS is a foundational tool that flags not only code style issues but also critical security issues, making WordPress a more secure CMS. Letting WPCS fall into limbo poses a risk to the entire WordPress ecosystem.&#8221;</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, 22 Aug 2023 20:55:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:78:\"Do The Woo Community: All About the Page Builder Summit with Anchen and Nathan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76079\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/all-about-the-page-builder-summit-with-anchen-and-nathan/\";s: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:434:\"<p>We chat about the Page Builder Summit, how it started, what it takes to run the summit and what you can expect in September.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/all-about-the-page-builder-summit-with-anchen-and-nathan/\">All About the Page Builder Summit with Anchen and Nathan</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 22 Aug 2023 08:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:107:\"WPTavern: New Chrome Browser Extension Enables One-Click Plugin and Theme Testing with WordPress Playground\";s:7:\"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=147997\";s:7:\"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:118:\"https://wptavern.com/new-chrome-browser-extension-enables-one-click-plugin-and-theme-testing-with-wordpress-playground\";s: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:4052:\"<p><a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, an experimental project that uses WebAssembly (WASM) to&nbsp;<a href=\"https://wptavern.com/new-prototype-runs-wordpress-in-the-browser-with-no-php-server\">run WordPress in the browser</a>,&nbsp;makes it possible for users to quickly test plugins and themes without having to set up a local development environment.</p>\n\n\n\n<p>Ordinarily, testing a plugin or theme with Playground requires visiting&nbsp;<a rel=\"noreferrer noopener\" href=\"https://playground.wordpress.net/\" target=\"_blank\"><code>playground.wordpress.net</code></a>, which will&nbsp;instantly create a real WordPress instance with admin access without having to install PHP, MySQL, or Apache. It runs inside the browser using a SQLite database. Adding a plugin or theme to the instance is as easy as appending the slug to the URL when creating the test site: </p>\n\n\n\n<p><a href=\"https://playground.wordpress.net/?plugin=gutenberg\">https://playground.wordpress.net/?plugin=gutenberg</a></p>\n\n\n\n<p><a href=\"https://playground.wordpress.net/?theme=lemmony-agency\">https://playground.wordpress.net/?theme=lemmony-agency</a></p>\n\n\n\n<p>A new Chrome browser extension, created by LUBUS, a development agency, makes this even easier by adding a &#8220;Playground&#8221; button to theme and plugin pages on WordPress.org. Users can fire up a sandbox instance to test drive a theme or plugin in just one click. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1470\" height=\"853\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/wordpress-playground-browser-extension-lubus.png\" alt=\"\" class=\"wp-image-148029\" />\n\n\n\n<p>I tested the extension and it works as advertised. It&#8217;s a neat little shortcut for launching a Playground instance without having to remember the URL or get the plugin/theme&#8217;s slug to append to it. The video below shows a site created with a selected plugin installed in under 20 seconds.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<p>&#8220;We have been using Playground internally a lot for testing out plugins, and quick demos for internal or client meetings,&#8221; LUBUS founder Ajit Bohra said. &#8220;We often find a plugin or theme which we would like to test drive. It involves copying the slug of the theme or plugin and using them in the URL. To make this quick we thought of building and quick browser extension to add a button on wordpress.org to quickly launch a plugin or theme in the Playground.&#8221;</p>\n\n\n\n<p>Bohra posted his process of creating the extension in a <a href=\"https://twitter.com/ajitbohra/status/1692408702962393256\">thread</a> on X. He used the <a href=\"https://www.plasmo.com/\">Plasmo framework</a>, which offers a dedicated runtime for building browser extensions, taking the project from idea to built in approximately 30 minutes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">For POC code wise all we need to get the required button on the plugin page. <a href=\"https://t.co/2lEV2H4q0K\">pic.twitter.com/2lEV2H4q0K</a></p>&mdash; Ajit Bohra (@ajitbohra) <a href=\"https://twitter.com/ajitbohra/status/1692415787791958085?ref_src=twsrc%5Etfw\">August 18, 2023</a></blockquote>\n</div>\n\n\n\n<p>Bohra said the browser extension is currently a proof of concept that he would like to further extend with more settings based on feedback from users. He also hopes to collaborate with the Meta team in the future to see something like this added to the plugin and theme pages on WordPress.org so that users don&#8217;t have to rely on a browser extension.</p>\n\n\n\n<p>The Chrome extension is called &#8220;<a href=\"https://chrome.google.com/webstore/detail/open-in-wordpress-playgro/khfpfafeepbfdhggfoalfmbhkmjkolmo/related\">Open in WordPress Playground</a>&#8221; and is available to the public for free on the Chrome Web Store. The code is <a href=\"https://github.com/lubusIN/wp-playground-browser-extension\">open source on GitHub</a> and open for contribution.</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, 22 Aug 2023 00:56:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:70:\"Do The Woo Community: Podcasting and Doing the Woo at WordCamp US 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76107\";s:7:\"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://dothewoo.io/podcasting-and-doing-the-woo-at-wordcamp-us-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"<p>Better late than never. Been thinking and talking about WordCamp US for the past few months, so yes, I will be there.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/podcasting-and-doing-the-woo-at-wordcamp-us-2023/\">Podcasting and Doing the Woo at WordCamp US 2023</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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:\"Sat, 19 Aug 2023 13:09: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:164:\"Post Status: Translations Across the Project • Admin Design • New Blocks Page • Working Group on Organizations Supporting WordPress • Contributor Mentorship\";s:7:\"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:159:\"https://poststatus.com/translations-across-the-project-admin-design-new-blocks-page-working-group-on-organizations-supporting-wordpress-contributor-mentorship/\";s:7:\"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:159:\"https://poststatus.com/translations-across-the-project-admin-design-new-blocks-page-working-group-on-organizations-supporting-wordpress-contributor-mentorship/\";s: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:19033:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (August 7, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">With just a few days before Community Summit, Contributor Day, and WordCamp US, many initiatives across the project are gearing up for time well-spent together. Docs, Training, and several other teams are joining together to work on translations and localizations in a way that supports Gutenberg Phase 4 Multilingual.The Design team is working on the&hellip; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box150145_a5ac79-bb\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kadence-dynamic-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Translations, Dashboard Redesign, Blocks page, Supporting Orgs, Mentorship</h2><p class=\"kt-blocks-info-box-text\">  <a href=\"https://make.wordpress.org/polyglots/2023/08/15/discussion-for-a-proposal-for-wp-org-content-translation-and-localization/\">Discussion for a proposal for WP.org content translation and localization</a><br /><br />  <a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a><br /><br />  <a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">Introducing WordPress.org/blocks</a><br /><br />  <a href=\"https://make.wordpress.org/meta/2023/08/09/organizations-supporting-wordpress-org/\">Organizations Supporting WordPress.org</a><br /><br /> &#x200d;  <a href=\"https://make.wordpress.org/project/2023/08/11/the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program-has-concluded/\">The Inaugural Cohort of the WordPress Contributor Mentorship Program has Concluded</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-150145_9cb3a4-58\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-150145_050cc2-2e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://jeanbaptisteaudras.com/2023/08/contribution-stats-for-wordpress-6-3-lionel/\">Contribution Stats for WordPress 6.3 « Lionel »</a></blockquote>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/08/16/contributor-working-group-mentorship-chat-agenda-august-17th-0700-utc-apac-emea-and-1600-utc-amer/\">Contributor Working Group: Mentorship Chat Agenda | August 17th 07:00 UTC (APAC/EMEA) and 16:00 UTC (AMER)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/14/wcus-2023-community-team-event-at-contributor-day/\">WCUS 2023: Community Team event at Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/09/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-august-9-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on August 9, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/16/a-week-in-core-august-14-2023/\">Two Weeks in Core – August 14, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/15/status-update-on-the-interactivity-api/\">Status update on the Interactivity API</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3 Ideations</h3>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\" rel=\"noreferrer noopener\">Real-Time Collaboration</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/04/workflows/\" rel=\"noreferrer noopener\">Workflows</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/05/revisions/\" rel=\"noreferrer noopener\">Revisions</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/07/media-library/\" rel=\"noreferrer noopener\">Media Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/10/block-library/\" rel=\"noreferrer noopener\">Block Library</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\" target=\"_blank\" rel=\"noreferrer noopener\">Admin Design</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/08/whats-new-for-developers-august-2023/\">What’s new for developers? (August 2023)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/15/dev-chat-agenda-august-16-2023/\">Dev Chat agenda, August 16, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/14/editor-chat-agenda-16-august-2023/\">Editor Chat Agenda: 16 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/08/14/design-share-jul-31-aug-11/\">Design Share: Jul 31-Aug 11</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/08/15/agenda-for-docs-team-bi-weekly-meeting-august-15-2023/\">Agenda for Docs Team bi-weekly meeting August 15, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/14/documentation-team-update-august-14-2023/\">Documentation Team Update – August 14, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/08/16/hosting-team-meeting-agenda-8-16-2023/\">Hosting Team Meeting Agenda 8-16-2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/07/26/wordpress-hosting-survey/\">WordPress Hosting Survey</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/07/10/notes-global-marketing-team-meeting-4-july-2023/\">Notes: Global Marketing Team meeting, 4 July 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/14/marketing-team-update-the-first-half-of-2023/\">Marketing Team Update: The first half of 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">Introducing WordPress.org/blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/08/09/organizations-supporting-wordpress-org/\">Organizations Supporting WordPress.org</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/08/03/matrix-chat-summary-august/\">Matrix chat Summary – August 3, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/08/08/mobile-team-update-august-8th/\">Mobile Team Update – August 8th</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/08/07/last-week-openverse-2023-07-31-2023-08-07/\">A week in Openverse: 2023-07-31 – 2023-08-07</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/28/openverse-monthly-priorities-meeting-2023-08-02/\">Openverse Monthly Priorities Meeting 2023-08-02</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/15/performance-chat-summary-15-august-2023/\">Performance Chat Summary: 15 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/08/14/plugin-review-team-14-august-2023/\">Plugin Review Team: 14 August 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/16/agenda-weekly-polyglots-chat-august-16-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – August 16, 2023 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/15/discussion-for-a-proposal-for-wp-org-content-translation-and-localization/\">Discussion for a proposal for WP.org content translation and localization</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/08/11/the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program-has-concluded/\">The Inaugural Cohort of the WordPress Contributor Mentorship Program has Concluded</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/07/28/sustainability-chat-summary-july-28-2023/\">Sustainability Chat Summary, July 28, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/08/15/test-team-reps-call-for-nominations-3/\">Test Team Reps: Call for Nominations</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/08/15/test-team-at-wcus-2023/\">Test Team at WCUS 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/14/test-team-update-14-august-2023/\">Test Team Update: 14 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/08/11/blue-note-the-second-community-theme-is-released/\">Blue Note: The second community theme is released</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/15/themes-team-update-august-15-2023/\">Themes team update August 15, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/08/04/wcus-contributor-day-tutorials-workshop-in-person-remote/\">WCUS Contributor Day: Tutorials Workshop (In-Person &amp; Remote)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/03/introducing-the-training-team-guide-program/\">Introducing the Training Team Guide Program!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/02/announcing-the-first-learn-wordpress-course-cohort/\">Announcing the first Learn WordPress Course Cohort.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/14/training-team-meeting-recap-8th-august-2023/\">Training Team Meeting Recap – 8th August 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/embedding-media-and-third-party-content-on-your-website/\">Embedding media and third-party content on your website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/testing-your-plugins-for-php-version-compatibility/\">Testing your plugins for PHP version compatibility</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=https-www-meetup-com-learn-wordpress-online-workshops-events-295453051\">The Wide World of WordPress Events</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=contributing-to-the-learn-wordpress-platform-part-1\">Contributing to the Learn WordPress platform – part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=whats-new-for-developers-august-2023\">What’s new for developers? (August 2023)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-12\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=training-team-contributor-hour\">Training Team Contributor Hour</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=website-auditing-and-conversion-optimization\">Website auditing and conversion optimization</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-database-optimization-and-maintenance\">WordPress database optimization and maintenance</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=creating-a-contact-page\">Creating a contact page</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\">Introduction to developing with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/tv\">WordPress TV</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/tv/2023/06/15/enhancing-slide-management-for-video-publications/\">Enhancing Slide Management for Video Publications</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-1\">PHP 8.3.0 Alpha 3 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-07-06-2\">PHP 8.2.8 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-3\">PHP 8.1.21 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.0\">PHPMailer 6.8.0</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"http://github.com/composer/composer/releases/tag/2.5.8\">Composer 2.5.8</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:116:\"Post Status: WordPress 6.3 • Release Workflows • European Union Cyber Resiliency Act • Gutenberg Accessibility\";s:7:\"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:37:\"https://poststatus.com/wordpress-6-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://poststatus.com/wordpress-6-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18225:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (August 7, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.3, Lionel, has been released. It&#8217;s time to test out the details and footnotes blocks, give the WP_DEVELOPMENT_MODE a try, and check out the new Get Involved tab on the Welcome screen. The WordPress Training team announces its first course cohort for Learn.WordPress.org. The course will cover Developing Your First WordPress Block, and offer&hellip; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kadence-dynamic-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"> WP 6.3, 1st LearnWP Cohort, EU CRA</h2><p class=\"kt-blocks-info-box-text\">  <a href=\"https://wordpress.org/news/2023/08/lionel/\">WordPress 6.3 “Lionel”</a><br /><br /> &#x200d;  <a href=\"https://make.wordpress.org/training/2023/08/02/announcing-the-first-learn-wordpress-course-cohort/\">Announcing the first Learn WordPress Course Cohort</a><br /><br /> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2934.png\" alt=\"⤴\" class=\"wp-smiley\" /><a href=\"https://make.wordpress.org/core/2023/08/01/proposal-improve-the-editor-tech-workflow-for-major-releases/\">Proposal: improve the editor tech workflow for major releases</a><br /><br />  <a href=\"https://wordpress.org/news/2023/08/concerns-over-the-european-unions-cyber-resilience-act-cra/\">Concerns over the European Union’s Cyber Resilience Act (CRA)</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/08/lionel/\">WordPress 6.3 “Lionel”</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/08/concerns-over-the-european-unions-cyber-resilience-act-cra/\">Concerns over the European Union’s Cyber Resilience Act (CRA)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/contribute\">Contribute</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-14 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/08/07/matrix-test-results/\">Matrix Test Results</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/08/02/new-github-feature-request-separating-access-to-the-meetup-and-wordcamp-trackers/\">New GitHub Feature Request: Separating access to the Meetup and WordCamp trackers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/02/community-team-meeting-agenda-for-3-august-2023/\">Community Team Meeting Agenda for 3 August, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/02/recap-inaugural-nextgen-pilot-events/\">Recap: Inaugural NextGen Pilot Events</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/01/whose-ticket-is-it-anyway/\">Whose ticket is it, anyway?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/01/proposal-improve-the-editor-tech-workflow-for-major-releases/\">Proposal: improve the editor tech workflow for major releases</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/07/wordpress-6-3-performance-improvements/\">WordPress 6.3 performance improvements</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3 Ideations</h3>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\" rel=\"noreferrer noopener\">Real-Time Collaboration</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/04/workflows/\" rel=\"noreferrer noopener\">Workflows</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/05/revisions/\" rel=\"noreferrer noopener\">Revisions</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/07/media-library/\" rel=\"noreferrer noopener\">Media Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/10/block-library/\" rel=\"noreferrer noopener\">Block Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\" rel=\"noreferrer noopener\">Admin Design</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/08/styling-blocks-empowering-users-with-css-custom-properties/\">Styling blocks: empowering users with CSS custom properties</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/09/dev-chat-agenda-august-9-2023/\">Dev Chat agenda, August 9, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/07/editor-chat-agenda-9-august-2023/\">Editor Chat Agenda: 9 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/08/04/summary-for-docs-team-meeting-august-1-2023/\">Summary for Docs Team meeting, August 1, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/07/documentation-team-update-august-7-2023/\">Documentation Team Update – August 7, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/07/26/wordpress-hosting-survey/\">WordPress Hosting Survey</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/08/09/organizations-supporting-wordpress-org/\">Organizations Supporting WordPress.org</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/15/triaging-open-issues-on-trac-for-make-teams/\">Triaging open issues on Trac for Make Teams</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/08/08/mobile-team-update-august-8th/\">Mobile Team Update – August 8th</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/08/07/last-week-openverse-2023-07-31-2023-08-07/\">A week in Openverse: 2023-07-31 – 2023-08-07</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/28/openverse-monthly-priorities-meeting-2023-08-02/\">Openverse Monthly Priorities Meeting 2023-08-02</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/08/performance-chat-summary-8-august-2023/\">Performance Chat Summary: 8 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/08/07/plugin-review-team-7-august-2023/\">Plugin Review Team: 7 August 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/09/adding-some-meta-buttons-always-visible/\">Adding some meta buttons always visible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/09/new-wordpress-org-theme-for-your-rosetta-site/\">New WordPress.org Theme for your Rosetta Site</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/07/13/proposal-for-establishing-a-make-diversity-equity-inclusion-and-belonging-deib-team-within-the-wordpress-community/\">Proposal for Establishing a Make Diversity, Equity, Inclusion, and Belonging (“DEIB”) Team within the WordPress Community</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/07/28/sustainability-chat-summary-july-28-2023/\">Sustainability Chat Summary, July 28, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/08/07/test-team-update-7-august-2023/\">Test Team Update: 7 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/08/07/themes-team-meeting-agenda-for-august-08-2023/\">Themes team meeting agenda for August 08, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/08/themes-team-update-august-08-2023/\">Themes team update August 08, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/08/04/wcus-contributor-day-tutorials-workshop-in-person-remote/\">WCUS Contributor Day: Tutorials Workshop (In-Person &amp; Remote)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/03/introducing-the-training-team-guide-program/\">Introducing the Training Team Guide Program!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/02/announcing-the-first-learn-wordpress-course-cohort/\">Announcing the first Learn WordPress Course Cohort.</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/exploring-wordpress-6-3/\">Exploring WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-use-the-spacer-block/\">How to use the spacer block</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=what-is-the-domain-name-system-6\">What is the Domain Name System?</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=what-is-the-domain-name-system-5\">What is the Domain Name System?</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=training-team-contributor-day-online-session-2\">Training Team Contributor Day Online Session</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=common-wordpress-apis-global-variables\">Common WordPress APIs: Global Variables</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-11\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=%E3%83%95%E3%83%AB%E3%82%B5%E3%82%A4%E3%83%88%E7%B7%A8%E9%9B%86%E3%81%A7%E5%AE%9F%E9%9A%9B%E3%81%AB%E3%82%B5%E3%82%A4%E3%83%88%E3%82%92%E4%BD%9C%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%88%E3%81%86%EF%BC%81\">フルサイト編集で実際にサイトを作ってみよう!</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=contributing-to-the-wordpress-community-team-events-and-roles\">Contributing to the WordPress Community Team: Events and Roles</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=hallway-hangout-extending-blocks-with-custom-design-tools\">Hallway Hangout: Extending blocks with custom design tools</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-start-contributing-to-the-wordpress-core\">How to start contributing to the WordPress Core</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\">Introduction to developing with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/tv\">WordPress TV</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/tv/2023/06/15/enhancing-slide-management-for-video-publications/\">Enhancing Slide Management for Video Publications</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-1\">PHP 8.3.0 Alpha 3 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-07-06-2\">PHP 8.2.8 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-3\">PHP 8.1.21 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.0\">PHPMailer 6.8.0</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"http://github.com/composer/composer/releases/tag/2.5.8\">Composer 2.5.8</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:125:\"Post Status: WordPress 6.3 RC3 • Cyber Resilience Act • Accessibility in Block Editing • Merging Gutenberg during Alpha\";s:7:\"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:124:\"https://poststatus.com/wordpress-6-3-rc3-cyber-resilience-act-accessibility-in-block-editing-merging-gutenberg-during-alpha/\";s:7:\"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:124:\"https://poststatus.com/wordpress-6-3-rc3-cyber-resilience-act-accessibility-in-block-editing-merging-gutenberg-during-alpha/\";s: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:24892:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (July 30, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">What do WordPress, Drupal, Joomla, and TYPO3 have in common? Leaders across these Content Management Systems have come together to express their concerns and seek dialogue with EU legislators regarding the proposed Cyber Resilience Act. They emphasize the vital role of Free and Open Source Software in fostering innovation, security, and economic prosperity. We&#8217;re just&hellip; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kadence-dynamic-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"> WP 6.3, Whose Ticket, Merging Gutenberg during Alpha, and EU CRA</h2><p class=\"kt-blocks-info-box-text\">  <a href=\"https://wordpress.org/news/2023/08/wordpress-6-3-rc3/\">WordPress 6.3 RC3</a><br /><br />  <a href=\"https://make.wordpress.org/core/2023/08/01/whose-ticket-is-it-anyway/\">Whose ticket is it, anyway?</a><br /><br /> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2934.png\" alt=\"⤴\" class=\"wp-smiley\" /><a href=\"https://make.wordpress.org/core/2023/08/01/proposal-improve-the-editor-tech-workflow-for-major-releases/\">Proposal: improve the editor tech workflow for major releases</a><br /><br />  <a href=\"https://wordpress.org/news/2023/08/concerns-over-the-european-unions-cyber-resilience-act-cra/\">Concerns over the European Union’s Cyber Resilience Act (CRA)</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/08/concerns-over-the-european-unions-cyber-resilience-act-cra/\">Concerns over the European Union’s Cyber Resilience Act (CRA)</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/08/wordpress-6-3-rc3/\">WordPress 6.3 RC3</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/people-of-wordpress-ihtisham-zahoor/\">People of WordPress: Ihtisham Zahoor</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/synced-patterns-the-evolution-of-reusable-blocks/\">Synced Patterns: The Evolution of Reusable Blocks</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-17 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/01/wordpress-6-3-release-day-process/\">WordPress 6.3 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/18/wordpress-6-3-ready-to-be-translated/\">WordPress 6.3 ready to be translated</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-2/\">WordPress 6.3 Release Candidate 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/wordpress-6-3-accessibility-improvements/\">WordPress 6.3 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-1/\">WordPress 6.3 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/wordpress-6-2-release-candidate-phase-2/\">WordPress 6.3 Release Candidate Phase</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/improvements-to-the-metadata-api-in-wordpress-6-3/\">Improvements to the metadata API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/30/6-3-release-parties-schedule-and-hosts/\">6.3 Release Parties Schedule and hosts</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">WordPress 6.3 Field Guide and Dev-Notes</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">WordPress 6.3 Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-block-selectors-api/\">Introducing the Block Selectors API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-wordpress-command-palette-api/\">Introducing the WordPress Command Palette API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/layout-updates-in-the-editor-for-wordpress-6-3/\">Layout updates in the editor for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/social-icons-block-applied-colors-now-dynamically-update-based-on-theme-json-and-global-styles/\">Social Icons block: Applied colors now dynamically update based on theme.json and Global Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/miscellaneous-editor-changes-in-wordpress-6-3/\">Miscellaneous Editor changes in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/bundled-themes-dropping-internet-explorer-scripts-and-styles/\">Bundled themes dropping Internet Explorer scripts and styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/improvements-to-the-cache-api-in-wordpress-6-3/\">Improvements to the Cache API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/\">Configuring development mode in 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/i18n-improvements-in-6-3/\">I18N Improvements in 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/image-performance-enhancements-in-wordpress-6-3/\">Image performance enhancements in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/improvements-to-the-metadata-api-in-wordpress-6-3/\">Improvements to the metadata API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/wp_query-used-internally-in-get_pages/\">WP_Query used internally in get_pages()</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/\">Registering scripts with `async` and `defer` attributes in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/\">New in 6.3: Rollback for failed manual plugin and theme updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/improved-caching-for-database-queries-in-wp_user_query/\">Improved Caching for Database Queries in WP_User_Query</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/miscellaneous-developer-changes-in-wordpress-6-3/\">Miscellaneous developer changes in WordPress 6.3</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-22 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-20 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/08/04/accessibility-team-meeting-agenda-august-4-2023/\">Accessibility Team Meeting Agenda: August 4, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/accessibility/2023/08/04/testing-matrix/\">Testing Matrix</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/08/02/new-github-feature-request-separating-access-to-the-meetup-and-wordcamp-trackers/\">New GitHub Feature Request: Separating access to the Meetup and WordCamp trackers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/02/community-team-meeting-agenda-for-3-august-2023/\">Community Team Meeting Agenda for 3 August, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/02/recap-inaugural-nextgen-pilot-events/\">Recap: Inaugural NextGen Pilot Events</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/01/whose-ticket-is-it-anyway/\">Whose ticket is it, anyway?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/01/proposal-improve-the-editor-tech-workflow-for-major-releases/\">Proposal: improve the editor tech workflow for major releases</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/01/a-week-in-core-july-31-2023/\">A Week in Core – July 31, 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3 Ideations</h3>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\" rel=\"noreferrer noopener\">Real-Time Collaboration</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/04/workflows/\" rel=\"noreferrer noopener\">Workflows</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/05/revisions/\" rel=\"noreferrer noopener\">Revisions</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/07/media-library/\" rel=\"noreferrer noopener\">Media Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/10/block-library/\" rel=\"noreferrer noopener\">Block Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\" rel=\"noreferrer noopener\">Admin Design</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/08/beyond-block-styles-part-3-building-custom-design-tools/\">Beyond block styles, part 3: building custom design tools</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/08/understand-and-use-wordpress-nonces-properly/\">Understand and use WordPress nonces properly</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/beyond-block-styles-part-2-building-a-custom-style-for-the-separator-block/\">Beyond block styles, part 2: building a custom style for the Separator block</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/01/dev-chat-agenda-august-1-2023/\">Dev Chat agenda, August 2, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/08/04/summary-for-docs-team-meeting-august-1-2023/\">Summary for Docs Team meeting, August 1, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/08/01/summary-for-docs-team-meeting-jul-18-2023/\">Summary for Docs Team meeting, Jul 18, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/08/02/hosting-team-meeting-agenda-2023-08-02/\">Hosting Team meeting agenda 2023-08-02</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/07/26/wordpress-hosting-survey/\">WordPress Hosting Survey</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/08/03/matrix-chat-summary-august/\">Matrix chat Summary – August 3, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/15/triaging-open-issues-on-trac-for-make-teams/\">Triaging open issues on Trac for Make Teams</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/31/last-week-openverse-2023-07-24-2023-07-31/\">A week in Openverse: 2023-07-24 – 2023-07-31</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/28/openverse-monthly-priorities-meeting-2023-08-02/\">Openverse Monthly Priorities Meeting 2023-08-02</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/01/performance-chat-summary-25-july-2023-2/\">Performance Chat Summary: 1 August 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/01/core-performance-team-update-july-2023/\">Core Performance Team Update: July 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/07/24/tackling-team-challenges-together/\">Tackling team challenges together</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/31/plugin-review-team-31-jul-2023/\">Plugin Review Team: 31 Jul 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/03/cross-locale-project-translation-editor-request-5/\">Cross-Locale Project Translation Editor Request</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/02/adding-error-checks-at-translate-wordpress-org/\">Adding error checks at translate.wordpress.org</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/02/agenda-weekly-polyglots-chat-august-2-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – August 2, 2023 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/18/wordpress-6-3-ready-to-be-translated/\">WordPress 6.3 ready to be translated</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/07/13/proposal-for-establishing-a-make-diversity-equity-inclusion-and-belonging-deib-team-within-the-wordpress-community/\">Proposal for Establishing a Make Diversity, Equity, Inclusion, and Belonging (“DEIB”) Team within the WordPress Community</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/08/agenda-for-august-3rd-support-meeting-2/\">Agenda for August 3rd Support Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/07/summary-for-july-27th-support-meeting/\">Summary for July 27th Support Meeting</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/07/28/sustainability-chat-summary-july-28-2023/\">Sustainability Chat Summary, July 28, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/07/31/test-team-update-31-july-2023/\">Test Team Update: 31 July 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/07/31/hallway-hangout-extending-blocks-with-custom-design-tools/\">Hallway Hangout: Extending blocks with custom design tools</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/01/themes-team-update-august-01-2023/\">Themes team update August 01, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/08/03/training-team-meeting-recap-1st-august-2023/\">Training Team Meeting Recap – 1st August 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/03/introducing-the-training-team-guide-program/\">Introducing the Training Team Guide Program!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/02/announcing-the-first-learn-wordpress-course-cohort/\">Announcing the first Learn WordPress Course Cohort.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/01/xpost-whats-new-on-learn-wordpress-in-july-2023/\">X-post: What’s new on Learn WordPress in July 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-add-tables-to-your-site/\">How to add tables to your site</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=common-wordpress-apis-global-variables\">Common WordPress APIs: Global Variables</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-11\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=%E3%83%95%E3%83%AB%E3%82%B5%E3%82%A4%E3%83%88%E7%B7%A8%E9%9B%86%E3%81%A7%E5%AE%9F%E9%9A%9B%E3%81%AB%E3%82%B5%E3%82%A4%E3%83%88%E3%82%92%E4%BD%9C%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%88%E3%81%86%EF%BC%81\">フルサイト編集で実際にサイトを作ってみよう!</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=contributing-to-the-wordpress-community-team-events-and-roles\">Contributing to the WordPress Community Team: Events and Roles</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=hallway-hangout-extending-blocks-with-custom-design-tools\">Hallway Hangout: Extending blocks with custom design tools</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-start-contributing-to-the-wordpress-core\">How to start contributing to the WordPress Core</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=common-wordpress-apis-internationalization\">Common WordPress APIs: Internationalization</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-10\">WP dev livestream: Sendig block theme</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\">Introduction to developing with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/tv\">WordPress TV</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/tv/2023/06/15/enhancing-slide-management-for-video-publications/\">Enhancing Slide Management for Video Publications</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-1\">PHP 8.3.0 Alpha 3 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-07-06-2\">PHP 8.2.8 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-3\">PHP 8.1.21 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.0\">PHPMailer 6.8.0</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"http://github.com/composer/composer/releases/tag/2.5.8\">Composer 2.5.8</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Post Status: What is Coaching &amp; What Are Key Times to Have a Coach with Kelly Gallagher\";s:7:\"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:96:\"https://poststatus.com/what-is-coaching-what-are-key-times-to-have-a-coach-with-kelly-gallagher/\";s:7:\"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:96:\"https://poststatus.com/what-is-coaching-what-are-key-times-to-have-a-coach-with-kelly-gallagher/\";s: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:47578:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">In this podcast episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> introduces his professional coach, <a href=\"https://www.linkedin.com/in/coachkellygallagher\">Kelly Gallagher</a>, to discuss the role of coaching in personal and professional growth. They explore the difference between coaching and therapy and how they can complement each other. They highlight the value of coaching for high achievers and how it can help with career changes, improving performance, and enhancing communication skills. Cory shares his personal experience with coaching and expresses its positive impact on his life.</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><strong>Episode Highlights:</strong></p>\n\n\n\n<ul type=\"video\" class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<li>[00:00:00] <strong>The role of coaching and introduction of Kelly Gallagher-</strong>Cory introduces Kelly Gallagher as his professional coach and discusses their working relationship for four and a half years.</li>\n\n\n\n<li>[00:01:25] <strong>Kelly&#8217;s background in business development and coaching training-</strong> Kelly shares her background in business development and her coaching journey, including her training and pursuit of a master&#8217;s degree.</li>\n\n\n\n<li>[00:07:38] <strong>The difference between coaching and therapy, and the value of coaching for high achievers</strong>-Cory and Kelly discuss the definition of coaching, the distinction between coaching and therapy, and the importance of coaching for high achievers.</li>\n\n\n\n<li>[00:11:39] <strong>The distinction between therapy and coaching-</strong>Discussion on the differences between therapy and coaching and how they complement each other.</li>\n\n\n\n<li>[00:12:41] <strong>The value of having a coach for high achievers-</strong>Exploration of the benefits of coaching for high achievers and the importance of self-awareness.</li>\n\n\n\n<li>[00:13:55]<strong> Times when people seek coaching-</strong>Identification of common situations that lead individuals to actively seek coaching, such as career conflicts, the desire for personal growth, and the need for support during organizational changes.</li>\n\n\n\n<li>[00:23:31] <strong>The role of coaching and the importance of ICF certification-</strong>Discussion on the role of coaching, the significance of ICF certification, and the difference between coaching and therapy.</li>\n\n\n\n<li>[00:28:34] <strong>The value of having a coach for high achievers-</strong>Exploration of the benefits of coaching for high performers and the potential negative stigma associated with coaching as a remedial tool.</li>\n\n\n\n<li>[00:31:58] <strong>Coaching for entrepreneurs-</strong>The essentiality of coaching for entrepreneurs, particularly in navigating change, making big decisions, and improving performance.</li>\n\n\n\n<li>[00:34:24]<strong> The role of coaching and seizing opportunities-</strong>Cory reflects on the importance of having a coach and making the most of opportunities in business.</li>\n\n\n\n<li>[00:35:18] <strong>The importance of personal happiness and joy in work</strong>-Kelly discusses the significance of finding joy and personal happiness in one&#8217;s work and how it affects performance.[00:37:09] <strong>The passion for helping others and personal growth-</strong>Kelly shares her passion for helping others find personal growth in coaching and how it is more rewarding than pure sales.</li>\n</ul>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns sponsor has-theme-palette-8-background-color has-background is-layout-flex wp-container-25 wp-block-columns-is-layout-flex\" id=\"StellarWP\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"StellarWP has-theme-palette-1-color has-text-color wp-block-heading\" id=\"Sponsor\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <span><a href=\"https://poststat.us/elementor\" rel=\"sponsored nofollow\">Elementor</a></span></h3>\n\n\n\n<p><strong>Elementor </strong>enables web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join <a href=\"https://elementor.com/community/\">a vast community of web creators</a> from all around the world who deliver exceptional websites using Elementor.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image elementor-logo\">\n<img src=\"https://poststatus.com/wp-content/uploads/2022/08/Elementor-Logo-Symbol-Blue-150x150.png\" alt=\"Elementor\" class=\"wp-image-104033\" width=\"150\" height=\"150\" title=\"Elementor Logo\" />Elementor</div></div>\n</div>\n</div></div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\">  Mentioned in the show<strong>:</strong></h3>\n\n\n\n<ul>\n<li><a href=\"https://obcc.utdallas.edu/coaching/\">University of Texas at Dallas Coaching Program</a></li>\n\n\n\n<li><a href=\"https://coachingfederation.org/\">International Coach Federation</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\">  You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/salesrxcoaching\">Kelly Gallagher</a>  (Executive Coach, <a href=\"https://gallagherexecutivecoachingpartnerships.com/\">Gallagher Executive Coaching Partnerships</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis.  <br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>.  </p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Cory Miller (00:00:00) &#8211; Hey everybody. Welcome back to Post Status Draft. I&#8217;ve got a special guest today and I&#8217;m excited because I&#8217;ve worked with this awesome person professional for I think it&#8217;s been five years now. Four years? No, probably four and a half years now, Kelly. And. So back when I had just sold items, I was working the, you know, my job at trying to transition team, get some things done in the year after we had sold and I was starting to percolate. Okay, I&#8217;ve got this huge career change coming up, this huge business, whatever change in my professional life. And I sought out a coach and found Kelly Gallagher. So she&#8217;s my professional coach for four and a half years. We&#8217;re going to have a great conversation talking about coaching times when it&#8217;s so helpful to have a coach. And I&#8217;ll share personal experiences, too, but you&#8217;re in for a treat today. So Kelly, thanks so much for being on the podcast.</p>\n\n\n\n<p>Kelly Gallagher (00:01:02) &#8211; Thank you for having me. I&#8217;ve been watching some of your podcasts, and I&#8217;m just honored to be the subject of one of them.</p>\n\n\n\n<p>Kelly Gallagher (00:01:07) &#8211; So thank you.</p>\n\n\n\n<p>Cory Miller (00:01:09) &#8211; I often refer to Kelly as my secret weapon because a lot of the big things that have happened in the last five years, for sure in my life I&#8217;ve rehearsed, practiced, talked through all of these with Kelly. So, Kelly, tell us a little bit about your background.</p>\n\n\n\n<p>Kelly Gallagher (00:01:25) &#8211; Um, Cory, I came from a business development specialty within corporate America, specifically pharmaceuticals and the medical industry, and also diagnostics and lab testing. So I was a road warrior. I was out closing deals and my responsibilities escalated and escalated to the point where. Um, the last ten years, I was with a diagnostic lab, and I was also training other salespeople. I was interviewing them, hiring them and then coaching them. But I didn&#8217;t know I was coaching because I wasn&#8217;t sure even what coaching was. I wanted to take over the training department. So I was told, Well, you have no experience, even though I was already doing it. So I challenged and said I would like to go back and get my masters.</p>\n\n\n\n<p>Kelly Gallagher (00:02:16) &#8211; And I entered the coaching program, which is a just gold standard industry. I don&#8217;t know. It turned out to be one of the best. And so I entered that. And then while I was doing it, I thought, why not just get a master&#8217;s in business administration? Because I already know these things. So I went to school for five years and it was the best five years of my life. Um, I learned that I love to learn, and I think that may be what separates good coaches from great coaches. Is that. Constant wanting to move the bar up, that constant going to class mentality to be at another level. And that&#8217;s what&#8217;s really defined my career. There&#8217;s not really a time of the year when I&#8217;m not in continuing education and it&#8217;s my passion. I just want to be a master of my craft. So that was my journey. The interesting sidebar is I was told you can do all this, but if your sales performance drops, we&#8217;re done. We&#8217;re not paying. I said, okay.</p>\n\n\n\n<p>Kelly Gallagher (00:03:29) &#8211; But the more I studied coaching and communications, the higher myself through. And there&#8217;s actually a correlation between the two. It doesn&#8217;t seem like there would be, but I learned how to really listen. I was a good listener to begin with, but I became just a great listener and observer of behavior. And I also learned how to challenge people. So if a buyer told me, yes, yes, I&#8217;m definitely going to get the contract signed. And I sensed a hesitancy, I would call them out and go, you know, you&#8217;re sending one thing, but I&#8217;m hearing something else. It sounds like you&#8217;re still uneasy. And a lot of times by doing that, I could tease out that they weren&#8217;t going to buy it and we can have further discussion. So the coaching actually when I finished up. My sales career. It was as far as I could take it, but I owe it all to the coaching training.</p>\n\n\n\n<p>Cory Miller (00:04:32) &#8211; That&#8217;s awesome. Now, I know you have ICF credentials and all that and you can share a little bit about what ICF is, but so I know you are very involved there.</p>\n\n\n\n<p>Cory Miller (00:04:45) &#8211; Have done there&#8217;s so many regular like you said, I do a lot of work with mental health practitioners and there&#8217;s such a very, I would say regulated, but no like very intense and purposeful way to do therapy. A lot of guidelines, a lot of regulations, a lot of licensure things, ethical consideration, continuing. Ed But coaching has so much of that too. And that&#8217;s where ICF comes into yes.</p>\n\n\n\n<p>Kelly Gallagher (00:05:12) &#8211; And unfortunately, there&#8217;s not a specific license. I wish there was, but because there isn&#8217;t, the consumer has to really be discerning. And one way to start is that ICF because it&#8217;s the gold standard and for coach is not doing continuing education and involved with ICF. I don&#8217;t know. Chances are there will be less rigor to what they&#8217;re going to be able to do. It&#8217;s not that they wouldn&#8217;t be good coaches.</p>\n\n\n\n<p>Cory Miller (00:05:40) &#8211; Yeah, I think the ICF stuff is strong. Sometimes I feel like it&#8217;s a little bit too limiting, but I go, Gosh, it&#8217;s so good because it&#8217;s trying to really professionalize the coaching industry where anybody can just say, Oh, I&#8217;m my coach, I&#8217;m a life coach, whatever it is.</p>\n\n\n\n<p>Kelly Gallagher (00:05:57) &#8211; People just hang out a shingle and say, Boom, magic, I&#8217;m a coach. I two think it can be limiting, but I offer a bit of a hybrid because I have so much business experience. I&#8217;ll often tell my clients, Hey, I&#8217;m going to shift out of coaching if you want. Is it okay if I put on my business act and they almost never had anyone say no in interviews? And so then I&#8217;m able to interject a little, you know what this happened to blah, blah, blah. And I think that&#8217;s what differentiates me from other coaches. But the ICF standards are just critical. And the other thing about the ICF is you have to have 250 hours of continuing education to keep getting the licensure. That&#8217;s not a license to keep, you know, being indoors. And so that really raises the bar and enables the coach to really grow because you&#8217;re constantly taking a course. Yeah.</p>\n\n\n\n<p>Cory Miller (00:07:02) &#8211; So super, super strong. By the way, if you&#8217;re listening, you want to look if the coach has ICF certifications and all that, that&#8217;s really important, rigorous, rigorous work that they do to keep that up means to me it goes through taking it very seriously their profession.</p>\n\n\n\n<p>Cory Miller (00:07:19) &#8211; So Kelly, what is a coach? We&#8217;re going to spend some time talking about the times in which coach has been so, so valuable to your clients, to me, and we&#8217;re going to share experiences around that. But first, I kind of want to get a baseline of like, what is a coach?</p>\n\n\n\n<p>Kelly Gallagher (00:07:38) &#8211; Great question. Mean a coach. I had this conversation this morning at the pool at 5 a.m. Someone said, Oh, you&#8217;re going to coach. They just want content. I said, No, that&#8217;s not really what coaching is. I&#8217;m not really delivering content. I think a coach is someone that walks on a journey with a professional who wants to raise the bar. Um, it can be a life coach too. So then you&#8217;re walking the journey with an individual who has an area of life where they want to improve or progress. And that&#8217;s still the same formula for going through the coaching process, whether it be an executive or whether it be. Someone who wants to increase communication with their husband or wife.</p>\n\n\n\n<p>Cory Miller (00:08:25) &#8211; So, yeah. And part of how we were working together when we first started working together was I was going to the same school you went to, which is fantastic. University of Texas and Dallas and their coaching program is incredible. And being mentored by you. And because I was getting asked when when I left our teams and I was trying to do my own thing, I thought, okay, it&#8217;s going to be coaching People go, What is it, Coach? What do you do? And I was like, Oh gosh, I&#8217;m struggling with these. But it&#8217;s so much that it&#8217;s that walking alongside a person on a journey and I like what you added to it, is like they want to raise the bar, they want to do something more. And, you know, I have so much reflected about my business entrepreneurial career for the last 15 years ago. If I had a coach from the beginning, it would have been so much better in many ways. Not just success, success for sure, but also health clarity.</p>\n\n\n\n<p>Kelly Gallagher (00:09:23) &#8211; It&#8217;s funny you say that, Cory, because even 20 years ago when I was in pharmaceuticals and I was doing very well, had I had a coach, I would have been a rock star because there were rough edges that I couldn&#8217;t see. You can&#8217;t see them in yourselves the way someone else can who&#8217;s actively listening to you.</p>\n\n\n\n<p>Cory Miller (00:09:43) &#8211; Yeah. Well, and you know, the parallel we always give is sports. You know the best. Greatest of all time. Athletes have coaches and have people around them. Like you just assume they wake up and they&#8217;re just as good naturally. No, they work on their craft. And I think about that so much. Like, I know you work with a lot of high achievers and oftentimes so many of the entrepreneurs I&#8217;ve worked with very high achievers too. I&#8217;ve had the pleasure of having people on my team big time, high achievers. And you just go, like, if you really want to do well in what you&#8217;re doing, you need to have somebody that&#8217;s on your side.</p>\n\n\n\n<p>Cory Miller (00:10:23) &#8211; Nobody does it alone. I think that&#8217;s the fast that we perpetuate in our culture and especially in business, like with entrepreneurs, is like, Oh, I&#8217;m the rockstar. I do this by myself, that you got these icons out there. You know, Steve Jobs is the one you hear over and over and over 100,000 times. You go, He didn&#8217;t do it alone. No, there&#8217;s no way you can do it alone. And having someone in your corner that&#8217;s helping you perform at the highest level is so critical.</p>\n\n\n\n<p>Kelly Gallagher (00:10:54) &#8211; Yes, I agree. And, you know, oftentimes people will also say, well, isn&#8217;t it like therapy? I would call it therapy. Ten x. Because therapy&#8217;s great and I think everyone should go through that process at some time in their life. I really believe in it. But at some point it&#8217;s limited because it&#8217;s just keeps moving into the past and feelings and often sad feelings. Whereas coaches moving the person forward so high achievers get bored in therapy after a while, after a while, and they might go back and forth to therapy.</p>\n\n\n\n<p>Kelly Gallagher (00:11:34) &#8211; But generally they find that coaching helps them because it&#8217;s goal oriented.</p>\n\n\n\n<p>Cory Miller (00:11:39) &#8211; Yeah, well, and I know there&#8217;s a big distinction between therapy and coaching and really, you know, really try to their distinct things. And oftentimes probably you have taught this mentioned like therapy is looking back, coaching is looking forward. Is that how you kind of see that?</p>\n\n\n\n<p>Kelly Gallagher (00:11:56) &#8211; Yes. And you know, as a coach and a credentialed coach, I&#8217;m ethically bound if I feel like someone continually goes into therapy. Waters and themes, um, I&#8217;m bound to refer them on to therapists till they are more stabilized. And then oftentimes a lot of my clients are in therapy and coaching together. They really work well hand in hand.</p>\n\n\n\n<p>Cory Miller (00:12:22) &#8211; Yes. In fact, for the bulk of the time right now, I am not currently seeing a counselor, however, for the last see two months, but for the bulk of the time we&#8217;ve worked together have had a counselor and a coach. So I think their yin yang, their.</p>\n\n\n\n<p>Kelly Gallagher (00:12:41) &#8211; Right. And the people that come to me and have had some therapy, even if it was limited, they have just a little bit more self awareness.</p>\n\n\n\n<p>Kelly Gallagher (00:12:49) &#8211; So coaching progresses faster.</p>\n\n\n\n<p>Cory Miller (00:12:52) &#8211; Yeah. If you&#8217;re doing your work to.</p>\n\n\n\n<p>Kelly Gallagher (00:12:55) &#8211; Because other otherwise get clients. Sometimes we&#8217;ll say, Well, what does it matter how I&#8217;m feeling about this? Well, it matters a lot because, you know, your heart is just as involved in these decisions and actions and creative things you&#8217;re asking yourself to do as the frontal lobe of your brain. So they are connected.</p>\n\n\n\n<p>Cory Miller (00:13:14) &#8211; Yeah. Okay. So we talked about what coaching is a little bit we talked about the distinctions, therapy versus coaching and how they&#8217;re additive and can exist together. And in fact, or even better sometimes, oftentimes, especially in my experience, I would say. Well, I&#8217;m curious, Kelly So I know my own personal experience is related to our coaching professional relationship. But I&#8217;m curious, what are the times you you see people getting into the meat of this kind of conversation between us is like, what are those times when people go, okay, they&#8217;re thrust out to go actively look for a coach and end up, you know, in a in a room or a meeting with you.</p>\n\n\n\n<p>Kelly Gallagher (00:13:55) &#8211; I would say that generally there&#8217;s some type of struggle. It can be a conflict at work. That&#8217;s a huge one because that dips into, well, do I want a career change? And sometimes people come and they don&#8217;t know what they want. They&#8217;re just not happy. Um, people who want to progress with that and find meaning and integrate what they&#8217;re learning about themselves will come to coaching because that process. It really it&#8217;s like turbocharging the job search and turbocharging people to take interviews and move on and move up without really any kind of formal instruction to just that self-awareness that it builds. So that&#8217;s one of the big ones. Um.</p>\n\n\n\n<p>Cory Miller (00:14:44) &#8211; Let&#8217;s talk about struggle for a second. So struggle back to that. So is that so you mentioned a couple of factors there. I want to hit both sides. One is maybe I need to make a change, like move out of what I&#8217;m doing. But there&#8217;s another one, which is maybe I want to get promoted or have been promoted or, you know, within an organization to and I&#8217;m curious your experiences around around that too.</p>\n\n\n\n<p>Cory Miller (00:15:10) &#8211; So I like that it starts with like there&#8217;s some kind of struggle and they&#8217;re seeking outside perspective and help support with that. But it starts with some things they&#8217;re trying to change and wrestling against. Sounds like.</p>\n\n\n\n<p>Kelly Gallagher (00:15:24) &#8211; Right? And many times, you know, when you&#8217;re in a new position or you&#8217;re in a position where you are striving to do something else within that company, you will conform to their expectations and almost wear a mask. The to the degree that you lose something in the translation because then you&#8217;re not really connecting with your creative side or your problem solving side or your heart. And so a lot of work can be done to find that balance for people. The other thing that touches on is fear of failure. Your fear of failure is. It&#8217;s just a sweet spot because so many. Points of wanting to change. If we whittle down and we go with the client, what&#8217;s beneath that? What&#8217;s beneath that or what&#8217;s beneath that? And we get down to the core or the middle of the onion. It&#8217;s fear of failure.</p>\n\n\n\n<p>Kelly Gallagher (00:16:19) &#8211; And that&#8217;s that&#8217;s just a part of being human. No one wants to humiliate themselves or fall down. But I think, too, in our society, think about schools nowadays. Everyone&#8217;s given a trophy. Soccer, Everyone&#8217;s campaigning, trophy swimming. Everyone makes the team. No one&#8217;s not on the team. Great. So children are raised to not really fail or understand that they founded something and think in a way, I like the philosophy, but in a way I think I see a lot of young adults who come out into the world and they are terrified of not getting a trophy of not. And the reality is, in real life, you don&#8217;t get that many trophies.</p>\n\n\n\n<p>Cory Miller (00:17:06) &#8211; Yep. Well, we that was that fear of failure thing. We, we talked our last coaching session about that specifically and totally like, you know, when you&#8217;ve especially if you&#8217;ve been accustomed to winning, doing succeeding and then you hit some failures and or trying to do anything big and new, take that next job, start that new endeavor, whatever that is, and that, you know, oh, this is not a guaranteed success.</p>\n\n\n\n<p>Cory Miller (00:17:35) &#8211; So that that definitely resonates.</p>\n\n\n\n<p>Kelly Gallagher (00:17:37) &#8211; Right? And if I fail, that also relates to a further theme of then the fear of being actually seen for who you are. Um, yeah, it&#8217;s a heavy topic and it can take a while to work through, but it&#8217;s, I think most of my clients will say that&#8217;s valuable work. And it&#8217;s not that they become fearless, but I think they&#8217;re able to notice the emotion name and then kind of negotiated.</p>\n\n\n\n<p>Cory Miller (00:18:08) &#8211; Yeah, you mentioned the word emotions. And I think when I first started working with you, I didn&#8217;t I didn&#8217;t go to that realm. I was, you know, okay, more intellectual thinking process and stuff. And you&#8217;re extremely helpful with that. And probably because of some of the, you know, understandings between therapy and coaching or misunderstanding to say, I didn&#8217;t really get into that. But I think our best work has come with the emotions. Like my my definitely I&#8217;ve benefited every time we&#8217;ve talked. I&#8217;ve been better for it. However, I think the most profound times is when we get into, okay, I&#8217;m doing this thing.</p>\n\n\n\n<p>Cory Miller (00:18:48) &#8211; It&#8217;s an event, like you said, a struggle or something new or a change or something I&#8217;m preparing for. But then okay, the emotion around that and understanding that and leveraging, you know, really deep dive into that where I&#8217;m trying to improve. I can&#8217;t remember how many times you&#8217;ve said to me, okay, well they are not in this call. What is the what about you? And I was like, Oh man, doing that hard work, which is made I know it&#8217;s made me better as a professional and a leader for sure, because oftentimes you kind of redirect back to me and go, okay, well, they&#8217;re not here. Let&#8217;s talk about what this means to you, for you. And I&#8217;m always like, Well, let me take a deep breath on that one.</p>\n\n\n\n<p>Kelly Gallagher (00:19:31) &#8211; That&#8217;s a hard one. I learned that actually didn&#8217;t learn that at Utd or anywhere. I learned that as a young rep out in the field and I complain about these idiot customers. Right? And the manager told me once, he said, Turn your rearview mirror to your face.</p>\n\n\n\n<p>Kelly Gallagher (00:19:48) &#8211; And I didn&#8217;t. He goes, Now look at that. That&#8217;s the person that would have to change. The client&#8217;s not going to change. And it was the most profound thing. It kind of hurt my feelings, but it was so true.</p>\n\n\n\n<p>Cory Miller (00:20:01) &#8211; Well, I&#8217;ve talked through everything with you from partner team issues, all that. And it&#8217;s been so helpful because I think oftentimes kind of thinking, okay, yeah, they&#8217;ve got to change. There&#8217;s something with them. And the real work, profound and deep, that continues to get deeper is what does that mean for me about me? What do do I need to change something and what is that? And those are the times really in reflective work that I go, okay. And more and more I think I&#8217;m getting it. Or I go, okay, So something I&#8217;m not aware about myself potentially pointing outwards and then going, I kind of need to turn the rearview mirror back to myself.</p>\n\n\n\n<p>Kelly Gallagher (00:20:46) &#8211; Back to your face? Yes.</p>\n\n\n\n<p>Cory Miller (00:20:48) &#8211; It&#8217;s not the easiest thing to do, but I&#8217;m glad you do it.</p>\n\n\n\n<p>Kelly Gallagher (00:20:50) &#8211; It&#8217;s not the easiest thing to do. And in periods of conflict or intense conversations with bosses or calling people, you&#8217;re supervising, it&#8217;s extremely hard to stop yourself and say, wait a minute, who am I? And yeah, it&#8217;s it&#8217;s really, really hard. But I think as people progress in coaching, they become almost a coach within themselves.</p>\n\n\n\n<p>Cory Miller (00:21:16) &#8211; Yes. Yes. I can hear you quite a bit doing that.</p>\n\n\n\n<p>Kelly Gallagher (00:21:21) &#8211; Yeah. Oh yeah. So that would be my goal is that when I&#8217;m not there because I&#8217;m not there all the time and I don&#8217;t know of it, even though I know so much, I don&#8217;t know all of it. But my goal would be when that person&#8217;s gone for a week or they&#8217;re in a high stress situation, they&#8217;re able to somewhat coach themselves through it.</p>\n\n\n\n<p>Cory Miller (00:21:44) &#8211; Absolutely. Well, okay. So we talked about like the struggle conflict. Something&#8217;s going on there. Want to do reach something new? Maybe they&#8217;re evaluating a big change. I mean, that resonates with me. I was that&#8217;s how we kicked off our thing.</p>\n\n\n\n<p>Cory Miller (00:21:59) &#8211; It was like I was changing my profession career very substantially, knew I was going to be leaving the company I started. And, you know, okay, here&#8217;s a totally new avenue and having somebody to talk that through the fear of failure, the emotions of being an achiever, especially a high achiever, trying to do something in the world like an entrepreneur, what are some other things that you you see often in your coaching?</p>\n\n\n\n<p>Kelly Gallagher (00:22:27) &#8211; Well, I would say the other thing, the theme is some type of organizational change, because your organization, of course, they&#8217;re always changing. And there are new standards that people don&#8217;t. We talked about that before we went on tape that sometimes people don&#8217;t like change. So being able to go in and help a person challenge their assumptions about the change really recognize within themselves the any negative thinking loops or or extra baggage they&#8217;re bringing in the situation and then thrive throughout the change would be a big thing. Um, and as they go along to they learn about themselves and then to integrate that learning.</p>\n\n\n\n<p>Kelly Gallagher (00:23:12) &#8211; Back into the organization. That&#8217;s changing because change is constant. Yep. I don&#8217;t think I&#8217;ve ever been in an organization in 30 years that wasn&#8217;t doing some type of change. It&#8217;s almost never stay.</p>\n\n\n\n<p>Cory Miller (00:23:31) &#8211; It&#8217;s yeah, absolutely. Well, there&#8217;s two things I think about when we&#8217;ve worked together and what I know of coaching too. It&#8217;s it&#8217;s the word change that you said. Some change. Big change oftentimes big change. The other side of the coin for me is performance.</p>\n\n\n\n<p>Kelly Gallagher (00:23:47) &#8211; So yeah.</p>\n\n\n\n<p>Cory Miller (00:23:49) &#8211; Continual performance. So like and I think about those listening in why you won&#8217;t get you want to get coaching for yourself and your team is that performance factor like it&#8217;s an investment back into yourself or your team if you&#8217;re providing coaching. I think some great organizations, particularly in WordPress I&#8217;ve heard of because I&#8217;ve referred people to you that happen to be in WordPress. I go, Oh, I love the forward thinking of that. You&#8217;re going, it&#8217;s an investment in their people, but the performance side. So we&#8217;ve talked a lot of some about this change side.</p>\n\n\n\n<p>Cory Miller (00:24:24) &#8211; There&#8217;s something going on and how we wrestle and adapt to that change where we talk about motions and different things and then but the other side to me is like, I can&#8217;t remember how many times I call it performance, but what I think it is, is like preparation. I mean, some of the biggest deals I&#8217;ve done in five years have been rehearsed, practiced, polished, perhaps even with you. And gosh, I didn&#8217;t have that my previous ten years. And I thought, wow, I went into so many situations. I thought I had done my preparation. But doing it with you with a coach was made things so much better, I think, through that process. Kelly It also eliminated like things I wasn&#8217;t aware of, things I hadn&#8217;t thought about, and just an approach to get some, like, clarity.</p>\n\n\n\n<p>Kelly Gallagher (00:25:12) &#8211; Flirty, some big one. And I think that goes into the third bucket of communication skills. Just people sometimes come to me and in her struggle or there&#8217;s conflict or they&#8217;re going into a big sales promotion and they&#8217;re not quite sure how to go about it.</p>\n\n\n\n<p>Kelly Gallagher (00:25:29) &#8211; So that would all fall into the bucket of communication skills. And that that&#8217;s a big one. I don&#8217;t think oftentimes people think they&#8217;re coming across one way, but it&#8217;s quite different if you&#8217;re observing them. The other thing is. They, you know, like you said, you&#8217;ll rehearse. And rehearse. But when you get in that situation sometimes. Hopefully you&#8217;re primed with enough rehearsal to lean back. If you forget what you&#8217;re going to say, you can lean back into the gist of it. So I think for performance, though, it comes down to communication skills and confidence, because in selling some time it&#8217;s not what you said anyway, it&#8217;s how you said it. And you can walk in if you say it with conviction and you have that internal clarity, as you mentioned, and conviction. The little wordsmithing and nuances of it aren&#8217;t going to matter. They&#8217;re going to matter. But the big the capital A to achievement or performance is how you set it.</p>\n\n\n\n<p>Cory Miller (00:26:36) &#8211; Well, I didn&#8217;t say this in the beginning, but we we now meet twice a week and we&#8217;ve I think we&#8217;ve met twice a week for the last year or two.</p>\n\n\n\n<p>Cory Miller (00:26:44) &#8211; And that was out of, oh, I need these times. We&#8217;re kind of booking them at the front of the week and the end of the week. But oftentimes I realize so many times it&#8217;s just seeking clarity for myself and those of us who are leaders out there trying to give a clear vision to somebody else, I&#8217;ll just say it. Maybe other leaders just wake up with clairvoyant vision. I don&#8217;t. I need rehearsal. I need work. I need to bounce it off people. I need a coach to help me kind of ask questions, think, think it through. And every single time I&#8217;m better. I remember some of the biggest ones that I&#8217;ve, like, talked to you. And it&#8217;s not even one session, maybe 2 or 3. They end up talking about it. But I go, Gosh, if I hadn&#8217;t had that, I would have made so many mistakes going into that big decision or time of presentation, whatever that was. And I&#8217;m so better for like I just need to practice and realize I couldn&#8217;t just do that.</p>\n\n\n\n<p>Cory Miller (00:27:40) &#8211; I needed someone else to help me. And that&#8217;s where you&#8217;ve come in and done that. And so clarity for me is like when you say, what? When people would ask me, What&#8217;s the biggest takeaway for coaching? I go clarity and what is clarity? Build what you said confidence. And those two alone have made me a better leader. That&#8217;s why I can say, let&#8217;s just go back to the start of my career. If I&#8217;d had a coach, it started my career. Everything would have been better because I&#8217;ve been more clear, more confident.</p>\n\n\n\n<p>Kelly Gallagher (00:28:03) &#8211; Being a millionaire ten times over just had a coach because I did so many stupid things along with the good things. That you don&#8217;t know, but you do learn from failure. You do learn. Oh, and so, you know, maybe not, but I sure would have liked to have a coach. It is a perk for high performers. If if if you if it&#8217;s a if there&#8217;s an employer listening in and they&#8217;re thinking of who does that need coaching? Yes, it can be remedial, but sometimes then it&#8217;s not the employees idea.</p>\n\n\n\n<p>Kelly Gallagher (00:28:34) &#8211; The high performance will progress the fastest because it generally will be their idea. They want that perk and they want to grow a career.</p>\n\n\n\n<p>Cory Miller (00:28:44) &#8211; This is my personal opinion, not Kelly. So I want to be clear about that. But I&#8217;ve been around organizations that use coaching as remedial, and I go, Then what happens is coaching gets stigmatized within that organization of if you&#8217;re not performing and you&#8217;re doing a crappy job, you&#8217;re going to get sent. And it has a negative tint to coaching, which is not what it&#8217;s supposed to be. It&#8217;s supposed to be progressing positive, helping improving, navigating situations. And this one organization in particular, it&#8217;s like that&#8217;s how they use coaching. I go, Oh man, Like, then they then all these high performers have this worry about it and don&#8217;t want to potentially go into coaching and miss this incredible benefit to what coaching is.</p>\n\n\n\n<p>Kelly Gallagher (00:29:31) &#8211; That&#8217;s so true. There&#8217;s someone at my door. Can I. Can we pause?</p>\n\n\n\n<p>Cory Miller (00:29:36) &#8211; Yeah.</p>\n\n\n\n<p>Kelly Gallagher (00:29:45) &#8211; Yeah, we&#8217;re talking about, like, high performers and performance coaching. And I do want to make the point that that&#8217;s kind of what I think is my differentiator is that I have all that coaching training, but also I&#8217;ve been in the business world for 30 years selling. So if someone asked me about that, it&#8217;s easy for me to switch out. Yeah, most coaches have like a background, so they&#8217;ve never really had to go out into the world and perform, right?</p>\n\n\n\n<p>Cory Miller (00:30:17) &#8211; Yeah. You bring both sides to that coin I think is incredibly helpful. Like I&#8217;ve talked so much with you about cells because it&#8217;s a weak area. I feel like it&#8217;s a weak area for me, but something I&#8217;ve had to do but forced to do and now trying to begrudgingly trying to do it. But I know you&#8217;ve got such an extensive sales background, business development background that totally leveraged that. In fact I think that&#8217;s how our two times a week started was a sales academy where it wasn&#8217;t necessarily coaching, it was more like sales coaching.</p>\n\n\n\n<p>Kelly Gallagher (00:30:47) &#8211; Right. And it&#8217;s very hard for someone to coach you if they haven&#8217;t walked down the street, guide you down the path. If I&#8217;ve never been on it, I can coach and I can move you in many ways, but can&#8217;t exactly help you to perform because I don&#8217;t know how to perform. So I think that is the differentiator in my coaching style as I&#8217;ve been there. I&#8217;ve been in sales meetings where I got humiliated. I&#8217;ve had clients slam doors in my face. You know, I&#8217;ve executed $1 million contract. So. I just think it helps me to bring more to the party.</p>\n\n\n\n<p>Cory Miller (00:31:25) &#8211; Yeah. And you understand the complete picture. That&#8217;s why, you know, our community is a lot of founders and a lot of high achiever leaders. You know, I&#8217;m curious your thoughts about entrepreneurship, entrepreneurs and coaching. You know, I don&#8217;t know your risk, your client base, but I am one. I know I&#8217;ve benefited from incredibly navigating change, big decisions and the performance side. But what do you say to entrepreneurs about coaching?</p>\n\n\n\n<p>Kelly Gallagher (00:31:58) &#8211; I&#8217;d say it&#8217;s essential because of everything we&#8217;ve talked about in the end.</p>\n\n\n\n<p>Kelly Gallagher (00:32:04) &#8211; As an entrepreneur, you&#8217;re alone, right? That&#8217;s what it is. That&#8217;s the gig. You might have a few people on your team, but generally you&#8217;re alone. It&#8217;s very hard to win deals in isolation. So I would say having a business coach is key to moving forward. Not only in all the things we mentioned, the clarity, the communication, the conflict, the struggle, but then sometimes you just have to go execute. And so for me, it&#8217;s very helpful because I&#8217;ve been in that sales situation so many times and understand features, benefits. I understand how to extrapolate from a client what&#8217;s going to really matter and what&#8217;s not. And I can help people with their slide deck or, you know, whatever it is they want to. So I will generally I can come in in that regard like we do and be a consultant on Friday, but a coach on Mondays. And then and most of my clients who are entrepreneurs use me in that way. Like they will sometimes just bring us like back or we&#8217;ll practice a presentation or they&#8217;ll practice what they&#8217;re going to say to their team before they say it.</p>\n\n\n\n<p>Cory Miller (00:33:18) &#8211; Yep.</p>\n\n\n\n<p>Kelly Gallagher (00:33:18) &#8211; Get some clarity around it to understand. How they&#8217;re feeling in that moment of saying these wonderful things they think are are going to move the team. And sometimes they come out of the meeting and they&#8217;re going to say something completely different. Once we do the coaching, it&#8217;s not that I ever told them to say anything different, but we, you know, polished it. Let&#8217;s say, you know, they come out with this big chunk of coal and they leave and they&#8217;ve got a little diamond and it&#8217;s polished. And like you said earlier, they feel confident.</p>\n\n\n\n<p>Cory Miller (00:33:50) &#8211; Maybe there&#8217;s some entrepreneurs that that come fully birthed into the whole process, but most of us have to learn it and grow through it. What I&#8217;m hearing, though, you know, big decisions, big challenges, big changes, and then the performance side preparation, Polish getting ready for those big things, too. And then the simply put, just trying to make the most of the opportunity. That&#8217;s what I think about. Like so many high achievers that go with an entrepreneur&#8217;s, like we have an opportunity.</p>\n\n\n\n<p>Cory Miller (00:34:24) &#8211; We often like my my story is I stumbled into it, stumbled into it and go, wow, I have this amazing opportunity. So much with business. You go like, it&#8217;s right timing, it&#8217;s right place, right people, right, partners, all the things that have to go together for something to go really well. And then you go, I want to make the most of that. And that&#8217;s my reflection, is that I had an opportunity. I wanted to seize that opportunity to make the most of it. Now, seeing, Oh, wow. Now I did have a coach during about half of my business time, invaluable to help us with the organization. But I go like having someone that this is why we keep working together as I go. I just need it. It&#8217;s just a part of making the most of who I am and my opportunities that come my way to to do even more. And it&#8217;s not necessarily just about money, but it&#8217;s about making the most of the opportunity.</p>\n\n\n\n<p>Kelly Gallagher (00:35:18) &#8211; Right.</p>\n\n\n\n<p>Kelly Gallagher (00:35:19) &#8211; And Joy, while you&#8217;re doing you we haven&#8217;t even touched about that. But there&#8217;s that personal happiness factor and a lot of my clients either are working out or I have them. I try to persuade them to start a fitness program while they&#8217;re with me. But that joy, that love of what you&#8217;re doing, you know, if it&#8217;s not there, it&#8217;s very hard to perform on your.</p>\n\n\n\n<p>Cory Miller (00:35:43) &#8211; Yeah. And you&#8217;ve been such a good coach and you walk that talk. Kelly was telling me before we started the recording that she just ran a mile and swam, and I was like, Gosh, you overachiever. But it&#8217;s such a good inspiration for me for sure, because that other aspect of just life and business and everything is just being physically healthy. And you are a great encourager and you walk your talk.</p>\n\n\n\n<p>Kelly Gallagher (00:36:07) &#8211; I try. I try. I try. I mean, no one&#8217;s perfect. But yeah, I definitely try. And I also find because I work out a lot and I&#8217;m more effective for people because, you know, it brings all that blood flow to the brain.</p>\n\n\n\n<p>Kelly Gallagher (00:36:20) &#8211; So I shared with Cory that sometimes in between clients I&#8217;ll just run up the hill outside my house 4 or 5 times just to sharpen myself for the next person because I can feel it within myself. Then I come in their house and I&#8217;m all happy again and I&#8217;m feeling creative and supercharged and ready to go.</p>\n\n\n\n<p>Cory Miller (00:36:41) &#8211; Oh yeah. You can tell what the energy you have for sure. Well, Kelly, thanks so much for taking the time to talk to us about what you&#8217;re doing. Share a little bit of the experience. I mean, they resonate with me. Everything you&#8217;ve talked about are things that we&#8217;ve worked on in our coaching sessions, and I&#8217;ve been better for it as a person on Earth, as a human, on earth, as a business entrepreneur, leader, all those. But anything else that you want to share that we didn&#8217;t get to talk about?</p>\n\n\n\n<p>Kelly Gallagher (00:37:09) &#8211; No, I mean, what you just said, that&#8217;s what I live for. That&#8217;s my passion is did I, you know, did I help someone? Did they feel better after we, you know, did we move the bar? And I just live for success stories.</p>\n\n\n\n<p>Kelly Gallagher (00:37:23) &#8211; And I find it so much more rewarding than just pure sales. Although I would have argued back then that I was making people&#8217;s lives better because I had a terrific product or whatever, but somehow that what you just said, just seeing personal growth in other people, I just kind of live for that. So thank you.</p>\n\n\n\n<p>Cory Miller (00:37:43) &#8211; Bet. Well, thanks, Keller, for being on. And thanks, everybody, for listening. We&#8217;ll share in the show notes how you can get a hold of Kelly if you&#8217;re interested in talking more with her. She&#8217;s fantastic. Coach, you can&#8217;t. I&#8217;ve referred you numerous times to people that now I believe are our regular clients with you. And we they&#8217;re defensive minded and we always talk like, yep, I just had my Kelly session, just had my Kelly Sessions, so.</p>\n\n\n\n<p>Kelly Gallagher (00:38:08) &#8211; Well, thank you for doing that. Yes. I don&#8217;t really advertise. I haven&#8217;t ever. I only did maybe in the first year. But I think that&#8217;s the other thing. Good coaches just kind of get referrals and.</p>\n\n\n\n<p>Kelly Gallagher (00:38:21) &#8211; That&#8217;s the way it should be.</p>\n\n\n\n<p>Cory Miller (00:38:23) &#8211; You do. All right. Thanks, everybody, for listening to Post Status Draft. It&#8217;s been another episode kind of went out of our league but love to introduce people that have made an indelible difference in my life and to share their wisdom. So we&#8217;ll see everybody next time. Thank you.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";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:97:\"Post Status: WordPress 6.3 RC2 • Synced Patterns • Internationalization • Gutenberg Phase 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://poststatus.com/wordpress-6-3-rc2-synced-patterns-internationalization-gutenberg-phase-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://poststatus.com/wordpress-6-3-rc2-synced-patterns-internationalization-gutenberg-phase-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24701:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (July 25, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">We&#8217;re under two weeks away from WordPress 6.3 release. Have you started testing? Big changes are envisioned for the Media Library, Admin Dashboard, and more. You have an opportunity NOW to share ideas. What considerations do we need to account for? Read the Phase 3 post from Matías and share your feedback in the comments.&hellip; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kadence-dynamic-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"> WP 6.3, Reusable Blocks, Phase 3, i18N</h2><p class=\"kt-blocks-info-box-text\"><br />  <a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-2/\">WordPress 6.3 Release Candidate 2</a><br /><br />3&#x20e3; <a href=\"https://make.wordpress.org/core/tag/phase-3/\">Gutenberg Phase 3</a><br /><br />  <a href=\"https://make.wordpress.org/core/2023/07/24/i18n-performance-analysis/\">I18N Performance Analysis</a><br /><br />  <a href=\"https://wordpress.org/news/2023/07/synced-patterns-the-evolution-of-reusable-blocks/\">Synced Patterns: The Evolution of Reusable Blocks</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/07/synced-patterns-the-evolution-of-reusable-blocks/\">Synced Patterns: The Evolution of Reusable Blocks</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-2/\">WordPress 6.3 Release Candidate 2</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-live-product-demo-highlights-recording/\">WordPress 6.3 Live Product Demo – Highlights &amp; Recording</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-29 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/18/wordpress-6-3-ready-to-be-translated/\">WordPress 6.3 ready to be translated</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-2/\">WordPress 6.3 Release Candidate 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/wordpress-6-3-accessibility-improvements/\">WordPress 6.3 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-1/\">WordPress 6.3 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/wordpress-6-2-release-candidate-phase-2/\">WordPress 6.3 Release Candidate Phase</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/improvements-to-the-metadata-api-in-wordpress-6-3/\">Improvements to the metadata API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/30/6-3-release-parties-schedule-and-hosts/\">6.3 Release Parties Schedule and hosts</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">WordPress 6.3 Field Guide and Dev-Notes</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">WordPress 6.3 Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-block-selectors-api/\">Introducing the Block Selectors API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-wordpress-command-palette-api/\">Introducing the WordPress Command Palette API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/layout-updates-in-the-editor-for-wordpress-6-3/\">Layout updates in the editor for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/social-icons-block-applied-colors-now-dynamically-update-based-on-theme-json-and-global-styles/\">Social Icons block: Applied colors now dynamically update based on theme.json and Global Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/miscellaneous-editor-changes-in-wordpress-6-3/\">Miscellaneous Editor changes in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/bundled-themes-dropping-internet-explorer-scripts-and-styles/\">Bundled themes dropping Internet Explorer scripts and styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/improvements-to-the-cache-api-in-wordpress-6-3/\">Improvements to the Cache API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/\">Configuring development mode in 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/i18n-improvements-in-6-3/\">I18N Improvements in 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/image-performance-enhancements-in-wordpress-6-3/\">Image performance enhancements in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/improvements-to-the-metadata-api-in-wordpress-6-3/\">Improvements to the metadata API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/wp_query-used-internally-in-get_pages/\">WP_Query used internally in get_pages()</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/\">Registering scripts with `async` and `defer` attributes in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/\">New in 6.3: Rollback for failed manual plugin and theme updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/improved-caching-for-database-queries-in-wp_user_query/\">Improved Caching for Database Queries in WP_User_Query</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/miscellaneous-developer-changes-in-wordpress-6-3/\">Miscellaneous developer changes in WordPress 6.3</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-34 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-32 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/07/13/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-july-12-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on July 12, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/13/new-handbook-page-for-wordcamp-organizers-wordcamp-speaker-selection-for-content-and-diversity/\">New handbook page for WordCamp Organizers: WordCamp Speaker Selection (for content AND diversity)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/12/summary-of-the-q2-community-team-role-updates/\">Summary of the Q2 Community Team Role Updates</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/25/a-week-in-core-july-24-2023/\">A Week in Core – July 24, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/26/whats-new-in-gutenberg-16-3-26-july/\">What’s new in Gutenberg 16.3? (26 July)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/24/i18n-performance-analysis/\">I18N Performance Analysis</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3 Ideations</h3>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\" rel=\"noreferrer noopener\">Real-Time Collaboration</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/04/workflows/\" rel=\"noreferrer noopener\">Workflows</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/05/revisions/\" rel=\"noreferrer noopener\">Revisions</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/07/media-library/\" rel=\"noreferrer noopener\">Media Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/10/block-library/\" rel=\"noreferrer noopener\">Block Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\" rel=\"noreferrer noopener\">Admin Design</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/07/beyond-block-styles-part-1-using-the-wordpress-scripts-package-with-themes/\">Beyond block styles, part 1: using the WordPress scripts package with themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/make-your-sites-typography-make-a-statement/\">Make your site’s typography make a statement</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/whats-new-for-developers-july-2023/\">What’s new for developers? (July 2023)</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/how-to-modify-theme-json-data-using-server-side-filters/\">How to modify theme.json data using server-side filters</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/26/core-editor-chat-summary-26th-july-2023/\">Core Editor chat summary: 26th July 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/25/dev-chat-agenda-july-26-2023/\">Dev Chat agenda, July 26, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/07/24/online-monthly-docs-team-contributor-day-july-25-2023/\">Online monthly Docs Team Contributor Day July 25, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/07/18/call-for-volunteers-to-help-with-6-3-end-user-documentation/\">Call for volunteers to help with 6.3 end-user documentation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/24/documentation-team-update-july-24-2023/\">Documentation Team Update – July 24, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/07/26/hosting-team-meeting-agenda-2023-07-26/\">Hosting Team meeting agenda 2023-07-26</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/07/26/wordpress-hosting-survey/\">WordPress Hosting Survey</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/07/20/matrix-chat-summary-july-20-2023/\">Matrix chat Summary – July 20, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/15/triaging-open-issues-on-trac-for-make-teams/\">Triaging open issues on Trac for Make Teams</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/07/26/mobile-team-update-july-25th/\">Mobile Team Update – July 25th</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/25/community-meeting-recap-2023-07-25/\">Community Meeting Recap (2023-07-25)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/24/last-week-openverse-2023-07-17-2023-07-24/\">A week in Openverse: 2023-07-17 – 2023-07-24</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/25/performance-chat-summary-25-july-2023/\">Performance Chat Summary: 25 July 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/07/24/tackling-team-challenges-together/\">Tackling team challenges together</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/06/29/plugin-review-team-update-the-next-phase-begins/\">Plugin Review Team Update: The next phase begins</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/24/plugin-review-team-24-jul-2023/\">Plugin Review Team: 24 Jul 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/26/agenda-weekly-polyglots-chat-july-26-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – July 26, 2023 (07:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/18/wordpress-6-3-ready-to-be-translated/\">WordPress 6.3 ready to be translated</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/07/13/proposal-for-establishing-a-make-diversity-equity-inclusion-and-belonging-deib-team-within-the-wordpress-community/\">Proposal for Establishing a Make Diversity, Equity, Inclusion, and Belonging (“DEIB”) Team within the WordPress Community</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/07/wp-contributor-mentorship-program-support-team-onboarding-meeting/\">WP Contributor Mentorship Program: Support Team Onboarding Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/07/agenda-for-july-27th-support-meeting-2/\">Agenda for July 27th Support Meeting</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/07/27/sustainability-chat-agenda-july-28-2023/\">Sustainability Chat Agenda, July 28, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/24/test-team-update-24-july-2023/\">Test Team Update: 24 July 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/07/26/themes-team-meeting-notes-july-25-2023/\">Themes Team Meeting Notes – July 25, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/25/themes-team-update-july-25-2023/\">Themes team update July 25, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/07/26/training-team-meeting-recap-25th-july-2023/\">Training Team Meeting Recap – 25th July 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/25/call-for-volunteers-to-help-with-6-3-learn-wordpress-updates/\">Call for Volunteers to help with 6.3 Learn WordPress updates</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/improving-website-performance-with-caching/\">Improving website performance with caching</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/installing-node-js-and-npm-for-local-wordpress-development/\">Installing Node.js and npm for local WordPress development</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=apac-exploring-some-of-the-new-6-3-wordpress-features\">APAC: Exploring some of the new 6.3 WordPress features</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=exploring-some-of-the-new-6-3-wordpress-features\">Exploring some of the new 6.3 WordPress features</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=onboarding-to-test-team\">Onboarding to Test Team</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=testing-wordpress-6-3-developer-edition\">Testing WordPress 6.3 – Developer edition</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-validate-content-feedback-for-the-wordpress-training-team-3\">How to validate content feedback for the WordPress Training Team</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-validate-content-feedback-for-the-wordpress-training-team-2\">How to validate content feedback for the WordPress Training Team</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=mentorship-program-introduction-to-the-wordpress-open-source-project\">Mentorship Program: Introduction to the WordPress Open Source Project</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=what-is-the-domain-name-system-4\">What is the Domain Name System?</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=what-is-the-domain-name-system-3\">What is the Domain Name System?</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\">Introduction to developing with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/tv\">WordPress TV</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/tv/2023/06/15/enhancing-slide-management-for-video-publications/\">Enhancing Slide Management for Video Publications</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordCamp Central</h2>\n\n\n\n<ul>\n<li><a href=\"https://central.wordcamp.org/news/2023/07/wordcamp-malaysia-2023-is-looking-for-speakers-and-sponsors/\">WordCamp Malaysia 2023 is Looking for Speakers and Sponsors</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/07/wordcamp-masaka-2023-celebrating-inclusion-diversity-and-innovation-with-wordpress-in-ugandas-pearl-of-africa/\">WordCamp Masaka 2023: Celebrating Inclusion, Diversity, and Innovation with WordPress in Uganda’s Pearl of Africa!</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-1\">PHP 8.3.0 Alpha 3 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-07-06-2\">PHP 8.2.8 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-3\">PHP 8.1.21 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.0\">PHPMailer 6.8.0</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"http://github.com/composer/composer/releases/tag/2.5.8\">Composer 2.5.8</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:72:\"Post Status: The WP Agency Journey with J.J. Toothman of Lone Rock Point\";s:7:\"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:82:\"https://poststatus.com/the-wp-agency-journey-with-j-j-toothman-of-lone-rock-point/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://poststatus.com/the-wp-agency-journey-with-j-j-toothman-of-lone-rock-point/\";s: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:47031:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> interviews <a href=\"https://twitter.com/jjtoothman\">J.J. Toothman</a>, owner of <a href=\"https://lonerockpoint.com/\">Lone Rock Point</a>, a WordPress agency based in Sudbury, Massachusetts. J.J. shares his agency journey, discussing the growth of his agency and its remote-first approach.</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><strong>Episode Highlights:</strong></p>\n\n\n\n<ul type=\"video\" class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<li><strong>The Growth of Lone Rock Point</strong> [00:00:32] JJ discusses the growth of his agency, Lone Rock Point, from 4-5 people in spring 2020 to 16 people now.</li>\n\n\n\n<li><strong>Remote-first Approach</strong> [00:02:29] JJ talks about adopting a remote-first organizational structure from the beginning and how they didn&#8217;t miss a beat when the pandemic hit in 2020.</li>\n\n\n\n<li><strong>Focus on Public Sector and NASA</strong> [00:04:02] JJ explains his background in government contracting and how his agency focuses on working with the public sector, particularly in the federal level, including clients like NASA.</li>\n\n\n\n<li><strong>The federal government ecosystem</strong> [00:11:29] Discussion on the ecosystem and governance of federal government agencies, including guidance and policies.</li>\n\n\n\n<li><strong>Starting Lone Rock Point</strong> [00:13:39] JJ&#8217;s decision to start his own agency after exploring side hustles and feeling the desire to be more entrepreneurial.</li>\n\n\n\n<li><strong>Niching down to WordPress</strong> [00:18:25] The growth and success of Lone Rock Point after focusing on WordPress as their main service offering.</li>\n\n\n\n<li><strong>Topic 1: Using WordPress as a Content Management System</strong> [00:22:17] Discussion on using WordPress as a content management system and adapting WooCommerce for check payments.</li>\n\n\n\n<li><strong>Topic 2: WordPress and the Public Sector</strong> [00:22:58] Exploration of using WordPress in the public sector, particularly in government agencies like NASA, for managing and publishing content.</li>\n\n\n\n<li><strong>Topic 3: Web Modernization Project with NASA</strong> [00:28:26] Overview of a web modernization project with NASA, including evaluating different CMS options and deciding to invest in WordPress.</li>\n\n\n\n<li><strong>The SEO and Accessibility Tools in WordPress </strong>[00:32:35] Discusses the real-time analysis tools in WordPress for SEO and accessibility, such as Yoast, and how they differentiate it from other CMS platforms.</li>\n\n\n\n<li><strong>The Resources and Knowledge Sharing in the WordPress Community </strong>[00:34:57] Explains the abundance of resources, knowledge sharing, and community support available in the WordPress ecosystem compared to other CMS platforms.</li>\n\n\n\n<li><strong>The Importance of Open Source and User Experience in WordPress</strong> [00:37:11] Highlights the significance of open source adoption in the public sector and how WordPress&#8217;s user experience and inclusivity differentiate it from commercial solutions.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/a2-hosting\">A2 Hosting</a></h3>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-8-background-color has-background is-layout-flex wp-container-37 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n\n\n<p>A2Hosting offers solutions for WordPress and WooCommerce that are both blazing fast and ultra-reliable. WordPress can be easily deployed on ANY web hosting plan from A2: Shared, VPS, or Dedicated. A2 also offers Managed WordPress and WooCommerce Hosting. Take a look at a2hosting.com today!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"752\" height=\"470\" src=\"https://poststatus.com/wp-content/uploads/2022/08/imageedit_1_6433774706-752x470.png\" alt=\"A2 Hosting\" class=\"wp-image-104073\" />A2 Hosting\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\">  Mentioned in the show<strong>:</strong></h3>\n\n\n\n<ul>\n<li><a href=\"https://lonerockpoint.com/\">Lone Rock Point</a></li>\n\n\n\n<li><a href=\"https://wordpress.com/\">WordPress&nbsp;</a></li>\n\n\n\n<li><a href=\"https://www.nasa.gov/\">NASA</a></li>\n\n\n\n<li><a href=\"https://automattic.com/\">Automattic</a></li>\n\n\n\n<li><a href=\"https://wpvip.com/\">WordPress VIP</a></li>\n\n\n\n<li><a href=\"https://www.fedramp.gov/\">FedRAMP</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://wpvip.com/partners/\">WordPress Agency Partnership Program</a></li>\n\n\n\n<li><a href=\"https://www.rtx.com/\">Raytheon</a></li>\n\n\n\n<li><a href=\"https://www.nasa.gov/ames\">Nasa Ames Research Center</a></li>\n\n\n\n<li><a href=\"https://www.recodingamerica.us/\">&#8220;Recoding America&#8221;</a> by <a href=\"https://twitter.com/pahlkadot?lang=bn\">Jennifer Palka</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://woocommerce.com/\">WooCommerce</a></li>\n\n\n\n<li><a href=\"https://en.wikipedia.org/wiki/Main_Page\">Wikis</a></li>\n\n\n\n<li><a href=\"https://www.eventbrite.com/\">Ticketfly</a></li>\n\n\n\n<li><a href=\"https://digital.gov/resources/21st-century-integrated-digital-experience-act/\">Integrated Digital Experience Act</a></li>\n\n\n\n<li><a href=\"https://www.drupal.org/\">Drupal</a></li>\n\n\n\n<li><a href=\"https://business.adobe.com/products/experience-manager/sites/aem-sites.html\">Adobe Experience Manager</a></li>\n\n\n\n<li><a href=\"https://wagtail.org/\">Wagtail</a></li>\n\n\n\n<li><a href=\"https://www.contentful.com/\">Contentful</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a></li>\n\n\n\n<li><a href=\"https://atomicdesign.bradfrost.com/chapter-2/\">Atomic Design System</a></li>\n\n\n\n<li><a href=\"https://yoast.com/\">Yoast</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/\">WordPress plugins</a></li>\n\n\n\n<li><a href=\"https://stackoverflow.com/\">Stack Overflow</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\">  You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/jjtoothman\">JJ Toothman</a> (Owner, <a href=\"https://lonerockpoint.com/\">Lone Rock Point</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis.  <br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>.  </p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Cory Miller (00:00:02) &#8211; Hey everybody. Welcome back to Post Status Draft. Got another great interview in our agency Journey series and I&#8217;m talking with JJ Toothman, a member of Post Status and JJ, Hey, thanks for coming on post this draft and talking about your agency journey story.</p>\n\n\n\n<p>J.J. Toothman (00:00:18) &#8211; Hey, thanks for having me. Cory. It&#8217;s great to be here. Um, really appreciate everything you do for post status and for the community. So I&#8217;m happy to be, um, you know, a member of both. So.</p>\n\n\n\n<p>Cory Miller (00:00:32) &#8211; Awesome. Well, we&#8217;ve gotten to get to know each other over the last, like, I&#8217;d say, what, eight months and hear about some of the work that your agency does. It&#8217;s super, super exciting. But can you tell me about the agency where it is now? Team clients kind of work. You kind of do.</p>\n\n\n\n<p>J.J. Toothman (00:00:50) &#8211; There&#8217;s my dog and wife.</p>\n\n\n\n<p>Cory Miller (00:00:54) &#8211; Great introduction.</p>\n\n\n\n<p>J.J. Toothman (00:00:55) &#8211; Yeah. Um, so the. So my company is Lone Rock Point and I am located outside of Boston, Massachusetts, in a town called Sudbury.</p>\n\n\n\n<p>J.J. Toothman (00:01:09) &#8211; Um, if you know the Revolutionary War history, you remember the Battle of Lexington and Concord and Sudbury borders. Concord. I live about five miles from where Paul Revere was captured at the end of his famous ride to tell everybody the British were coming. Oh, wow. Lone Rock Point. We have grown it to 16 people. You know, 12 of those people are full time. And there&#8217;s a handful of of, of part timers. Um, the were distributed all over the place. Uh, I&#8217;ve got, you know, some of us are in California, Texas. Uh, Michigan. There&#8217;s a few people in around Grand Rapids. There&#8217;s people in Florida, a few people around Asheville, North Carolina. And we definitely, you know, adopted a remote first, you know, virtual kind of organization, organizational structure from the very beginning. You know, when when the pandemic happened in 2020, we didn&#8217;t miss a beat. You know, our the people that we were working with, you know, just it just continued.</p>\n\n\n\n<p>J.J. Toothman (00:02:29) &#8211; It&#8217;s weird to look back on that time and think about the, you know, ways that we were able to grow during that time in a period where so many small businesses were were, you know, struggling. But, you know, look back on that time and think about like we, you know, we were, you know, going remote, being virtual. That wasn&#8217;t a problem for us. We were ready to do that for the very beginning. And the people we were worked with, like just we just kept working on it, kept asking for more from us. It was actually a period of growth for us. We probably went from, you know, at the beginning of. You know, spring 2020, we were around four people and 4 or 5, and now we&#8217;re 16. We became a WordPress agency approximately 15, 16 months ago. Um, and we joined WordPress is kind of a continuation of our work with the public sector when I started my company in 2016. Um, you know that we can talk about the genesis of that, but it was, you know, I was had come from a federal government contracting world and I&#8217;ve been working for big companies like Raytheon, um, Perot Systems, Dell and, you know, decided that, you know, I wanted to start my own company, you know, had this, you know, the proverbial entrepreneurial itch that most entrepreneurs feel and just kind of wanted to try that out.</p>\n\n\n\n<p>J.J. Toothman (00:04:02) &#8211; So I started to serve this company and wanted to start working. There were two customers that I wanted to work with from the very beginning, and one of those was NASA, which is it&#8217;s hard for me to talk about my own journey and the work that we&#8217;re doing without connecting to the long history I have working with with NASA. So I use that relationship and that relationship capital that I&#8217;ve built, you know, from starting working with them back in as early as 2001. Well, one of my first clients and then one of my second clients, big clients was Automattic. Some people over there that had built relationships over the years came to me and said, Hey, you know a lot about, you know, this public sector world, you know, federal government contracting. Can you help us, you know, with kind of get into that vertical and so help them with some some business strategy around that? I helped them with some security compliance, things they needed to be aware of. And then that relation, you know, that work kind of matured a little bit and kind of ran its course a little bit.</p>\n\n\n\n<p>J.J. Toothman (00:05:15) &#8211; And then, you know, as they as WordPress VIP, you know, kind of solidified its it&#8217;s standing and it&#8217;s got themselves into what&#8217;s called the Fedramp marketplace. You know, they came to me and said, Hey, you should, you know, your company, you should we should continue working together. You should join the WordPress Agency partnership program. And that&#8217;s something I did, you know, specifically because of our shared interest in working together on public sector opportunities. And, um, you know, that&#8217;s, that&#8217;s, that&#8217;s, that&#8217;s really what my company is doing right now is, you know, Lone Rock Point. We are, we&#8217;re definitely exploring that intersection of WordPress and public SpaC, public sector, predominantly the federal level of that. You know, there&#8217;s a lot of state and municipal stuff opportunities there as well. Um, but we&#8217;re, you know, the, the kind of the, when you think of like WordPress and public sector, what I want people to come out of that connection with is is Lone Rock point and so that&#8217;s you know that&#8217;s work we&#8217;re doing with and and work we&#8217;re doing with NASA and it&#8217;s going we&#8217;ve been working on some projects from NASA for the past few years.</p>\n\n\n\n<p>J.J. Toothman (00:06:31) &#8211; And it&#8217;s it&#8217;s really rewarding work. It&#8217;s good to feel like you&#8217;re contributing to. You know, we&#8217;re not civil servants, but we&#8217;re definitely kind of contributing to. You know, putting the taxpayer dollars to work, being good stewards of taxpayer money. And we think WordPress has a a role in that.</p>\n\n\n\n<p>Cory Miller (00:06:54) &#8211; Excellent. Well, there&#8217;s a lot here I want to unpack, but it&#8217;s so compelling. Congratulations on your success. Congratulations on what you&#8217;ve done in the public sector to take WordPress there. I love hearing stories like yours and our other members doing good work in our world. And I get to I think I&#8217;ve told you, I get to brag, Hey, I know the people working on these projects, you know, which is pretty fantastic, and taking WordPress to the Enterprise, but Public sector Spaces is really fantastic as WordPress grows. So okay, I want to I want to thank you for telling us kind of what Lone Lone Rock Point does today. So I heard in there 2016. So I, I had assumed, as we had talked for because of the kind of work you&#8217;re doing, you had been doing this particular agency type work for a long time.</p>\n\n\n\n<p>Cory Miller (00:07:49) &#8211; But wow, that&#8217;s why I say congrats one, Congratulations on your success. But like it&#8217;s pretty fast timeline to be able to get to doing an agency to doing this kind of work, I think. But can you take me back like before 2016, you said you were doing enterprise or. Yeah, public sector government, government contracting work. What were you doing before the agency?</p>\n\n\n\n<p>J.J. Toothman (00:08:10) &#8211; Before. Before I founded my agency. Yeah. Yeah. So I was, I was a software developer, web application developer. I got hired by Raytheon to work on a contract they had with NASA Ames Research Center. And back in 2001, actually, the thing that the opportunity that kind of brought me into that world was that&#8217;s when they first started thinking about like, what do they have to do about website accessibility? So they brought me in there to kind of help, you know, help, you know, mature what they were doing around all that kind of stuff. And it&#8217;s been interesting to see what the what where was thinking about this over the last couple of weeks.</p>\n\n\n\n<p>J.J. Toothman (00:08:57) &#8211; You know, when I first started working at NASA Ames and started talking about website accessibility and looking at all the various websites and web applications that was that were running at Ames Research Center, which is one of the, you know, field centers that&#8217;s part of the the NASA enterprise. Um, there was people were really just they were really resistant to it. They were trying to. They were trying to check the box on it quite a bit. You know, they were just like, What&#8217;s the minimum I have to do to, like, just check the box on this and so I can move on. Like it really the the optics of how important that was and just it just being the generally the right thing to do, forget the whole legal requirements of it all that really just wasn&#8217;t cemented. And here we are, you know, 20 plus years later where, you know, that&#8217;s that&#8217;s kind of like at the core of what is happening definitely in the public sector, but in the web in general, just like this, this strong emphasis on making it accessible and available to everybody.</p>\n\n\n\n<p>J.J. Toothman (00:10:00) &#8211; You know, I saw how that started, you know, 20 years ago. And it&#8217;s it was not the same temperature, both from various from developers, designers, project managers, you know, that whole thing is shifted in very positive ways over the last couple of decades. So I was a software developer there working on various, um, you know, web applications, internal business process type applications, looking at accessibility improvements. Um, and then just kind of grew things over the years, you know, you know, started, you know, started rising the ranks a little bit, like getting opportunities to understand how government projects actually work, how it works, which is a pretty thing. I started participating in proposals that big companies like Dell were doing and responding to government RFPs, which are massive undertakings unto themselves, um, understanding compliance and security regulations that exist in government, in government, and really just kind of understanding how these governments, these government agencies and, you know, as individual as they kind of have their own ecosystems unto themselves, that&#8217;s probably not, you know, unique to all various massive, you know, corporate enterprises.</p>\n\n\n\n<p>J.J. Toothman (00:11:29) &#8211; You know, we talk a little bit about the WordPress ecosystem now, but these these federal government agencies, they all have their own ecosystems around it. And then they&#8217;re also operating in this big federal thing where there&#8217;s kind of like this. Um, Jennifer Palka just wrote this great book called Recoding America, and she calls this term friendly fire. So where there&#8217;s like things where like the Office of Management, the OMB and General Services Administrations and other offices and agencies within the executive branch and other parts of government are putting together governance and policy around it and how the web should work. Um, and it creates all this types of, you know, these, this guidance and guardrails that you have to adhere to. So that becomes like kind of a larger ecosystem unto itself. So, you know, starting to understand how to work within that type of, um, you know, those types of scenarios and guardrails and boundaries and knowing how to interoperate it all just became, you know, something that started gaining more experience with and more exposure to with and, you know, think it&#8217;s been a big, you know, that knowledge is a big part of like why, you know, my company&#8217;s positioned and why we&#8217;ve achieved some success.</p>\n\n\n\n<p>J.J. Toothman (00:12:44) &#8211; You know, working and and gaining some credibility in parts of the public sector and procuring our relationship with with WordPress VIP and, you know, expanding our own opportunities within itself. Yeah, it&#8217;s exciting. It&#8217;s challenging. Exhausting at times, but it&#8217;s also exciting and rewarding.</p>\n\n\n\n<p>Cory Miller (00:13:04) &#8211; Yeah. Yeah. I can&#8217;t imagine. So just just for clarity. So you&#8217;re working full time at Raytheon or were you contract as a software?</p>\n\n\n\n<p>J.J. Toothman (00:13:12) &#8211; So a contract means you&#8217;re you&#8217;re you&#8217;re like you&#8217;re kind of embedded, so you&#8217;re a full time employee and you&#8217;re your government contractor working on a contract that, you know, a company like Raytheon or Dell or Booz Allen or Lockheed Martin has with the federal government to deliver services abilities that are part of their requirements.</p>\n\n\n\n<p>Cory Miller (00:13:39) &#8211; Okay. Okay. That totally makes sense. So what was that catalytic moment when you&#8217;re like, Hey, I&#8217;m gonna do this for myself, I&#8217;m gonna start my agency?</p>\n\n\n\n<p>J.J. Toothman (00:13:46) &#8211; Yeah.</p>\n\n\n\n<p>Cory Miller (00:13:47) &#8211; So prompted that. Um.</p>\n\n\n\n<p>J.J. Toothman (00:13:50) &#8211; A couple of things. So I left NASA for a while and I went and worked for a company, a music ticketing startup called Ticket Fly.</p>\n\n\n\n<p>J.J. Toothman (00:13:58) &#8211; I helped them, like, basically create a network of websites for small independent music venues, um, and help those music venues talk about, you know, what shows were coming, how to buy tickets, you know, when the on sale dates were and all the other, you know, all that content that is basically all about converting into ticket sales. And so I was with was, you know, with them when they were really small. And, you know, it was definitely the startup world and that was really exciting. It was also a bad time for my life. I just had like my my second child and like my work life balance was it was it was pretty bad. Um, you know, working at a small startup like that. So ended up going back to NASA. Um, you know, and just trying to, like, find my footing a little bit. I also wanted to leave California and move relocate back to the East Coast. And I knew that was, you know, being in a place, a large organization like that would offer some flexibility like that.</p>\n\n\n\n<p>J.J. Toothman (00:15:05) &#8211; Um, but then, you know, I would say around a decade, you know, ten years ago. I started having this, you know, I started having that entrepreneurial itch again. I started thinking about, like, how fun it was to, you know, move fast at ticket fly and wanted that that feeling again. And so I started, you know, I explored a couple of like side hustles, you know, some small little independent web projects. One of them was like a newsletter to help families spend more time outdoors. And they didn&#8217;t really take off. They didn&#8217;t really get get some traction. And what I mean by that, it wasn&#8217;t necessarily traction from a, you know, where we&#8217;re making revenue or gaining customers. We were just like just the balance of of, you know, trying to do do that type of initiative while, you know, having a full time job and also like, you know, having a growing family and all that kind of stuff. And then in but was it was clear that.</p>\n\n\n\n<p>J.J. Toothman (00:16:06) &#8211; You know, I was exploring something. And, you know, again, that desire to to like be in more, you know, control of of of my destiny, so to speak, and be entrepreneurial is something I just couldn&#8217;t I couldn&#8217;t get rid of completely. And it wasn&#8217;t happening within big companies like Dell in the way that I wanted to know. I really wanted to be, you know, in control of a lot of decisions that wasn&#8217;t in control of, um, and, you know, that&#8217;s why people start their own things and, you know, be founders of companies. And, you know, I had dinner with a friend of mine who was also in the government contracting space. He&#8217;s like, you know, you&#8217;ve been thinking about. And he told me he&#8217;s like, You&#8217;ve been thinking about all these little product ideas, these digital product ideas, like, you know, just just start a services business, you know, like and that will satisfy your need or the desire. You have to be entrepreneurial and, you know, like, you know, look at balance sheets and think about marketing and, you know, attracting talent and retaining talent and stuff like that.</p>\n\n\n\n<p>J.J. Toothman (00:17:12) &#8211; And he was right. He was like, You know what? That&#8217;s a really good idea. And within 120 days, I&#8217;d like set the wheels in motion to, you know, start Lone Rock Point. Um, and, you know, we, we went from there. So it started in the fall of I started the company in the fall of 2016. It was just me for, you know, a year. And then it was like me and a virtual assistant for like another year. And I, you know, I started under this like this umbrella of like, digital transformation consulting. At the time, I was doing a lot of work with the public sector around cloud transformations. So people were were operating applications and on premise data centers and starting to make that migration into things like Amazon Web Services. And so working out a lot of change management type type projects associated with that. And it all kind of just fit under this like big umbrella of digital and cloud transformation, which, to be totally honest with you, is, is is too vague and too broad and borderline meaningless.</p>\n\n\n\n<p>J.J. Toothman (00:18:25) &#8211; You know, if you ask ten different people what digital transformation is, you&#8217;re probably going to get ten different definitions of it. Yeah. And so it&#8217;s really hard to like, you know, grow a services business out that way is really just like me being a consultant at that point. Um, and it wasn&#8217;t until like started niching down into, you know what, like let&#8217;s just do this WordPress thing, you know, was I was delivering, um, you know, whitepapers and providing analysis of like how what people should do with like their, their inventory of web applications and advising them on what is and what platforms they should be using. And a lot of times ended up started like you know, making recommendations around WordPress oriented applications, sometimes just building WordPress sites, sometimes using WordPress as an application framework. Um, in over the, in the time I&#8217;ve been with NASA. I&#8217;ve used WordPress with them and a lot of different ways. We&#8217;ve done it in a WordPress network multi-site kind of way for allowing smaller NASA missions and programs and projects to, you know, have their own websites where they all communicate what they&#8217;re up to and what their findings are and share what they learned with, you know, with, with interested stakeholders and visitors to their sites.</p>\n\n\n\n<p>J.J. Toothman (00:19:55) &#8211; Um, there, there&#8217;s been some internal things where needed to like communicate various services as it had to various corners of the agency. So we did like a WooCommerce thing where people can go to a web application, a website and just pick what, what services they want. Like I need, I need some Amazon cloud storage or processing or, you know, EC2 units. And they could apply, they could add all those things to a cart and then say, check out and, you know, check, you know, do a checkout with that and just start getting services provided to them that way. So um, and then, you know, over time it just became clear that like, this is, I keep recommending this, like there&#8217;s growth opportunity for me here and then, you know, niching down to being like, we&#8217;re going to be a WordPress, a more traditional WordPress agency is really when, you know, the growth started happening and the opportunity started becoming a little bit. And it isn&#8217;t just like strategic consulting, it became the execution part of it as well.</p>\n\n\n\n<p>J.J. Toothman (00:21:00) &#8211; And the tactics part of it too, and the tactics and execution. We&#8217;re all oriented for the most of the time.</p>\n\n\n\n<p>Cory Miller (00:21:06) &#8211; Yeah, I&#8217;d love to hear these stories because you got, you know, a big career in enterprise and public sector, you know, with your Raytheon and NASA days and then entrepreneurial hit. Okay, want to do this and then seeing you know when you say NASA and WordPress, it just seems like those things should always go together, you know, and that&#8217;s what really compelling to me is seeing WordPress more on the public sector enterprise. And now there&#8217;s really big institutions in in the US federal government anyway, probably around the world too, but that are starting to use WordPress more and more and leverage it and see that opportunity. Um, so I love kind of how those intersection of things happen. So that lone rock point would kind of exist and grow and then you hit your I was going to ask the question when the WordPress come into play, but you pretty much answered it. So like your 2 or 3 or so, it seems like, hey, we&#8217;re going to drill down.</p>\n\n\n\n<p>Cory Miller (00:22:04) &#8211; And then when you mention WooCommerce that like that use case for an internal tool within a big organization like that to procure and get resources and things, that&#8217;s so compelling. You know, most of my.</p>\n\n\n\n<p>J.J. Toothman (00:22:17) &#8211; Career that like, people just wanted that checkout expert, They wanted that. They wanted that experience of like, I want X, Y and Z, I want to add it to the cart and I want to tell you that I want it. And we just, you know, WooCommerce has that option to, you know, just do check payments, right? Which removes the credit card processing out of it. And so we kind of adapted that to, all right, we&#8217;re going to send this order to somebody who can fulfill that order via this WooCommerce WordPress system. Um, and, you know, it&#8217;s, it&#8217;s, it&#8217;s, you know, it&#8217;s using the WordPress ecosystem at its best, like using it almost kind of as Legos and want this part of it. I want that part of it. I want to, I want to glue them together in this way.</p>\n\n\n\n<p>J.J. Toothman (00:22:58) &#8211; And it&#8217;s, you know, kind of a no code kind of way around WordPress to solve some, you know, some very simple, narrow use cases. But, you know, my, my journey with WordPress, you know, starts way back in 2007 at my first stint with at Ames Research Center. Um, you know, I was working with all these various scientists and researchers and they just like need a place to like publish my, my research findings and publish my data and, and they, they all one, they all had the same, um. You know, requirements and needs. At the highest level, it&#8217;s like I just need a place to put it. And I want to I want to be able to manage it myself in a way. And I don&#8217;t know. I don&#8217;t know how to don&#8217;t know how to code. I don&#8217;t know. I don&#8217;t have anybody on my team who knows HTML. And so that, you know, that basically introduced the concept of like content management systems into all this back in 2007.</p>\n\n\n\n<p>J.J. Toothman (00:24:03) &#8211; And, you know, we were looking at things like wikis at the time and, and then discovered WordPress and around that and just the user experience of someone just, you know, managing their content with that type of, you know, WordPress, CMS, this is like version 2.0 of WordPress, you know, back when they added pages in addition to posts was the real thing. That&#8217;s like, oh, this is what this satisfies what everyone&#8217;s looking for. They want an easy place just to log into. And you know, they all some of them wanted to start blogging. Some of them wanted to start blogging without knowing that they wanted to start blogging. They just want to share what they know and tell their stories. Um, and then back in 2007, I created this is also the Web 2.0 era where, you know, your blogging was, was kind of heavy in the lexicon back then. And I was I did one of NASA&#8217;s first official public blogs on WordPress and, and kind of grew with WordPress, you know, from there that led to the ticket fly work.</p>\n\n\n\n<p>J.J. Toothman (00:25:13) &#8211; And so WordPress was kind of always in my DNA, even when wasn&#8217;t, you know, it wasn&#8217;t like a defined part of what I was, you know, of my, my role description. But my role was in some cases to be strategic and provide advice and provide some roadmaps. And, you know, how do we do things? Give us some give us some guidance here. And a lot of times just said like, well, you don&#8217;t have to create a custom bespoke application for this. Just use a content management system like WordPress, you know, teach your users how to how to how to manage using WordPress themselves. And and you go from there. So and the WordPress ecosystem is what makes all that happen mean there&#8217;s all these different, you know, there&#8217;s all these different plugins and themes and you just kind of integrate it all together, um, you know, in a unique way. And you have a great solution architecture, depending on how you put it together.</p>\n\n\n\n<p>Cory Miller (00:26:08) &#8211; What you&#8217;re talking kind of way back.</p>\n\n\n\n<p>Cory Miller (00:26:11) &#8211; But you know, remember a lot of the solutions that we have now didn&#8217;t exist. So, you know, big organizations were having to do like the the internal resourcing that you&#8217;re talking about. They&#8217;d have to custom code those things or build them because they didn&#8217;t exist off the shelf. Then you fast forward and you go, you could take WooCommerce save. I can&#8217;t even imagine how much time to kind of do git to feature like, you know, par with that and then take that open source solution and then utilize it and just customize with a with a great agency like you all to figure out what their exact needs are. So it&#8217;s it&#8217;s great to see how everything has fast forward to. Well, we touched on this. I know we&#8217;re going to have more conversations down the road. And and I want to talk more about the public sector and enterprise. And I know we&#8217;re talking and we&#8217;re going to have some great conversations in the next couple of months about this, because I know you&#8217;re passionate about it, about the public sector and bringing WordPress to the public sector, but we&#8217;ll save that for another time.</p>\n\n\n\n<p>Cory Miller (00:27:07) &#8211; I don&#8217;t want to spoil too much of that, but I appreciate so much the journey and what you&#8217;re doing. So thank you for telling us that. That&#8217;s, that&#8217;s that&#8217;s incredible. Um, okay. What are you excited about today? What are you excited about today and the future going forward and what you&#8217;re doing with the agency and your team and the work you&#8217;re doing?</p>\n\n\n\n<p>J.J. Toothman (00:27:27) &#8211; Yeah. So a few years ago, the government, Pervez passed a Congress passed an act called the Integrated Digital Experience Act. And within that act is basically it tells all these federal agencies how to modernize their website. So, you know. Obvious things like improve accessibility. They have to be accessible. They have to work on mobile. They. They. You have to have like good search. They should. People should be able to find content there. They also need to be based on user research and user needs. So they&#8217;re all logical things within. You know, public sector and it&#8217;s all so I&#8217;m really excited about that. Be something that initiates or triggers a lot of the work that I&#8217;ve been doing for the last couple of years.</p>\n\n\n\n<p>J.J. Toothman (00:28:26) &#8211; And so for the last few years I&#8217;ve been working on a web modernization project with NASA. It exists for a couple of reasons. It exists. One, because of that idea act. It also exists because NASA has a couple of thousand websites and they don&#8217;t want there to be a couple of thousand websites. They want all that information in one website. So we&#8217;ve been doing a lot of work with them. You know, that started back in kind of mid 2000, late 2000, and it started with, hey, what should be using for its main, you know, web source, major web properties. And so I spent a year taking a look at the landscape of you know, of all the available CMS&#8217;s that are out there, you know, Drupal source site, Adobe Experience manager and then some new newer ones like Wagtail. And then there&#8217;s even we even took a look at, you know, some of the software as a service type solutions like Contentful and just trying to understand the pros and cons of Elda.</p>\n\n\n\n<p>J.J. Toothman (00:29:38) &#8211; And so we spent a year taking a look at the CMS landscape and acquiring data for it, acquiring evidence of it. And while in my heart, you know, being a WordPress guy, I knew like, you know, WordPress makes a lot of sense here. You know, we it&#8217;s still there was a lot of benefit for me to kind of like take a look at like what, you know, all the driving factors for making a decision like that were, um, and you know at the end of it WordPress like was the, the solution, the CMS that NASA wanted to invest in for the future. And that&#8217;s what we&#8217;ve been working on for the last couple of years. So for the last couple of years we&#8217;ve been working on a couple of big. Uh, NASA WordPress projects. And a lot of, you know, I talked a lot about how I&#8217;ve been using WordPress and a no code kind of way. This is not a no code kind of way. There was a lot of Gutenberg custom development here.</p>\n\n\n\n<p>J.J. Toothman (00:30:34) &#8211; It&#8217;s the, it&#8217;s, it&#8217;s the project that has everything like, you know, an emphasis on SEO, an emphasis on accessibility. There&#8217;s a new atomic design system that was created for this. And so the seeing the marriage of an atomic design system and Gutenberg, you know, come to bring all that stuff to life has been really, really exciting. And I&#8217;m excited to like for, for, you know, people, you know, interested in what NASA is up to and people interested in WordPress to see the fruits of all this labor that we&#8217;ve been working on for the last couple of years and it&#8217;s all coming in the next few months. And yeah, so I&#8217;m really excited to share that with you and share that with other people in the community.</p>\n\n\n\n<p>Cory Miller (00:31:19) &#8211; Yeah, that&#8217;s excellent. So I want to take just a minute in sidebar because you did this whole year, you know, one of seeing what&#8217;s out there, seeing what the options are. And I love that you&#8217;ve done some deep, deep research for big organizations trying to make a big, important decision on it.</p>\n\n\n\n<p>Cory Miller (00:31:36) &#8211; Um, I&#8217;m just curious what we&#8217;re couple takeaways. As you just surveyed the landscape. You know, we love WordPress. We understand, you know, we, we support WordPress, but, but we know that there&#8217;s a lot of stuff out there. Um, but I&#8217;m curious, what, what did the landscape look like? Where were some of the things you saw when you looked at the other platforms you mentioned like Wagtail? I hadn&#8217;t heard that one before. I&#8217;ve heard of Contentful for instance, and of course Drupal. But what, what were a couple of the takeaways on that year of investigation out there?</p>\n\n\n\n<p>J.J. Toothman (00:32:08) &#8211; So the I, I would say that there are two major, maybe three major differentiators that separated WordPress from the rest from the rest of the pack. If you will. Um, you know, there&#8217;s a lot of great content management systems out there. You know, they all do the same thing or try to do people the same. They try to make it easy for people to publish information onto the web and make it easy for others to consume it.</p>\n\n\n\n<p>J.J. Toothman (00:32:35) &#8211; But the differentiators from WordPress versus the other CMS that we were looking at were number one. A lot of again, it had a lot of it had to do with the ecosystem. WordPress was the only CMS that had real time analysis tools around SEO. So and accessibility to kind of try to improve those situations before the point of publishing. So Yoast is the obvious example. So Yoast, you know, we&#8217;ve all been exposed to Yoast. Yoast allows you to allows the content creator user to be authoring and editing content and getting some real time analysis about how friendly or compatible, whatever the term you want to use it is before the point of publish. There&#8217;s accessibility tools out there that do the same things that are kind of integrated within the WordPress Admin WordPress dashboard that allow that content creator user to like, you know, when it&#8217;s in draft format to analyze. Do I have accessibly accessible content that I&#8217;m about to publish in here and make live other CMS didn&#8217;t have that baked in. You know, there&#8217;s WordPress plugins that do these things.</p>\n\n\n\n<p>J.J. Toothman (00:33:51) &#8211; Um, we could even, we even have the ability to prevent publishing until certain excessively thresholds and SEO optimization thresholds are met. That was really, really attractive. All the most of the majority of the other solutions are you publish it first it&#8217;s live and then you can go back and check it and then you kind of have to retrofit it. I&#8217;ve been working in enterprises enough to know that that doesn&#8217;t happen once it&#8217;s published, Once it&#8217;s out there, people are generally going to move on. They&#8217;re not going to do the analysis of like, All right, how do I go back and improve this thing? So you really got to you really got to catch those things early and often. Um, you know, up front in the, in the content publishing lifecycle. So that was one of the big differentiators was that and that again, that&#8217;s all a product of the WordPress ecosystem and the innovation that comes out of that ecosystem. The other one was just kind of like the resources around this. So we all, you know, you can take for a grain of salt like, you know, the the whole thing about, you know, WordPress powers, 40% of the web, you know, that kind of stuff.</p>\n\n\n\n<p>J.J. Toothman (00:34:57) &#8211; But there is some byproduct of that. And that is there&#8217;s a lot of people using it. There&#8217;s a lot of people building it. There&#8217;s a lot of people developing on it. There&#8217;s a lot of people extending on. There&#8217;s a lot of knowledge being shared around that. One of the things I did was I went in the stack overflow and compared WordPress with other CMS&#8217;s and just being like, How many conversations are happening around this thing, you know, that we&#8217;re looking at? And it was, you know, what you expected, the ability for, you know, to be able to. Try to solve a problem by getting by by, you know, interfacing or sponging up knowledge that was already contributed back in some way, you know, via via StackOverflow or, you know, other places on the Web, other groups, Slack channels, etcetera, that exists in WordPress in a way that it doesn&#8217;t exist in these other, you know, CMS products. You know, the if you want to if you want to get developer knowledge around Adobe Experience Manager, you for for the most part there are some Adobe experience manager specialists out there, but for the most part you got to go to Adobe for it.</p>\n\n\n\n<p>J.J. Toothman (00:36:02) &#8211; Um. Uh, you know, same thing with sorts. There&#8217;s not there&#8217;s not a huge community of sort site developers out there. So for a place like NASA, you know, resource acquisition becomes a problem. Like, where are they going to find talent for that? Yeah. And you know, again, WordPress, you know, kind of is head and shoulders above the rest in that area. Um, and then, you know, this whole concept of WordPress is for everyone to like that. That rang true in all this research too. Like it&#8217;s more than just developer community. There&#8217;s user communities out there that are also sharing their knowledge here. Um, you know, there&#8217;s all these kinds of like, there&#8217;s, there&#8217;s solutions for learning WordPress that are provided by the communities and multiple companies with the community that add a lot of value within the equals. So it&#8217;s not just like the software ecosystem, but it&#8217;s like, you know, the kind of service ecosystem to that exist within WordPress. Um, and then honestly, like, you know, portability matters to, um, you know, there&#8217;s, for the most part, like I really just wanted public sector to adopt open source.</p>\n\n\n\n<p>J.J. Toothman (00:37:11) &#8211; You know, that&#8217;s the first decision I want, I want them to do is just, just, you know, make an open source decision. And then you&#8217;ve done that. You know, you&#8217;re in a good you&#8217;re in a better place than picking a commercial, you know, bespoke solution. You know, And then, you know, once you get past that hurdle now, you know, the obvious open source can cannot exist. And you know, the user experience of WordPress and that whole concept of WordPress being for everyone and being considering everyone, depending on who you are, really rings true and is a differentiator as well.</p>\n\n\n\n<p>Cory Miller (00:37:50) &#8211; Well, that&#8217;s excellent. And that rings true. You know, I&#8217;m curious because as I talked to more enterprise agencies, all of you out there in the world interfacing with clients, with their needs, what they actually are trying to get done. That&#8217;s really, really great to hear and it&#8217;s reflective of the community. I think sometimes they&#8217;ve been in the community like you as long as we have.</p>\n\n\n\n<p>Cory Miller (00:38:10) &#8211; I take some of those things for granted. So I think that&#8217;s that&#8217;s excellent. Well, JJ, thanks so much for the time today. I know you just got back from a big trip and you&#8217;ve got work to pile out, but I appreciate you coming on the podcast and sharing your agency journey, and I look forward to our next conversation, sharing the good work you&#8217;re doing with WordPress in our world. That too.</p>\n\n\n\n<p>J.J. Toothman (00:38:31) &#8211; Corey Thanks for having me.</p>\n\n\n\n<p>Cory Miller (00:38:34) &#8211; All right. Thanks, everybody, for being here today. And we&#8217;ll talk to you. We&#8217;ll see. We&#8217;ll talk to you. We&#8217;ll hear from you. They&#8217;ll listen to us soon.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";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:68:\"Post Status: WordPress 6.3 RC1 • Field Guide • Gutenberg Phase 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://poststatus.com/wordpress-6-3-rc1-field-guide-gutenberg-phase-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://poststatus.com/wordpress-6-3-rc1-field-guide-gutenberg-phase-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25778:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (July 17, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.3 will arrive on August 8, so there isn&#8217;t much time left for testing compatibility. Whether you are a plugin or theme maintainer or managing clients&#8217; websites, now is the time to test the latest features. Mike Schroder shares their most anticipated feature with auto-rollbacks coming.Collaborative editing is coming to WordPress, but what might&hellip; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kadence-dynamic-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"> WP 6.3, Field Guide, Phase 3</h2><p class=\"kt-blocks-info-box-text\"><br />  <a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-1/\">WordPress 6.3 Release Candidate 1</a><br /><br />  <a href=\"https://wordpress.org/news/2023/07/episode-60-sneak-a-peek-at-wordpress-6-3-with-special-guest-mike-schroder/\">Sneak a Peek at WP</a><a href=\"https://wordpress.org/news/2023/07/episode-60-sneak-a-peek-at-wordpress-6-3-with-special-guest-mike-schroder/\"> 6.3 with Mike Schroder</a><br /><br /> &#x200d;  <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a><br /><br />3&#x20e3; <a href=\"https://make.wordpress.org/core/tag/phase-3/\">Gutenberg Phase 3</a><br /><br />  <a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">WordPress 6.3 Field Guide</a><br />><br /></a><br /><br />><br /></a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-1/\">WordPress 6.3 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/episode-60-sneak-a-peek-at-wordpress-6-3-with-special-guest-mike-schroder/\">WP Briefing: Episode 60: Sneak a Peek at WordPress 6.3 with Special Guest Mike Schroder</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/designed-with-wordpress/\">Designed with WordPress</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-40 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/18/wordpress-6-3-ready-to-be-translated/\">WordPress 6.3 ready to be translated</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/wordpress-6-3-accessibility-improvements/\">WordPress 6.3 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-release-candidate-1/\">WordPress 6.3 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/wordpress-6-2-release-candidate-phase-2/\">WordPress 6.3 Release Candidate Phase</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/improvements-to-the-metadata-api-in-wordpress-6-3/\">Improvements to the metadata API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/30/6-3-release-parties-schedule-and-hosts/\">6.3 Release Parties Schedule and hosts</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">WordPress 6.3 Field Guide and Dev-Notes</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/\">WordPress 6.3 Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-block-selectors-api/\">Introducing the Block Selectors API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/introducing-the-wordpress-command-palette-api/\">Introducing the WordPress Command Palette API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/layout-updates-in-the-editor-for-wordpress-6-3/\">Layout updates in the editor for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/social-icons-block-applied-colors-now-dynamically-update-based-on-theme-json-and-global-styles/\">Social Icons block: Applied colors now dynamically update based on theme.json and Global Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/miscellaneous-editor-changes-in-wordpress-6-3/\">Miscellaneous Editor changes in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/bundled-themes-dropping-internet-explorer-scripts-and-styles/\">Bundled themes dropping Internet Explorer scripts and styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/17/improvements-to-the-cache-api-in-wordpress-6-3/\">Improvements to the Cache API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/\">Configuring development mode in 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/i18n-improvements-in-6-3/\">I18N Improvements in 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/image-performance-enhancements-in-wordpress-6-3/\">Image performance enhancements in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/improvements-to-the-metadata-api-in-wordpress-6-3/\">Improvements to the metadata API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/wp_query-used-internally-in-get_pages/\">WP_Query used internally in get_pages()</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/\">Registering scripts with `async` and `defer` attributes in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/\">New in 6.3: Rollback for failed manual plugin and theme updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/14/improved-caching-for-database-queries-in-wp_user_query/\">Improved Caching for Database Queries in WP_User_Query</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/miscellaneous-developer-changes-in-wordpress-6-3/\">Miscellaneous developer changes in WordPress 6.3</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-45 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-43 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/07/17/accessibility-team-meeting-agenda-july-21-2023/\">Accessibility Team Meeting Agenda: July 21, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/07/13/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-july-12-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on July 12, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/13/new-handbook-page-for-wordcamp-organizers-wordcamp-speaker-selection-for-content-and-diversity/\">New handbook page for WordCamp Organizers: WordCamp Speaker Selection (for content AND diversity)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/12/summary-of-the-q2-community-team-role-updates/\">Summary of the Q2 Community Team Role Updates</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/hallway-hangout-performance-improvements-for-wordpress-6-3/\">Hallway Hangout: Performance Improvements for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/a-week-in-core-july-17-2023/\">A Week in Core – July 17, 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3 Ideations</h3>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\" rel=\"noreferrer noopener\">Real-Time Collaboration</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/04/workflows/\" rel=\"noreferrer noopener\">Workflows</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/05/revisions/\" rel=\"noreferrer noopener\">Revisions</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/07/media-library/\" rel=\"noreferrer noopener\">Media Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/10/block-library/\" rel=\"noreferrer noopener\">Block Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\" rel=\"noreferrer noopener\">Admin Design</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/07/beyond-block-styles-part-1-using-the-wordpress-scripts-package-with-themes/\">Beyond block styles, part 1: using the WordPress scripts package with themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/make-your-sites-typography-make-a-statement/\">Make your site’s typography make a statement</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/whats-new-for-developers-july-2023/\">What’s new for developers? (July 2023)</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/how-to-modify-theme-json-data-using-server-side-filters/\">How to modify theme.json data using server-side filters</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/19/editor-chat-agenda-july-19th-2023/\">Editor Chat Agenda: July 19th, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/dev-chat-agenda-july-19-2023/\">Dev Chat agenda, July 19, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/07/03/design-share-jun-19-jun-30/\">Design Share: Jun 19–Jun&nbsp;30</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/07/18/call-for-volunteers-to-help-with-6-3-end-user-documentation/\">Call for volunteers to help with 6.3 end-user documentation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/07/18/agenda-for-docs-team-bi-weekly-meeting-july-18-2023/\">Agenda for Docs Team bi-weekly meeting July 18, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/17/documentation-team-update-july-17-2023/\">Documentation Team Update – July 17, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/07/11/hosting-team-meeting-agenda-2023-07-12/\">Hosting Team meeting agenda 2023-07-12</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/06/26/notes-global-marketing-team-meeting-20-june-2023/\">Notes: Global Marketing Team meeting, 20 June 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/06/19/notes-global-marketing-team-meeting-13-june-2023/\">Notes: Global Marketing Team meeting, 13 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/15/triaging-open-issues-on-trac-for-make-teams/\">Triaging open issues on Trac for Make Teams</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">New Filter Controls: Discover “Commercial” and “Community” in the Theme and Plugin Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">New curation filter in Pattern Directory</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/07/12/mobile-team-update-july-12th/\">Mobile Team Update – July 12th</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/12/mobile-team-update-july-12th/\">Mobile Team Update – July 12th</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/18/community-meeting-recap-2023-07-18/\">Community Meeting Recap (2023-07-18)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/17/last-week-openverse-2023-07-10-2023-07-17/\">A week in Openverse: 2023-07-10 – 2023-07-17</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/performance-chat-summary-18-july-2023/\">Performance Chat Summary: 11 July 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/06/29/plugin-review-team-update-the-next-phase-begins/\">Plugin Review Team Update: The next phase begins</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/17/plugin-review-team-17-jul-2023/\">Plugin Review Team: 17 Jul 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/19/weekly-polyglots-chat-july-19-2023-1300-utc/\">Weekly Polyglots Chat – July 19, 2023 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/18/wordpress-6-3-ready-to-be-translated/\">WordPress 6.3 ready to be translated</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/07/13/proposal-for-establishing-a-make-diversity-equity-inclusion-and-belonging-deib-team-within-the-wordpress-community/\">Proposal for Establishing a Make Diversity, Equity, Inclusion, and Belonging (“DEIB”) Team within the WordPress Community</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/06/wp-contributor-mentorship-program-support-team-edition/\">WP Contributor Mentorship Program: Support team edition</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/07/14/sustainability-chat-summary-july-14-2023/\">Sustainability Chat Summary, July 14, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/07/12/themes-team-update-july-12-2023/\">Themes team update July 12, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/07/13/themes-team-meeting-notes-july-11-2023/\">Themes Team Meeting Notes –&nbsp;July 11, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/learn-wordpress-july-2023-newsletter/\">Learn WordPress July 2023 Newsletter</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/10/training-team-2023-half-year-review/\">Training Team 2023 Half Year Review</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/08/next-steps-for-github-updates/\">Next steps for GitHub updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/08/announcement-updates-to-team-meeting-times/\">Announcement: Updates to team meeting times</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/07/project-thread-learning-pathways-on-learn-wordpress/\">Project Thread: Learning Pathways on Learn WordPress</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/it-choosing-and-installing-a-theme/\">Scegliere e installare un tema</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/7-tips-to-improve-website-security/\">7 Tips to improve website security</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=testing-wordpress-6-3\">Testing WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=come-join-the-wordpress-training-team-4\">Come join the WordPress Training Team!</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-validate-content-feedback-for-the-wordpress-training-team-3\">How to validate content feedback for the WordPress Training Team</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-validate-content-feedback-for-the-wordpress-training-team-2\">How to validate content feedback for the WordPress Training Team</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=mentorship-program-introduction-to-the-wordpress-open-source-project\">Mentorship Program: Introduction to the WordPress Open Source Project</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\">Introduction to developing with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/tv\">WordPress TV</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/tv/2023/06/15/enhancing-slide-management-for-video-publications/\">Enhancing Slide Management for Video Publications</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordCamp Central</h2>\n\n\n\n<ul>\n<li><a href=\"https://central.wordcamp.org/news/2023/07/wordcamp-dhaka-2023-has-been-cancelled/\">WordCamp Dhaka 2023 Has Been Cancelled</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/07/wordcamp-rochester-is-back/\">WordCamp Rochester is Back!</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/07/wordcamp-san-jose-2023-looking-for-speakers-and-sponsors/\">WordCamp San José 2023: Looking For Speakers And Sponsors!</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/06/wordcamp-finland-back-to-tampere-with-educational-insightful-and-thought-provoking-talks/\">WordCamp Finland: back to Tampere with educational, insightful and thought-provoking talks</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-1\">PHP 8.3.0 Alpha 3 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-07-06-2\">PHP 8.2.8 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-3\">PHP 8.1.21 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.0\">PHPMailer 6.8.0</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"http://github.com/composer/composer/releases/tag/2.5.8\">Composer 2.5.8</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Post Status: WordPress 6.3 Beta 4 • Help Test • DEIB New Team Proposal • Gutenberg Phase 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://poststatus.com/wordpress-6-3-beta-4-help-test-deib-new-team-proposal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://poststatus.com/wordpress-6-3-beta-4-help-test-deib-new-team-proposal/\";s: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:22073:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (July 11, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.3 is less than one month away. Get started testing now and tune in for the live product demo. As we head into WordPress 6.4&#8217;s kickoff, it&#8217;s time to set our sights on Gutenberg Phase 3: Collaborative Editing. Your feedback to the ideas presented is important. The first cohort of New Contributor Mentorship Program&hellip; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kadence-dynamic-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"> WP 6.3, DEIB, Mentorship, Phase 3</h2><p class=\"kt-blocks-info-box-text\">β <a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-4/\">WordPress 6.3 Beta 4</a><br /><br />  <a href=\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\">6.3 Live Product Demo</a><br /><br /> &#x200d;  <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a><br /><br />3&#x20e3; <a href=\"https://make.wordpress.org/core/tag/phase-3/\">Gutenberg Phase 3</a><br /><br /> &#x200d;  <a href=\"https://make.wordpress.org/updates/2023/07/12/xpost-announcing-the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program/\">Contributor Mentorship Program!</a><br />><br /></a><br /><br />><br /></a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-4/\">WordPress 6.3 Beta 4</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\">6.3 Live Product Demo</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/people-of-wordpress-allison-dye/\">People of WordPress: Allison Dye</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/07/episode-59-a-polyglots-wordpress/\">WP Briefing: Episode 59: A Polyglot’s WordPress</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-50 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-48 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/13/improvements-to-the-metadata-api-in-wordpress-6-3/\">Improvements to the metadata API in WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/30/6-3-release-parties-schedule-and-hosts/\">6.3 Release Parties Schedule and hosts</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/07/07/accessibility-team-meeting-agenda-july-7-2023/\">Accessibility Team Meeting Agenda: July 7, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/07/12/xpost-announcing-the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program/\">Contributor Mentorship Program!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/13/new-handbook-page-for-wordcamp-organizers-wordcamp-speaker-selection-for-content-and-diversity/\">New handbook page for WordCamp Organizers: WordCamp Speaker Selection (for content AND diversity)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/12/summary-of-the-q2-community-team-role-updates/\">Summary of the Q2 Community Team Role Updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/12/announcing-the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program/\">Announcing the Inaugural Cohort of the WordPress Contributor Mentorship Program!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/05/community-team-meeting-agenda-for-6-july-2023/\">Community Team Meeting Agenda for 6 July, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/05/wcus-2023-contributor-day-help-needed/\">WCUS 2023 Contributor Day: Help Needed!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/05/wcus-2023-contributor-day-what-should-we-work-on/\">WCUS 2023 Contributor Day: What should we work on?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/03/incident-report-recent-cancelation-of-a-wordcamp/\">Incident Report: Recent Cancelation of a WordCamp</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/07/03/wordcamp-mentors-july-check-in/\">WordCamp Mentors’ July check-in!</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/hallway-hangout-performance-improvements-for-wordpress-6-3/\">Hallway Hangout: Performance Improvements for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/a-week-in-core-july-10-2023/\">A Week in Core – July 10, 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3 Ideations</h3>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\" rel=\"noreferrer noopener\">Real-Time Collaboration</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/04/workflows/\" rel=\"noreferrer noopener\">Workflows</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/05/revisions/\" rel=\"noreferrer noopener\">Revisions</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/07/media-library/\" rel=\"noreferrer noopener\">Media Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/10/block-library/\" rel=\"noreferrer noopener\">Block Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\" rel=\"noreferrer noopener\">Admin Design</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/the-style-book-a-one-stop-shop-for-styling-block-themes/\">The Style Book: a one-stop shop for styling block themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/06/navigating-the-block-editor-handbook/\">Navigating the Block Editor Handbook</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/06/upgrading-the-site-editing-experience-with-custom-template-part-areas/\">Upgrading the site-editing experience with custom template part areas</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/12/dev-chat-summary-july-12-2023-2/\">Dev Chat Summary: July 12, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/12/developer-blog-editorial-meeting-06-june-2023/\">Developer Blog Editorial Meeting – 06 July 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/07/03/design-share-jun-19-jun-30/\">Design Share: Jun 19–Jun&nbsp;30</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/07/12/xpost-announcing-the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program/\">Contributor Mentorship Program!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/07/06/summary-for-docs-team-meeting-jul-04-2023/\">Summary for Docs Team Meeting, Jul 04, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/07/11/hosting-team-meeting-agenda-2023-07-12/\">Hosting Team meeting agenda 2023-07-12</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/15/triaging-open-issues-on-trac-for-make-teams/\">Triaging open issues on Trac for Make Teams</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">New Filter Controls: Discover “Commercial” and “Community” in the Theme and Plugin Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">New curation filter in Pattern Directory</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/07/12/mobile-team-update-july-12th/\">Mobile Team Update – July 12th</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/12/community-meeting-recap-2023-07-11/\">Community Meeting Recap (2023-07-11)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/10/last-week-openverse-2023-07-03-2023-07-10/\">A week in Openverse: 2023-07-03 – 2023-07-10</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/05/priorities-meeting-recap-2023-07-05/\">Priorities Meeting Recap 2023-07-05</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/05/community-meeting-recap-2023-07-04/\">Community Meeting Recap (2023-07-04)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/11/performance-chat-summary-11-july-2023/\">Performance Chat Summary: 11 July 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/06/29/plugin-review-team-update-the-next-phase-begins/\">Plugin Review Team Update: The next phase begins</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/07/12/agenda-weekly-polyglots-chat-july-12-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – July 12, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/28/agenda-weekly-polyglots-chat-june-28-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – June 28, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/07/13/proposal-for-establishing-a-make-diversity-equity-inclusion-and-belonging-deib-team-within-the-wordpress-community/\">Proposal for Establishing a Make Diversity, Equity, Inclusion, and Belonging (“DEIB”) Team within the WordPress Community</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/06/wp-contributor-mentorship-program-support-team-edition/\">WP Contributor Mentorship Program: Support team edition</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/06/30/sustainability-chat-summary-june-30-2023/\">Sustainability Chat Summary, June 30, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/07/10/test-team-update-10-july-2023/\">Test Team Update: 10 July 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/07/12/themes-team-update-july-12-2023/\">Themes team update July 12, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/07/13/themes-team-meeting-notes-july-11-2023/\">Themes Team Meeting Notes –&nbsp;July 11, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/learn-wordpress-july-2023-newsletter/\">Learn WordPress July 2023 Newsletter</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/10/training-team-2023-half-year-review/\">Training Team 2023 Half Year Review</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/08/next-steps-for-github-updates/\">Next steps for GitHub updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/08/announcement-updates-to-team-meeting-times/\">Announcement: Updates to team meeting times</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/07/project-thread-learning-pathways-on-learn-wordpress/\">Project Thread: Learning Pathways on Learn WordPress</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/06/training-team-meeting-recap-4th-july-2023/\">Training Team Meeting Recap – 4th July 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/04/expertise-needed-learn-how-to-vet-content-topic-ideas-for-the-training-team/\">Expertise needed: Learn how to vet content topic ideas for the Training Team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/07/03/training-team-meeting-recap-for-june-27th-2023/\">Training Team Meeting Recap for June 27th, 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/7-tips-to-improve-website-security/\">7 Tips to improve website security</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/categories-vs-tags-whats-the-difference/\">Categories vs. Tags: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/debugging-in-wordpress/\">Debugging in WordPress</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/designing-with-row-and-stack-blocks/\">Designing with row and stack blocks</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=testing-wordpress-6-3\">Testing WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=come-join-the-wordpress-training-team-4\">Come join the WordPress Training Team!</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\">Introduction to developing with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordCamp Central</h2>\n\n\n\n<ul>\n<li><a href=\"https://central.wordcamp.org/news/2023/07/wordcamp-dhaka-2023-has-been-cancelled/\">WordCamp Dhaka 2023 Has Been Cancelled</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/07/wordcamp-rochester-is-back/\">WordCamp Rochester is Back!</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/07/wordcamp-san-jose-2023-looking-for-speakers-and-sponsors/\">WordCamp San José 2023: Looking For Speakers And Sponsors!</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/06/wordcamp-finland-back-to-tampere-with-educational-insightful-and-thought-provoking-talks/\">WordCamp Finland: back to Tampere with educational, insightful and thought-provoking talks</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-1\">PHP 8.3.0 Alpha 3 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\"><a href=\"https://www.php.net/archive/2023.php#2023-07-06-2\">PHP 8.2.8 Released!</a></a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-3\">PHP 8.1.21 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"http://github.com/composer/composer/releases/tag/2.5.8\">Composer 2.5.8</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:105:\"Post Status: WordPress 6.3 Beta 2 • Help Test • WPDiversity • Plugin Team Next Phase • Mentorship\";s:7:\"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:100:\"https://poststatus.com/wordpress-6-3-beta-2-help-test-wpdiversity-plugin-team-next-phase-mentorship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://poststatus.com/wordpress-6-3-beta-2-help-test-wpdiversity-plugin-team-next-phase-mentorship/\";s: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:21026:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (June 26, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Release season is upon us as we approach WordPress 6.3&#8217;s August 8th release. Your help is needed testing the latest changes. Do you run or attend WordPress events and notice only one type of person is attending? What can you do to be a good ally to foster, promote, and support diversity and an inclusive&hellip; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kadence-dynamic-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP6.3b2 • Test • WPDiversity • Mentorship • Plugin Team Next Steps</h2><p class=\"kt-blocks-info-box-text\">β <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a><br /><br /> &#x200d;  <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a><br /><br />  <a href=\"https://make.wordpress.org/community/2023/06/22/attention-wordpress-event-organizers-this-important-workshop-on-july-20-2023-is-for-you/\">Attention WordPress event organizers: This important workshop on July 20, 2023 is for you!</a><br /><br />  <a href=\"https://make.wordpress.org/plugins/2023/06/29/plugin-review-team-update-the-next-phase-begins/\">Plugin Review Team Update: The next phase begins</a><br /><br /> &#x200d;  <a href=\"https://make.wordpress.org/project/2023/06/23/launch-your-wordpress-contributor-journey-through-the-mentorship-program-pilot/\">Launch your WordPress Contributor Journey through the Mentorship Program Pilot</a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/people-of-wordpress-allison-dye/\">People of WordPress: Allison Dye</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-events/\">WP Briefing: Episode 58: A New Wave for WordPress Events</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-55 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-53 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/30/6-3-release-parties-schedule-and-hosts/\">6.3 Release Parties Schedule and hosts</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/06/16/accessibility-team-meeting-notes-june-16-2023/\">Accessibility Team Meeting Notes: June 16, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/06/29/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-june-28-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on June 28, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/22/attention-wordpress-event-organizers-this-important-workshop-on-july-20-2023-is-for-you/\">Attention WordPress event organizers: This important workshop on July 20, 2023 is for you!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/21/meetup-organizer-newsletter-june-2023/\">Meetup Organizer Newsletter: June 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/21/wceu-2023-community-table-recap/\">WCEU 2023 Community Table Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/19/next-generation-of-wordpress-events-updates/\">Next Generation of WordPress Events: Updates</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/hallway-hangout-performance-improvements-for-wordpress-6-3/\">Hallway Hangout: Performance Improvements for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/\">What’s new in Gutenberg 16.1? (29 June)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/27/a-week-in-core-june-26-2023/\">A Week in Core – June 26, 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/the-style-book-a-one-stop-shop-for-styling-block-themes/\">The Style Book: a one-stop shop for styling block themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/06/navigating-the-block-editor-handbook/\">Navigating the Block Editor Handbook</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/06/upgrading-the-site-editing-experience-with-custom-template-part-areas/\">Upgrading the site-editing experience with custom template part areas</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/27/dev-chat-summary-june-21-2023/\">Dev Chat Summary: June 21, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/26/editor-chat-agenda-june-28th-2023/\">Editor Chat Agenda: June 28th, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/06/06/design-share-may-22-jun-2/\">Design Share: May 22–Jun 2</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/06/23/online-monthly-docs-team-contributor-day-june-27-2023/\">Online monthly Docs Team Contributor Day June 27, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/06/23/summary-for-docs-team-meeting-june-20-2023/\">Summary for Docs Team meeting, June 20, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/06/28/hosting-team-meeting-agenda-2023-06-28/\">Hosting Team meeting agenda 2023-06-28</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/15/triaging-open-issues-on-trac-for-make-teams/\">Triaging open issues on Trac for Make Teams</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">New Filter Controls: Discover “Commercial” and “Community” in the Theme and Plugin Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">New curation filter in Pattern Directory</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/30/catalog-performance-testing-results/\">Catalog Performance Testing Results</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/27/community-meeting-recap-2023-06-27/\">Community Meeting Recap (2023-06-27)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/26/last-week-openverse-2023-06-19-2023-06-26/\">A week in Openverse: 2023-06-19 – 2023-06-26</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/27/performance-chat-summary-27-june-2023/\">Performance Chat Summary: 27 June 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/06/29/plugin-review-team-update-the-next-phase-begins/\">Plugin Review Team Update: The next phase begins</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/28/agenda-weekly-polyglots-chat-june-28-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – June 28, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/06/23/launch-your-wordpress-contributor-journey-through-the-mentorship-program-pilot/\">Launch your WordPress Contributor Journey through the Mentorship Program Pilot</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/06/wp-contributor-mentorship-program-support-team-edition/\">WP Contributor Mentorship Program: Support team edition</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/06/30/sustainability-chat-summary-june-30-2023/\">Sustainability Chat Summary, June 30, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/07/fse-program-testing-call-24-momery-makeover/\">FSE Program Testing Call #24: Momery Makeover</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/06/28/themes-team-meeting-notes-june-27-2023/\">Themes Team Meeting Notes – June 27, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/06/24/proposal-lets-actively-promote-the-learn-wordpress-platform-in-learn-wordpress-content/\">Proposal: Let’s actively promote the Learn WordPress platform in Learn WordPress content</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/22/training-team-meeting-recap-20th-june-2023/\">Training Team Meeting Recap – 20th June 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/20/proposal-new-contributor-guide-program/\">Proposal: New Contributor Guide Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/19/brainstorm-table-lead-wordcamp-us-2023-contributor-day/\">Brainstorm &amp; Table Lead – WordCamp US 2023 Contributor Day</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/developing-for-multisite/\">Developing for Multisite</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-start-using-wordpress-playground/\">How to start using WordPress Playground</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/wpphotos-moderator-training/\">WPPhotos Moderator Training</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/using-the-block-editor-tips-and-shortcuts-for-efficiency/\">Using the block editor: Tips and shortcuts for efficiency</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/using-headings-for-accessibility-and-seo/\">How to use headings for accessibility and&nbsp;SEO</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/advanced-multisite-management/\">Advanced Multisite Management</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/fr-the-difference-between-reusable-blocks-block-patterns-templates-and-template-parts/\">Différences entre blocs réutilisables, compositions de blocs, modèles et éléments de modèle</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=common-wordpress-apis-dashboard-widgets\">Common WordPress APIs: Dashboard Widgets</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-8\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=introducing-domains-4\">Introducing… Domains!</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=introducing-domains-3\">Introducing… Domains!</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=tips-and-shortcuts-for-using-the-block-editor-streamlining-content-creation-apac\">Tips and shortcuts for using the block editor &amp; streamlining content creation (APAC)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=tips-and-shortcuts-for-using-the-block-editor-streamlining-content-creation\">Tips and shortcuts for using the block editor &amp; streamlining content creation</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=using-the-row-and-stack-blocks-apac\">Using the row and stack blocks (APAC)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-7\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=custom-tables-in-wordpress\">Custom tables in WordPress</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=developer-hours-exploring-editor-extensibility\">Developer Hours: Exploring Editor Extensibility</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=hallway-hangout-lets-chat-about-wordpress-6-3-and-block-theming\">Hallway Hangout: Let’s chat about WordPress 6.3 and block theming</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=the-wordpress-developer-quiz\">The WordPress developer Quiz</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-can-chat-gpt-help-wordpress-developers-and-designers\">How can Chat GPT help WordPress developers and designers?</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-set-up-a-free-wordpress-test-website-and-explore-code-2\">How to set up a free WordPress test website (and explore code!)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\">PHP 8.2.6 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-2\">PHP 8.1.19 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:80:\"Post Status: The WP Agency Journey with Rob Cairns of Stunning Digital Marketing\";s:7:\"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:91:\"https://poststatus.com/the-wp-agency-journey-with-rob-cairns-of-stunning-digital-marketing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://poststatus.com/the-wp-agency-journey-with-rob-cairns-of-stunning-digital-marketing/\";s: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:46702:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a>, CEO of <a href=\"https://poststatus.com/\">Post Status</a>, and <a href=\"https://twitter.com/RobCairns\">Rob Cairns</a>, Founder, CEO, and Chief Creator of Amazing Ideas at <a href=\"https://stunningdigitalmarketing.com/\">Stunning Digital Marketing</a>, discuss the importance of website security, client communication, and managing client expectations. They also talk about the need for businesses to treat their websites as valuable assets and allocate budgets for their maintenance and security. Websites have become an integral part of modern business operations, especially with the impact of the COVID-19 pandemic.</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><strong>Top Takeaways:</strong></p>\n\n\n\n<ul type=\"video\" class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<li><strong>Website Security and Budgeting</strong>: Businesses must prioritize website security and allocate appropriate budgets for maintenance and protection. Websites are now integral to modern business operations, and their value should be recognized and treated as essential as physical security measures.</li>\n\n\n\n<li><strong>Effective Client Communication</strong>: Clear and proactive communication with clients is crucial. Agencies should manage client expectations, set boundaries, and communicate any limitations, such as response times during vacations or other periods of unavailability. Managing client communication helps build trust and ensures a smoother working relationship.</li>\n\n\n\n<li><strong>Community Engagement and Personal Well-being</strong>: Engaging with the WordPress community and participating in events like WordCamps can be valuable for networking, knowledge sharing, and staying updated with industry trends. Additionally, individuals need to prioritize their own well-being and take care of their health.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/a2-hosting\">A2 Hosting</a></h3>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-8-background-color has-background is-layout-flex wp-container-58 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n\n\n<p>A2Hosting offers solutions for WordPress and WooCommerce that are both blazing fast and ultra-reliable. WordPress can be easily deployed on ANY web hosting plan from A2: Shared, VPS, or Dedicated. A2 also offers Managed WordPress and WooCommerce Hosting. Take a look at a2hosting.com today!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"752\" height=\"470\" src=\"https://poststatus.com/wp-content/uploads/2022/08/imageedit_1_6433774706-752x470.png\" alt=\"A2 Hosting\" class=\"wp-image-104073\" />A2 Hosting\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\">  Mentioned in the show<strong>:</strong></h3>\n\n\n\n<ul>\n<li><a href=\"https://www.lastpass.com/\">LastPass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/kathyzant?lang=en\">Kathy</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://poststatus.com/\">Post Status</a></li>\n\n\n\n<li><a href=\"https://buffalo.wordcamp.org/2023/\">WordCamp Buffalo</a></li>\n\n\n\n<li><a href=\"https://montclair.wordcamp.org/2023/\">WordPress Montclair</a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/\">LinkedIn</a></li>\n\n\n\n<li><a href=\"https://twitter.com/courtneyr_dev\">Courtney Robertson</a></li>\n\n\n\n<li><a href=\"https://wordpress.com/\">WordPress</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\">  You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/RobCairns\">Rob Cairns</a> (Founder, CEO, &amp; Chief Creator of Amazing Ideas, <a href=\"https://stunningdigitalmarketing.com/\">Stunning Digital Marketing</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis.  <br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>.  </p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Cory Miller (00:00:00) &#8211; All right. Hey, everybody. Welcome back to Post Edits Draft. We&#8217;ve got another interview in our series on agency journeys. And I&#8217;m talking to a long time friend of mine, Rob Carnes, who has been very active in post. It&#8217;s been to a bunch of our meetups and I&#8217;m really excited to share his story today. So Rob, thanks for being on The Post podcast.</p>\n\n\n\n<p>Rob Cairns (00:00:21) &#8211; My pleasure, Corey. Glad to be here.</p>\n\n\n\n<p>Cory Miller (00:00:24) &#8211; Well, Rob, let&#8217;s dive in. Tell us a little bit about yourself and your agency today. Name and what you do. What kind of work primarily you do for your clients.</p>\n\n\n\n<p>Rob Cairns (00:00:34) &#8211; Okay, So my name is Rob Cairns. I&#8217;m in the greater Toronto area of Toronto, Ontario, Canada. I should tell you, before I got into running an agency, I have a very tech heavy background which a lot of agency owners don&#8217;t have. So I come out of an enterprise healthcare environment, doing servers, doing all kinds of cool stuff to support one of Toronto&#8217;s biggest hospitals.</p>\n\n\n\n<p>Rob Cairns (00:00:58) &#8211; Before that I was actually an old time COBOL programmer. There&#8217;s probably a word that you haven&#8217;t heard in a long, long time, and I spent some time in the financial industry, so I&#8217;ve got a bit of a business background. And then I jumped into agency life because, you know, I always tell the story. I never planned to be in marketing because I had a marketing professor in school back in the 80s who came in the class, and her whole thing was, Oh, I&#8217;m good. I&#8217;m here because I want my summers off. And I said, I swore then in there I&#8217;d never be a marketer if you paid me money to. Well, I lied. So, yeah. And I run I run an agency that&#8217;s WordPress focused. A lot of it is WordPress security stuff right now and some builds and then a lot of email marketing and consulting these days. That&#8217;s kind of where I&#8217;m at.</p>\n\n\n\n<p>Cory Miller (00:01:50) &#8211; Yeah. And what&#8217;s your agency name?</p>\n\n\n\n<p>Rob Cairns (00:01:53) &#8211; Stunning digital marketing.</p>\n\n\n\n<p>Cory Miller (00:01:55) &#8211; And what&#8217;s the website for your.</p>\n\n\n\n<p>Rob Cairns (00:01:58) &#8211; Digital marketing is the agency site and digital marketing.info is like my Linktree site. It&#8217;s got links to everything I do on the web and where you can find me.</p>\n\n\n\n<p>Cory Miller (00:02:09) &#8211; Excellent. Excellent. Well, I know as I&#8217;ve gotten to know you through some of the meetups, too, I hear more and more about the work you do, and it always impresses me. You&#8217;re like, Hey, is anybody worried about this particular update? And and I know you managed quite a few sites and it always I always like lean in when you talk about that because it&#8217;s at the heart of what a lot of agency work, particularly at post is that our agencies do is that beast of maintaining WordPress across multiple WordPress client sites. Well, great. Thank you for that. So tell me a little bit about how you got there. I heard a little preface of that, but I wanted to start out with where you are today. Um, and then talk about how you got there. That&#8217;s always the compelling part of these Journey series to me is what happened before.</p>\n\n\n\n<p>Cory Miller (00:02:59) &#8211; So this is today and then what? What&#8217;s a little snippet of how what led up to where you are today?</p>\n\n\n\n<p>Rob Cairns (00:03:06) &#8211; So where I am today was kind of how I got there was us working in healthcare. I wasn&#8217;t happy, I&#8217;ll tell you that now. I was working probably 60 to 70 hours a week at the time. So this is going back 14 years ago was when we started and I was extremely unhappy and somebody said to me, So why don&#8217;t you just go? And I said, Well, I&#8217;ve been here 21 years, so if they want to get rid of me, it&#8217;s going to cost some lots of money to get rid of me. So let&#8217;s force the hand and see where it goes. Well, 14 years ago, my dad was sick with pancreatic cancer at the time he actually passed away July 8th, the anniversary that&#8217;s coming up. And they decided, knowing I was going to be taking some time off, they decided we need to we&#8217;re going to make some changes and you can go away.</p>\n\n\n\n<p>Rob Cairns (00:03:56) &#8211; And at that point, I was already building WordPress websites on the side. So I just kind of transitioned to what I was doing on the side full time. Now here&#8217;s where it got interesting. I decided really quickly only building the website, it&#8217;s only part of getting it out there. You still got a market that site and you got to do it properly. So I made a decision then and there. I was going to build a full stack marketing agency. I&#8217;ve taken some courses, a lot of courses. One of my mentors in this space is a gentleman by the name of Paul Tobey, who I&#8217;m founder of. Paul. Toby&#8217;s actually the father of Adrian Toby, the founder of Groundhog, who you know. So that&#8217;s.</p>\n\n\n\n<p>Cory Miller (00:04:40) &#8211; Love.</p>\n\n\n\n<p>Rob Cairns (00:04:40) &#8211; Adrian Yeah, love Adrian, Love. His dad saw his dad in January, actually, and we sat in his house and listened to him play some jazz tunes for us where we were visiting and and then transitioned in and at one time was offering all kinds of services and then just realized some of these are just don&#8217;t want to do so I just kind of niche down and got out of what I didn&#8217;t want to do so.</p>\n\n\n\n<p>Cory Miller (00:05:10) &#8211; Got you. So how long ago did you go? Full time with the business?</p>\n\n\n\n<p>Rob Cairns (00:05:16) &#8211; 14 years ago.</p>\n\n\n\n<p>Cory Miller (00:05:18) &#8211; 14 years ago. Okay. That&#8217;s awesome. We were going strong about the same time.</p>\n\n\n\n<p>Rob Cairns (00:05:22) &#8211; Yeah, about same time. And you. And you and I connected, I think the first time about 14 years ago when I was in the headway community. And you were running the items community. And you&#8217;d be proud to know two of the products in my security stack back up by the in 19 security are still there to this day so.</p>\n\n\n\n<p>Cory Miller (00:05:40) &#8211; Oh that&#8217;s fantastic to hear. Well, okay, So I&#8217;m really curious. Was there a point when you were like, doing this on the side? What was that juncture when you&#8217;re like, okay, I&#8217;m going to do this full time? A lot of the stories we hear, I hear in It&#8217;s My Own is some event. Something helped kind of catalyze the process to become a full time entrepreneur. And so I&#8217;m curious. So not happy, of course. And then, hey, I think you might have mentioned this just a second ago, but I want to make sure I&#8217;m clear on it.</p>\n\n\n\n<p>Cory Miller (00:06:13) &#8211; So was there event that kind of like, okay, I&#8217;m doing this full time, this is the only thing I&#8217;m doing.</p>\n\n\n\n<p>Rob Cairns (00:06:18) &#8211; So my as I say, my dad was battling pancreatic cancer at the time. Oh, right. Yeah. I went on three weeks vacation after I was on the corporate project, number one, and amassing overtime like nothing. And I walked back in on a Monday morning. I got a call from the director&#8217;s secretary at 10 a.m. and say, Director won&#8217;t see you in a boardroom at 3:00. And the boardroom was not the normal boardroom for meetings. So I just kind of put my feet up and said, okay, I know how this day&#8217;s going to play out. Welcome back from vacation for me. And believe it or not, I actually shipped everything personal home from work at lunchtime in a cab because I saw the writing on the wall. I&#8217;d seen it on the wall for a while. Yeah. Then I get, um, I get called in and the director says, Do you know why you&#8217;re here? I said, So you&#8217;re going to let me go, so let&#8217;s just get it over with.</p>\n\n\n\n<p>Rob Cairns (00:07:16) &#8211; And the h.r. Manager turned to me and said, how do you how do you feel about all this? And my response at the time was, my lawyer will tell you at 9:00 tomorrow morning. Now you&#8217;re like no other comment.</p>\n\n\n\n<p>Cory Miller (00:07:27) &#8211; Now at this time, you were already doing things on the side, though, right? Yeah, I think that&#8217;s important to note in the story because, you know, some of these events that happen, but you were already kind of testing the waters, building some kind of side hustle side gig on the side. So you didn&#8217;t just, you know, jump out into the ether. You had something kind of built up. Were you doing work for like client? I mean, friends? How did the the side gig kind of start parallel to that side gig?</p>\n\n\n\n<p>Rob Cairns (00:07:59) &#8211; Actually, it&#8217;s really interesting you ask that question. Being in tech, I&#8217;m like a resource in my family and you can appreciate that. So I did go to the let&#8217;s send an email to let&#8217;s ask the question.</p>\n\n\n\n<p>Rob Cairns (00:08:13) &#8211; And I actually got fed up with family, believe it or not, and I wrote a website at that time was HTML and said, by the way, here&#8217;s all the family pictures from the event last week because I was also the manager of all that digital stuff. And by the way, here&#8217;s links to all the questions you guys asked me and nobody&#8217;s allowed to ask me a question until you go to these links and and actually do your own homework. So that was my start into domains and all of that and web stuff. And the other thing that started it was this is going back to the days of dial and dialing Internet providers, if we remember those days. Yep. And trauma, they were a dime a dozen. So I used to switch providers, i.e. email services more than most people because I get fed up with one dial in provider and I cancel. I go to another one, I cancel, I go to another one, I cancel. So I finally said, Forget this, I&#8217;m going to register a domain which I still have to this day.</p>\n\n\n\n<p>Rob Cairns (00:09:15) &#8211; And then that was kind of my foray in. And then after doing static sites, I realized WordPress was the way to go and that&#8217;s what kind of opened the door.</p>\n\n\n\n<p>Cory Miller (00:09:24) &#8211; So what was your introduction to WordPress? What kind of time period did you start using?</p>\n\n\n\n<p>Rob Cairns (00:09:28) &#8211; WordPress would have been about 16, 15 years ago. 16 years ago?</p>\n\n\n\n<p>Cory Miller (00:09:32) &#8211; Yeah, right. Right. In its first early heyday for sure. That&#8217;s about the same time I got started with WordPress, this cool platform that you didn&#8217;t have to manage with all these HTML top software and updated 100 pages you could do with one click. Essentially this concept of content management system was really, really crazy and awesome.</p>\n\n\n\n<p>Rob Cairns (00:09:53) &#8211; We all remember the famous five minute WordPress install where our our hosting providers didn&#8217;t have a one click installer like stop flashes or any of them. We had to do it ourselves, right?</p>\n\n\n\n<p>Cory Miller (00:10:05) &#8211; And yeah, we did it. I mean, I&#8217;m trying to remember when I did that, if it was FTP, you know, putting it on the server.</p>\n\n\n\n<p>Cory Miller (00:10:14) &#8211; Yeah, I&#8217;m trying to think back about that. I use soft tactless quite a bit in the early days, but that was magical back then. If you think about it, it&#8217;s like I want the ability to do build a website and I don&#8217;t have to learn too many technical logistics. I remember googling. What does FTP mean? That was one of our first post that I themes because I was like, if I have this question, I bet you a bunch of other people have this question. But yeah, WordPress made it easy.</p>\n\n\n\n<p>Rob Cairns (00:10:40) &#8211; Yeah. I have to tell you a funny story. You appreciate being over it. I think so. I had a client years ago. It was Australian, one of my first big clients, and he didn&#8217;t see the spending the money on something like backup buddy. So the silly client came back to me and said, So write me the documentation process of tobacco and restore a website menu and document it out. And the story goes that the cost to him paying for that documentation at the time would have cost him more than a yearly license for backup money.</p>\n\n\n\n<p>Rob Cairns (00:11:12) &#8211; Well, even or not. So needless to say, he became a backup buddy. Pretty convert pretty quickly. Corey.</p>\n\n\n\n<p>Cory Miller (00:11:20) &#8211; So. Well, okay, so you go full time with the agency starting to do on work. I know somewhere in there was like, Hey, there&#8217;s more to just the actual website build. There&#8217;s marketing different parts around the website. Um, as you look back, you know, 15 years now, what were some of the catalytic events that help you in your agency, personal professional, WordPress, all these things. If you look back where like 3 or 4 of the things that really made the difference in your agency to where you&#8217;re now, I know you&#8217;ve been doing this a long time. I know you&#8217;ve been able to have freedom of life to do different things in your life as part of the business part of WordPress, which is always the magic, I think, WordPress. But if you look back, what are those couple of things that kind of stand out?</p>\n\n\n\n<p>Rob Cairns (00:12:06) &#8211; Um, a couple of things.</p>\n\n\n\n<p>Rob Cairns (00:12:07) &#8211; One is I come from a family of entrepreneurs, so my mother is 78 years old, still alive and still selling houses, believe it or not. As a real estate agent, my aunt who passed away at 92, was one of the top real estate brokers for Century 21 in the Farmington, Detroit area for many, many years. First successful. I come from a family who&#8217;s done business on their own, so that helps. My father was a CFO for an insurance broker, so that helps. That helped install some money sense into me and some business sense into me. I&#8217;m also a lifelong learner. So you and I have talked over the years about how much reading I do or how much listening to other podcasts. I do believe it or not, my own podcast is not on my podcast player backdrop. I&#8217;m busy listening to everybody else&#8217;s because think you got to get a variety of point. And then kind of just people along the way. People like yourself. People like Paul. Toby Paul was a big catalyst for giving me credit and saying, you know, more than like 75% of the world.</p>\n\n\n\n<p>Rob Cairns (00:13:21) &#8211; Just go after it. So Paul was really good for me around mindset more than just technical stuff, so that was good. And then things like in my life recognizing and you and I have had this conversation about mental health challenges and the whole pearls around that. You&#8217;ve been through it. I&#8217;ve been through it. We&#8217;ve talked about it very candidly together over the years. That has helped. Am probably. 200% more mental health. Healthy today in my 50s and was in my 30s. I would say that, you know.</p>\n\n\n\n<p>Cory Miller (00:13:58) &#8211; I think I want to say ditto. I think I think so.</p>\n\n\n\n<p>Rob Cairns (00:14:02) &#8211; And then surrounding yourself with the right people and people like yourself, people like post others group people like, you know, people outside of the post group, people you can go to and say, Hey, I just need an ear or, Hey, I&#8217;m stuck on something technical. I should know doing that. And then kind of. A big part of all this was deciding a number of years ago that I&#8217;m such a security junkie and I always was, even when I was in health care, and I need to dive into the security space and put my time and money there.</p>\n\n\n\n<p>Rob Cairns (00:14:38) &#8211; And that was a big part of it, too. And that&#8217;s how that came to birth. You mentioned, I imagine, websites as of yesterday&#8217;s count 418, believe it or not, just from an update in security perspective and growing by the day. So.</p>\n\n\n\n<p>Cory Miller (00:14:53) &#8211; It&#8217;s it&#8217;s for sure become a thing in a good part of our industry and community that there&#8217;s agencies like yours and I&#8217;ve talked to a lot that that are recognized WordPress is awesome. There&#8217;s a lot of things that go into it as far as keeping those things updated. So somebody goes, Oh, I built it, you know, I built the baseball field, Field of Dreams. It&#8217;s there. Cool. Everybody&#8217;s going to come to it. There&#8217;s two sides of the coin that&#8217;s really interesting with your story. One is that updates security. Part of it got to keep the field maintained. The other side is the marketing part. I found this fascinating because you&#8217;ve got this to blend of marketing and the really the maintenance said that includes this big topic called security.</p>\n\n\n\n<p>Rob Cairns (00:15:37) &#8211; Yep, it&#8217;s true. And like one of the biggest things I think agency owners don&#8217;t do well is they don&#8217;t manage their own mailing lists, let alone their client mailing lists. And email marketing has become one of my strengths over the years and think that is a big deal because the only thing you really own is your website. In your mailing list. Everything is kind of what we call rented land or other people&#8217;s land in the rules change by the day and it gets to be awful.</p>\n\n\n\n<p>Cory Miller (00:16:07) &#8211; So yeah, yeah, it&#8217;s, it&#8217;s interesting. I&#8217;ve talked to a lot of people. I think a lot of the WordPress community saw one thing from my work at things, but I go, you know, one want to know the key to what we built. There&#8217;s a lot of keys, right? But one of the big keys, especially marketing, was email marketing. And I love how you said website, what you really own, the website and email address. You don&#8217;t even own the rankings. You got to keep working on those things.</p>\n\n\n\n<p>Cory Miller (00:16:32) &#8211; You got to you don&#8217;t even necessarily on the traffic. You got to keep working on those things. But when you have the what click for me with email marketing, was this old school, now old school concept of direct marketing when people used to go door to door and still do of course, to sell something to that person directly. And I think that was when it clicked for me is email is direct marketing where I don&#8217;t control the algorithms and whatever tech billionaire is going to buy another of the social media platforms. But if I consistently build I was actually talking to entrepreneur last week about this, just she&#8217;s just getting started with the physical product. And I said, Hey, you know, all the jazz and the sexiness is out on the social media platforms. However, it&#8217;s a great way to get started, push them, funnel them into an email where you can still to date in 2023, directly market. It still works, but so many are adverse to it or don&#8217;t do the work to keep up their keep up, grow, maintain their email lists and use them properly.</p>\n\n\n\n<p>Rob Cairns (00:17:37) &#8211; And to segment them properly. Mean the big issue is. So I&#8217;ll give you an example. I have an email list that&#8217;s running about 7500 active right now. I&#8217;ve probably got, if you count people have an open stuff in like the last 60 days and probably closer to 1200. So the key is not to send emails to your host, send them to the 7500 that are active and then every six months touch base with the other people once in a while, like because honestly, that&#8217;s waste of time and money. Like don&#8217;t put your emphasis there, but you segment your list and figure out what people want from you and who&#8217;s going to open stuff. And as a result, on that 7500, I run an open rate of about listeners about 62% on a regular basis. Which is incredible.</p>\n\n\n\n<p>Cory Miller (00:18:29) &#8211; Yeah, indeed. And it all takes work. Websites, take work, emails take a work to properly do it well. So. So you know, a couple of the things I&#8217;m interested in. The last 15 years or so you&#8217;ve been doing, this is what you&#8217;ve seen kind of transition the evolution of WordPress you know, from and websites within that.</p>\n\n\n\n<p>Cory Miller (00:18:53) &#8211; So you know how WordPress has gone in the last 15 years. Where do you think it is now? Where do you think it&#8217;s going in the future, what your clients are seeing and value in as part of having a great web presence? And I&#8217;m curious your thoughts on those two things. So the underlying technology has grown 15 years. We just celebrated 20th anniversary of WordPress, which is just fascinating to me. Um, and then, you know, this, this changing perception, I think growing, valuing perception of websites, the value of having a WordPress type website.</p>\n\n\n\n<p>Rob Cairns (00:19:29) &#8211; So there&#8217;s a couple of things. When we all started with WordPress, you and I, it was basically a blogging platform and now we&#8217;re building these whole robust membership sites, e-commerce sites, we&#8217;re building all this stuff and it&#8217;s incredible. And people say, Oh, why don&#8217;t you go to an e-commerce platform? Well, I have to tell you, I picked up the paper today, this morning before we jumped on this call. Corey and Shopify, who we all know is one of the big e-commerce products, is in trouble with the Canadian government because they refuse to hand over shopping records to the tax people so they can go after individuals.</p>\n\n\n\n<p>Rob Cairns (00:20:10) &#8211; And the cool thing about WordPress is that&#8217;s all self contained. So as we get into this privacy era, everything&#8217;s within your dashboard and you can even buy marketing solutions like Groundhog Adrian, Toby or Fluent CRM, another one that resides right inside that dashboard which protects your privacy and puts you in control. And I think that&#8217;s the whole thing about WordPress. The other big thing I&#8217;ve seen is a big change in the hosting space. And you&#8217;ll agree with me, um, what&#8217;s old is good and what hosting companies have reinvented themselves in the last while. And two I like to point out to is one over at New fold and we both of us have a mutual friend there in the name of Dave Ryan at Neufeld. So Dave and his team, I&#8217;ve had many dealings with them. They were the old endurance and they came out of that. And they&#8217;re trying to reinvent themselves by running around and buying plug ins like they bought Yoast and they bought it and doing things like that. And then important for new fold, they&#8217;ve become more community aware than they&#8217;ve ever become before.</p>\n\n\n\n<p>Rob Cairns (00:21:19) &#8211; So this was not the idea of eight years ago or nine years ago. I can guarantee that. And they&#8217;ve changed. And then you take somebody like her friends up at GoDaddy and, you know, I know that team pretty well for work I&#8217;ve done, and they&#8217;ve reinvented themselves. They&#8217;ve come out of the ashes of the Danica Patrick ads, as we call them. Remember those? Could you see a sexist ad like that flying in today&#8217;s society? I don&#8217;t think so.</p>\n\n\n\n<p>Cory Miller (00:21:50) &#8211; No. We&#8217;ve evolved past that for sure for for better.</p>\n\n\n\n<p>Rob Cairns (00:21:55) &#8211; But they&#8217;ve also reinvented themselves. And then even in a hosting space, you got companies like Liquid Web and WP Engine and Cloud, and then you&#8217;ve got companies that were leaders that have kind of dropped off. And a company I throw into a group like that is Siteground think, you know. Ten years. Five years ago, they were great. And then somethings kind of happened. So things go cyclical. Um, in terms of the technology more, it&#8217;s worth mentioning where we&#8217;ve gone.</p>\n\n\n\n<p>Rob Cairns (00:22:25) &#8211; So we&#8217;ve gone from coding and WordPress with plugins to page builders and your team and I think this is one of the first with, with your builder product, right? And themes to, to build sites. And then we got into things like headway, which we all know the story of what happened there and they were part of their problems. They were miles ahead of their time and just not adapted. And then we got into the traditional page builders like the Beaver Builders, the Yeah, Elementor, the bricks, that kind of stuff, which is prominent now. And now we&#8217;re headed to this magical thing called blocks. And you know, there&#8217;s a couple block ecosystems. The one I use is cadence. I&#8217;ve been all in with Cadence for a couple of years now. So there&#8217;s evolution, that spot. And I think we&#8217;re we&#8217;re starting to see more is WordPress is becoming more than just a publishing platform. Automattic owns Tumblr, Automattic owns pocket casts, one of the biggest pocket podcast players out there. They own the day One journal, which is a journaling app, um, would encourage anybody out there who needs a journaling product to go get it.</p>\n\n\n\n<p>Rob Cairns (00:23:45) &#8211; It&#8217;s worth every penny of it, like honestly. So they&#8217;re trying to democratize that whole, the whole solution. So, so a lot that&#8217;s gone on in 20. Um.</p>\n\n\n\n<p>Cory Miller (00:23:59) &#8211; Yeah, there&#8217;s a whole history there and everything you talked about. I think what stands out was the hosting industry. It&#8217;s definitely evolved, grown and a lot of money has come into WordPress hosting space in particular. You talk about new Fold in Endurance, for instance, like it&#8217;s turned over, been sold and bought so many acquisitions in the space and for good reason, because WordPress is a great platform for millions of people to build their website on. So but you know, there&#8217;s a trend there too, which is you talked about the reinvention and kind of coming out of stuff. What I&#8217;ve seen in 15 years plus years or so is. Yeah, it starts out good. Trying to claim her to get new customers. New clients, show them, you know, help them with their stuff. And it seems a lot of cyclical ness of like, okay, they reached this point where now they&#8217;re trying to really all the hosting companies, I would say, should make a profit.</p>\n\n\n\n<p>Cory Miller (00:25:02) &#8211; But then there&#8217;s a swath that like, okay, increasingly trying to make it more profitable to understand part of business. However, then you see customer service and support start to kind of fade with some of that and then you get this whole, okay, they&#8217;re going down and then going up. And I&#8217;ve I&#8217;m not going to name the names, but there&#8217;s a lot there where you see the cyclical up and down of that hosting side, which isn&#8217;t always healthy for WordPress either. I get it as a business part. What they need to do for their shareholders, partners, all that kind of stuff. But it&#8217;s definitely changed from like 2008 when I think this was on a shared hosting plan for like, I don&#8217;t know, $5 a month or $10 a month at like HostGator. And it&#8217;s I&#8217;ve kind of bemoaned it some because what the effect now is the experience for the WordPress user, those people that are your clients that are using their website and there&#8217;s that up and down. They&#8217;ve had to ride some of that and it&#8217;s always not good thing for the health of the ecosystem.</p>\n\n\n\n<p>Rob Cairns (00:26:06) &#8211; It&#8217;s true. And the other thing I should add to to this discussion is I think the team up at Automattic, the parent company of WordPress, has been much more receptive to comments, suggestions than ever before. And I know some people don&#8217;t feel that way, but I think we&#8217;re in really good hands with Josepha being the executive director of the WordPress project, you know, and things like that. And I know on the Gutenberg side I&#8217;ve gotten to know Matthias Venture, The Gutenberg lead a little bit and, and people like our friends Polly Hack or people like Jessica Frick over at Percival, which is an automatic company. People like that have put us in pretty good hands, frankly.</p>\n\n\n\n<p>Cory Miller (00:26:52) &#8211; Yeah, my personal opinion is automatic has long term commitment to the industry and I&#8217;m really proud to have them as sponsors a lot of automatic and post status and for good reason. But you know a long term commitment to like they have had the opportunity for many years to really really monetize what WordPress is and have held back. I think this is only my personal opinion.</p>\n\n\n\n<p>Cory Miller (00:27:18) &#8211; No facts really share other&#8217;s leadership there. But get go have had a long term commitment because they believe in open source, they believe in the open web and the ecosystem is healthy. When you have a diverse set of people offering services and products to that, so you get great performance. Obviously they know WordPress inside and out and then the support and those are the things that have that kind of wane over time. In any hosting company that I&#8217;ve been, that I&#8217;ve been around, I&#8217;ve had I&#8217;ve been a customer at many of the ones you talked about had clients and friends at many of the ones that you talked about. And but the consistency, I think, is what matters overall. So I agree with you. Agree. Um, okay. So we&#8217;ve talked about a whole lot of stuff. Now I want to talk I want to ask this specific question related to your clients. What are you hearing from your clients about WordPress, how they&#8217;re using their websites? Because I love talking to our agency owners because tip of the spear for me is the people out there doing the work.</p>\n\n\n\n<p>Cory Miller (00:28:20) &#8211; For those people using WordPress, they might not even know or care that there&#8217;s this open source platform underneath it all. But what are you hearing from your clients about what WordPress and working with the websites?</p>\n\n\n\n<p>Rob Cairns (00:28:32) &#8211; Yeah, there&#8217;s a couple things. I don&#8217;t think my clients care what&#8217;s under the hood. So by that mean they don&#8217;t care if it&#8217;s a WordPress site, if it&#8217;s a custom site, if it&#8217;s something else, as long as it gives them the results they want. So one of the things I&#8217;ve been pushing in the community for the last ten years is don&#8217;t sell the solution. Sell what it brings you. I&#8217;m a big one. Outcome or something, not how you get there. And if anybody doesn&#8217;t believe that, I suggest you go look up a guy by the name of Simon Sinek. Start with why is his book and find his Ted talk and watch it and watch it again. So sell the the what you get out of it. So that&#8217;s the first one. I also think clients hate to say are dropping the security ball big time right now.</p>\n\n\n\n<p>Rob Cairns (00:29:21) &#8211; I&#8217;m working on a site right now where the client couldn&#8217;t find their backup that they were sending to a cloud drive for six days and they took them six days to find out where they put that backup. So one of the things I find with my clients is you have to help them manage their digital assets or their digital stuff, and even more so in small businesses. What happens if the business owner gets run over by a truck tomorrow? What happens if he dies tomorrow? Do you have a succession plan for your business? Do you know how to handle that? Most people don&#8217;t. So that&#8217;s a problem. And then the other thing is, I think a lot of people flock to WordPress because frankly, what are we powering now? 45% in the Internet, 50% somewhere in there. And I think that alone is a selling thing. That&#8217;s attraction. Thing is WordPress is open source. It can&#8217;t be secure the security holes every month. Well, guess what? Microsoft Windows plugs security holes on the first Tuesday every month called Patch Tuesday.</p>\n\n\n\n<p>Rob Cairns (00:30:27) &#8211; And the whole business world runs on Windows more than that. Right. And they&#8217;re still plugging holes. Security is a trust factor, not a it happened or it didn&#8217;t happen.</p>\n\n\n\n<p>Cory Miller (00:30:37) &#8211; So I like that because security is a non-essential part of the digital our digital world, particularly our Internet, it&#8217;s a part of it. The real question is how are the people or companies behind that making sure it&#8217;s always secure. I remember talking to a security expert. I don&#8217;t know, it&#8217;s been eight years now and they said it&#8217;s not a matter this is one that just all they do is security and they go, it&#8217;s not a matter of if we&#8217;ll get hacked, it&#8217;s when and what we&#8217;re doing continually. And I go, that&#8217;s part of the digital age. That&#8217;s where we&#8217;re at. So I love that emphasis from your point. It&#8217;s just not when it&#8217;s if. And what are you doing in the meantime to help proactively do that?</p>\n\n\n\n<p>Rob Cairns (00:31:19) &#8211; And I&#8217;ll take that one more. Corey I have a saying in my business that&#8217;s not if you&#8217;ll be hacked, it&#8217;s when you&#8217;ll be hacked.</p>\n\n\n\n<p>Rob Cairns (00:31:25) &#8211; And how do you recover where I take it? So I kind of look at this mess I&#8217;ve been dealing with, and a big part of the problem was the client didn&#8217;t have a site updated, the client didn&#8217;t have the PHP version updated, the client couldn&#8217;t find the backup. You see where this is going? Yep. And it&#8217;s we got to take care of those assets and we got to treat them like the they&#8217;re important. So that&#8217;s that.</p>\n\n\n\n<p>Cory Miller (00:31:52) &#8211; Just like you would lock your car or your house at night or your car if you&#8217;re driving into the supermarket or the grocery store, whatever that is, you&#8217;d lock your car because, you know, you do those things. We don&#8217;t even think about those things. They&#8217;re so embedded now and we need to be doing that. I love this message. We need to be doing that with our digital assets.</p>\n\n\n\n<p>Rob Cairns (00:32:11) &#8211; We&#8217;re a mutual friend of ours. You know, Kathy&#8217;s N over at K very well. And I turned to Cathy in January and said, I&#8217;m going to make you a prediction.</p>\n\n\n\n<p>Rob Cairns (00:32:20) &#8211; And she said, Oh, I don&#8217;t like your predictions are usually right. And I said, I&#8217;m going to declare 2023 as a year of the vulnerability, the first week of January. And that was coming out of the whole LastPass debacle that happened. And we all know about that one. And sure enough, and I think it&#8217;s partially awareness, but I think there&#8217;s a multitude of factors and it&#8217;s kind of played out that way. The other thing I&#8217;m hearing from clients is clients don&#8217;t realize that websites have to have a budget attached to them for their business. So marketing budget and they say, Oh, we do it in house. And I say, okay, so what&#8217;s your hourly rate worth? Oh, it&#8217;s worth $40 an hour. How many hours a month do you do? Oh five. So your marketing budget is 40 times five. So that&#8217;s the other thing. Business has got to take this stuff seriously and start to budget for.</p>\n\n\n\n<p>Cory Miller (00:33:17) &#8211; I love that Social Security and then budget, and that&#8217;s the mindset.</p>\n\n\n\n<p>Cory Miller (00:33:21) &#8211; So, you know, a lot of the conversations I&#8217;ve been having is the recognition from clients that their website is not just valuable, it&#8217;s an integral part of how they do business. Covid accelerated a lot of that. I think it&#8217;s like, Hey, we got so many physical location, bricks and mortar type businesses realizing when you can&#8217;t actually see a person face to face. So I have two way of a way to be able to do business. So I love that it&#8217;s integral. So security, part of life budgeting, you need to budget for it just like you would any other part of your businesses in the essential part of your business. And so many of the agency owners have talked to here at Post Status, they the clients are recognizing that it&#8217;s in some of the instances, I would say more like a B2B. They see it&#8217;s at a very, very valuable part of their overall sales strategy and they value it deeply. Some run their whole operations or half operations, you know, and items and post those two, we run our whole operation through online space so it feels foreign.</p>\n\n\n\n<p>Cory Miller (00:34:26) &#8211; But that&#8217;s not the way business is traditionally. It&#8217;s, you know, you go to a store, you travel, you walk, you ride in a horse and buggy or a car to get to. Things have changed. And that seems like what I&#8217;m hearing, too, is that mindset needs a change of like this is all a part of business domains, websites, all the platforms you might be on, all as important as that door that opens up into your business.</p>\n\n\n\n<p>Rob Cairns (00:34:51) &#8211; 100% and then look at the criticality of it. So, for example, if you&#8217;re an e-commerce site that&#8217;s making 30,000 US a day profit, then you need a different level of support than somebody that&#8217;s got a brochure site that is out there just to be the face of their business. So you got to think about things like that, too. Very much so.</p>\n\n\n\n<p>Cory Miller (00:35:12) &#8211; Okay, so security and budget. Anything else on your mind about when you when you&#8217;re working with clients and how they&#8217;re valuing their websites? Any perspectives you have to share there too.</p>\n\n\n\n<p>Rob Cairns (00:35:22) &#8211; I think a lot of clients in this day and age are unrealistic and think that&#8217;s the world we live in. So it&#8217;s a very much an I want it now world. It&#8217;s I want it yesterday. There&#8217;s no patience out there like to tell you I don&#8217;t think clients are any different.</p>\n\n\n\n<p>Cory Miller (00:35:39) &#8211; So. Yeah. So it&#8217;s the physical part of business, which I have a friend that has a restaurant supply business and I understand how like when you&#8217;re, you know, stove or cooktop is down, they can&#8217;t sell. And then now that okay, got to have it now. And that service side is pretty intense for them. I can see that now being applied to the business is where they see it as essential. I want to say that&#8217;s a good part, but when it comes with some mindset change of okay, we need to be able to budget for that and pay for that and, and knowing like in the middle of the night or whatever it is to have that kind of service turnaround is not always possible or realistic.</p>\n\n\n\n<p>Rob Cairns (00:36:27) &#8211; And communication is a big part of it too. I don&#8217;t think some clients communicate well, don&#8217;t think some agencies communicate well. Like, for example, I&#8217;m going on vacation next Wednesday. Yay me, I&#8217;ve already sent out an email to my entire client was saying, By the way, the only thing I&#8217;ll deal with while I&#8217;m away is a website down issue. Everything else sits till I get home and just tell them upfront. Now, they might not like to hear it, but that&#8217;s you&#8217;re allowed to take time off. You&#8217;re allowed to recharge.</p>\n\n\n\n<p>Cory Miller (00:36:58) &#8211; The good communication, getting ahead of it to manage those expectations? Yeah, absolutely vital. All right, Rob. Well, anything else you want to share that you&#8217;re excited about, that you&#8217;re working on or doing?</p>\n\n\n\n<p>Rob Cairns (00:37:10) &#8211; I think the big thing is the security side of it. Think, think. We just got to be aware and and make sure you&#8217;re aware and if and if anybody needs help agencies otherwise reach out, be glad to help them and be involved in the community.</p>\n\n\n\n<p>Rob Cairns (00:37:25) &#8211; That&#8217;s a big part of what you and I do. You do not repost status. As you know, I co-manage a large LinkedIn group with Courtney Robertson. I&#8217;ve got a podcast that&#8217;s, you know, it&#8217;s good for business awareness, but it&#8217;s also good for the community too. So get involved. The community. Somebody if you can go to a word camp, go says the guy who&#8217;s got no time to go to work. Camps right now have not been to a five check by I missed word camp Buffalo Oh boy did I take stuff for not being on that one because that was a that&#8217;s an hour and a half away. I didn&#8217;t go to Montclair this weekend because, again, I&#8217;ve got conflicts. And the other thing is, look after you and your family and look after how you feel. Look after your health. Because if you don&#8217;t do that, you can&#8217;t run your business. So keep that.</p>\n\n\n\n<p>Cory Miller (00:38:14) &#8211; Absolutely. Well, thanks, Rob, for being on post staff. Appreciate your work in the community and what you do with WordPress out in the world to our story.</p>\n\n\n\n<p>Rob Cairns (00:38:22) &#8211; Thanks for having me.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2023 03:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";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:109:\"WPTavern: Equalize Digital Accessibility Checker Plugin Adds New Frontend Highlighting Feature Funded by NASA\";s:7:\"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=147975\";s:7:\"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:120:\"https://wptavern.com/equalize-digital-accessibility-checker-plugin-adds-new-frontend-highlighting-feature-funded-by-nasa\";s: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:4865:\"<p><a href=\"https://equalizedigital.com/\">Equalize Digital</a>, a WordPress accessibility products and services company, has added a new frontend highlighting feature to its free <a href=\"https://wordpress.org/plugins/accessibility-checker/\">accessibility checker plugin</a>, which is used to perform audits on self-hosted sites. The feature was <a href=\"https://equalizedigital.com/nasa-funds-development-of-front-end-highlighting-feature-for-equalize-digital-accessibility-checker/\">funded</a> by the National Aeronautics and Space Administration (NASA), through Equalize Digital&#8217;s consulting work on the new NASA websites.</p>\n\n\n\n<p>NASA recently launched the <a href=\"https://beta.nasa.gov/\">beta version</a> of its WordPress-powered flagship site, which WordCamp US attendees may hear about next week during the team&#8217;s sessions, including Friday&#8217;s keynote address: <a href=\"https://us.wordcamp.org/2023/session/friday-keynote/\">For All Userkind: NASA Web Modernization and WordPress</a> and another presentation titled <a href=\"https://us.wordcamp.org/2023/session/hands-on-with-nasas-new-digital-platform/\">Hands on with NASA’s new digital platform.</a></p>\n\n\n\n<p>Equalize Digital was contracted to perform accessibility testing, user testing with screen reader users, and provide accessibility governance recommendations.</p>\n\n\n\n<p>&#8220;As part of the contract for those services, they also contracted us to develop this feature for the plugin,&#8221; Equalize Digital CEO Amber Hinds said. &#8220;They have an enterprise license but we decided in collaboration with them that we would make it a feature in the free plugin so everyone could benefit, not a paid-only feature.</p>\n\n\n\n<p>&#8220;They were actually really interested in that because it&#8217;s part of their mission to give back to humanity.&#8221;</p>\n\n\n\n<p>Prior to developing the frontend highlighting feature, the accessibility checker plugin only had reports inside the post edit screen, with output that is nearly indecipherable for less technical users who are not accustomed to reading HTML.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1493\" height=\"709\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/screenshot-3.png\" alt=\"\" class=\"wp-image-147988\" />\n\n\n\n<p>The new frontend highlighting feature makes the accessibility report&#8217;s output far more approachable for users who may not be developers. It puts a &#8220;view on page&#8221; link next to each issue found in the report, which brings users to the frontend where the element in question is highlighted with a dashed pink box. It also displays a panel that explains the issue in a way that is easier to understand as well as how to fix it.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1800\" height=\"1053\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Accessibility-Checker-Front-End-Highlighting-on-NASA.png\" alt=\"\" class=\"wp-image-147987\" />\n\n\n\n<p>The report in the admin has been updated as well so that it&#8217;s easier to read. A new image column displays any images related to issues and the Actions column includes a &#8220;View on Page&#8221; link leading to the issue highlighted on the frontend. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2640\" height=\"1710\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/image-2.png\" alt=\"\" class=\"wp-image-147991\" />\n\n\n\n<p>Hind said her team is working on making the tool more friendly to content creators and not just a development tool. The plugin will stay on the NASA website to help their team as they add and edit content over time.</p>\n\n\n\n<p>&#8220;In the future, we&#8217;re planning to add the ability to jump to the element in the block editor as well,&#8221; Hinds said. &#8220;(That&#8217;s slightly tricky because we scan the whole page, not just the content area so we have to exclude elements created by other parts of the editor or theme.)&#8221;</p>\n\n\n\n<p>Thanks to NASA&#8217;s funding, the new frontend highlighting feature is available to users on the <a href=\"https://wordpress.org/plugins/accessibility-checker/\">free version of the plugin on WordPress.org</a>.</p>\n\n\n\n<p>“Our goal is to make accessibility testing easier for every WordPress user, not just developers,” Equalize Digital CEO Amber Hinds said. “Accessibility Checker was developed to include a robust free version with this in mind. We want to make building websites that work for people with disabilities standard practice and were excited to work with NASA to make accessibility testing reports easier for non-developers to understand and take action on. Adding this feature to the free plugin was a no-brainer for us. We’re looking forward to seeing more WordPress website owners finding and fixing accessibility problems on their websites.”</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, 18 Aug 2023 21:00:14 +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: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:74:\"Do The Woo Community: Woo AgencyChat Live with Ash Shaw and Mitch Callahan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://dothewoo.io/woo-agencychat-live-ash-shaw-mitch-callahan/\";s: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:410:\"<p>Join Ash Shaw from LightSpeed and Mitch Callahan from Saucal as they share insights from their WooCommerce agencies. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woo-agencychat-live-ash-shaw-mitch-callahan/\">Woo AgencyChat Live with Ash Shaw and Mitch Callahan</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 18 Aug 2023 10:31: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: WordPress Community Summit Travel Fund Contributes $48K in Assistance for Attendees\";s:7:\"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=147963\";s:7:\"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:103:\"https://wptavern.com/wordpress-community-summit-travel-fund-contributes-48k-in-assistance-for-attendees\";s: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:2052:\"<p>This year&#8217;s WordCamp US includes a Community Summit, an invitation-only contributor-focused event that will take place prior to the main conference on August 22-23, 2023, in National Harbor, Washington, DC. It will be the first summit in six years, since the last one was held in Paris, France in 2017.</p>\n\n\n\n<p>Historically, the summit has offered contributors the rare opportunity to hold in-person discussions on important topics across teams. In order to ensure the gathering is diverse and inclusive, previous community summit organizers have included a travel assistance program to remove the financial barriers of attending.</p>\n\n\n\n<p>The 2023 Community Summit travel fund is <a href=\"https://communitysummit.wordcamp.org/2023/about-the-community-summit-travel-fund/\">providing $48,000 in travel assistance</a>, thanks to a group of sponsors that includes Automattic, A2 Hosting, Elementor, and Weglot. The funding will support 38 attendees with roundtrip transportation ($31K for 24 people) and hotel stays ($16,500 for 66 hotel nights for 22 people).</p>\n\n\n\n<p>Attendees have been reminded about the <a href=\"https://communitysummit.wordcamp.org/2023/non-attribution/\">non-attribution guideline</a> which enables the event to offer a safe and inclusive environment for collaboration where comments are not attributed to specific individuals. Discussions, photographs, recaps, and summaries can be shared as long as they abide by the non-attribution guideline. </p>\n\n\n\n<p>The <a href=\"https://communitysummit.wordcamp.org/2023/schedule/\">schedule</a> has been published, featuring 26 discussion topics. Contributors will have dedicated sessions to discuss the criteria for delaying the upgrade of foundational tech, understanding contributor leadership roles, refining Five for the Future for a robust WordPress community, accessibility in the WordPress project, open source participation in global legislation, backwards compatibility in Gutenberg, among other interesting topics that lend themselves to cross-team collaboration.</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, 18 Aug 2023 04:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:97:\"WPTavern: WP Community Collective Funds First Fellowship for Accessibility Contributor Alex Stine\";s:7:\"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=147922\";s:7:\"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:108:\"https://wptavern.com/wp-community-collective-funds-first-fellowship-for-accessibility-contributor-alex-stine\";s: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:3400:\"<img width=\"2227\" height=\"1305\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/02/alex-stine.jpeg\" alt=\"\" class=\"wp-image-141764\" />\n\n\n\n<p>The WP Community Collective (WPCC), a non-profit organization created to support individual WordPress contributors and community-led initiatives, has <a href=\"https://www.thewpcommunitycollective.com/2023/08/17/press-release-wppc-funds-first-fellowship/\">funded its first fellowship</a>. Alex Stine, a fully blind individual contributor who has been working with the WordPress Accessibility team since 2016, is the first recipient of the funds designated for the fellowship.</p>\n\n\n\n<p>WPCC reports that the fellowship received donations from 59 individuals and organizations that want to support the cause of improving the open source project&#8217;s accessibility. The organization uses <a href=\"https://opencollective.com/thewpcc\">Open Collective</a> as the fiscal sponsor for its 501(c)3 status, enabling donations to be classified as charitable giving. All donations coming into the organization are transparent and publicly documented. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1906\" height=\"1180\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-Shot-2023-08-17-at-5.43.37-PM.png\" alt=\"\" class=\"wp-image-147952\" />\n\n\n\n<p>The fellowship provides Stine with five paid contribution hours per week for six months, which allows him to continue his work on <a href=\"https://core.trac.wordpress.org/search?q=alexstine\">accessibility reviews and patches in WordPress core</a>. It includes a travel stipend for WordCamp US where Stine is volunteering as a co-organizer and participating in the Community Summit. As the first to embark on a WPCC fellowship, Stine will also help establish a framework for future Accessibility Fellowship cohorts.</p>\n\n\n\n<p>&#8220;I am really excited for the future as this will allow me to commit real time to improving the project,&#8221; Stine said. &#8220;The support I received from the community shows me there are others who recognize the importance of accessibility.</p>\n\n\n\n<p>&#8220;Time itself is the biggest win here. The funding allows me to focus more of my day on WordPress and less on side work. The main projects include the Gutenberg post editor.&#8221;</p>\n\n\n\n<p>Stine recently conducted an <a href=\"https://www.youtube.com/watch?v=6H15BUb6_GU\">accessibility audit of Gutenberg</a>, which shows the current state of the block editor in WordPress 6.3. This video is very enlightening for anyone who hasn&#8217;t yet seen how Gutenberg works with assistive technology like a screen reader.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Stine has performed many accessibility audits for different products in the WordPress ecosystem. The fellowship funds enable him to continue his contributions on existing WordPress open source accessibility initiatives without having to take on as much consulting work.</p>\n\n\n\n<p>“Alex has demonstrated a deep commitment to creating an inclusive experience for all WordPress users,” WPCC co-founder and president Sé Reed said. “We are delighted by the community’s willingness to invest both in Alex and in the future of WordPress accessibility. In supporting his work, we aim to improve accessibility across the entire project, from the core software to the greater WordPress community.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Aug 2023 22:04: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:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Do The Woo Community: The Metamorphosis of a Woo Agency with Jonny Martin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76052\";s:7:\"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:72:\"https://dothewoo.io/the-metamorphosis-of-a-woo-agency-with-jonny-martin/\";s: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:409:\"<p>Jonny Martin from Built Mighty joins Robert, Robert and Mary Voelker from WooCommerce in this Woo AgencyChat.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/the-metamorphosis-of-a-woo-agency-with-jonny-martin/\">The Metamorphosis of a Woo Agency with Jonny Martin</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 17 Aug 2023 15:23:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WordPress.org blog: WP20 – A Heartfelt Thanks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15471\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2023/08/wp20-a-heartfelt-thanks/\";s: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:19589:\"<p>Earlier this year, WordPressers around the globe united to celebrate 20 years of community and innovation. There were parties, blogs, videos, and social media posts aplenty. And, of course, the trending hashtag, “#WP20”.</p>\n\n\n\n<p>Throughout April and May, community members reflected on their journeys &#8211; what brought them to WordPress and its personal meaning. The stories, tweets, and videos were inspiring, nostalgic, and even humorous at times. There was swag, and the cakes were epic.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let’s take a look!</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">On WordPress turning 20, and the Audrey Scholars program: <a href=\"https://t.co/Etwh8H6xh4\">https://t.co/Etwh8H6xh4</a></p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1662582800451776512?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">WordPress celebrates 20 years tomorrow. It\'s grown from a comment on a blog post to a web spanning phenomenon. Thanks to an outstanding community and the freedoms of Open Source. Happy Birthday, WordPress! <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://t.co/fght4XMJXb\">pic.twitter.com/fght4XMJXb</a></p>&mdash; Mike Little (@mikelittlezed1) <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649?ref_src=twsrc%5Etfw\">May 26, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Look at this cute <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> cake from <a href=\"https://twitter.com/RicksBakery?ref_src=twsrc%5Etfw\">@RicksBakery</a>! <a href=\"https://t.co/f88H3usR5R\">pic.twitter.com/f88H3usR5R</a></p>&mdash; Josepha Haden Chomphosy (@JosephaHaden) <a href=\"https://twitter.com/JosephaHaden/status/1662562362979676162?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"es\" dir=\"ltr\">Tenemos regalitos para los que vengáis esta tarde a la Meetup.<a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/PSPsbWluv7\">pic.twitter.com/PSPsbWluv7</a></p>&mdash; Meetup WordPress Torrelodones (@WPTorrelodones) <a href=\"https://twitter.com/WPTorrelodones/status/1671918091398258688?ref_src=twsrc%5Etfw\">June 22, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">So <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> is turning 20 years old today! <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <br /><br />Happy birthday to WordPress and its entire community! from me and <a href=\"https://twitter.com/MariekeRakt?ref_src=twsrc%5Etfw\">@MariekeRakt</a> <a href=\"https://t.co/9N9T0SnsdL\">pic.twitter.com/9N9T0SnsdL</a></p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1662398779360702465?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Happy 20th birthday, <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a>! Our Cebu meetup was a success! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f382.png\" alt=\"?\" class=\"wp-smiley\" /><br /><br />…and our community is growing. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4af.png\" alt=\"?\" class=\"wp-smiley\" /> Thanks to <a href=\"https://twitter.com/hashtag/enspaceCebu?src=hash&ref_src=twsrc%5Etfw\">#enspaceCebu</a> for hosting our party! <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://twitter.com/hashtag/WordPressCebu?src=hash&ref_src=twsrc%5Etfw\">#WordPressCebu</a> <a href=\"https://twitter.com/hashtag/WPCebu?src=hash&ref_src=twsrc%5Etfw\">#WPCebu</a> <a href=\"https://t.co/TUFoKjuoxq\">pic.twitter.com/TUFoKjuoxq</a></p>&mdash; Cebu WordPress Meetup (@WPCebu) <a href=\"https://twitter.com/WPCebu/status/1664957630241189888?ref_src=twsrc%5Etfw\">June 3, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'m sure you\'ve seen by now, but today is WordPress\' 20th birthday! Thank you to <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> and <a href=\"https://twitter.com/mikelittlezed1?ref_src=twsrc%5Etfw\">@mikelittlezed1</a> for following through with a seemingly wild idea. I don\'t think anyone could have predicted we\'d end up where we are today. Happy birthday <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a>! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/tAZRlYThuS\">pic.twitter.com/tAZRlYThuS</a></p>&mdash; Jon Desrosiers (@desrosj) <a href=\"https://twitter.com/desrosj/status/1662616708064985088?ref_src=twsrc%5Etfw\">May 28, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"de\" dir=\"ltr\">Hier ist der Recap vom letzten Zürcher <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/Meetup?src=hash&ref_src=twsrc%5Etfw\">#Meetup</a> im <a href=\"https://twitter.com/westhive?ref_src=twsrc%5Etfw\">@westhive</a> inkl. Audioaufzeichnungen und Slides der Präsentationen, sowie ein paar visuellen Eindrücken des Abends. <a href=\"https://twitter.com/hashtag/BBQ?src=hash&ref_src=twsrc%5Etfw\">#BBQ</a> <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/IycEcb4DQL\">https://t.co/IycEcb4DQL</a></p>&mdash; WordPress Zürich (@wpzurich) <a href=\"https://twitter.com/wpzurich/status/1674695261694701568?ref_src=twsrc%5Etfw\">June 30, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"qme\" dir=\"ltr\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" /><a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> <a href=\"https://twitter.com/hashtag/WCEU2023?src=hash&ref_src=twsrc%5Etfw\">#WCEU2023</a> <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/Uodqd2OotM\">pic.twitter.com/Uodqd2OotM</a></p>&mdash; Osom Studio WordPress &amp; WooCommerce Agency (@OSOM_STUDIO) <a href=\"https://twitter.com/OSOM_STUDIO/status/1667524236406145024?ref_src=twsrc%5Etfw\">June 10, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Celebrating <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> at <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> with <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <a href=\"https://twitter.com/JosephaHaden?ref_src=twsrc%5Etfw\">@JosephaHaden</a> <a href=\"https://twitter.com/matias_ventura?ref_src=twsrc%5Etfw\">@matias_ventura</a> <a href=\"https://t.co/9LM9HnEfYn\">pic.twitter.com/9LM9HnEfYn</a></p>&mdash; Felix Arntz (@felixarntz) <a href=\"https://twitter.com/felixarntz/status/1667536517705736193?ref_src=twsrc%5Etfw\">June 10, 2023</a></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<p>Want to see more tweets? <a href=\"https://wp20.wordpress.net/live/\">Check out the tweet wall here.</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Bits &amp; Bytes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wp20.wordpress.net\">Official website for WP20</a></li>\n\n\n\n<li>The #WP20 hashtag was used at least 18,000 times between March 1 and June 8, 2023 on social peaking on May 27 with at least 2,700+ metions</li>\n\n\n\n<li>165+ meetups took place to celebrate WP20</li>\n\n\n\n<li>At least 4,661 people attended a meetup across six continents</li>\n\n\n\n<li>100+ kits of swag were shipped to meetup organizers</li>\n</ul>\n\n\n\n<p>Want more social media for WordPress? Check out the official accounts here:</p>\n\n\n\n<ul>\n<li><a href=\"https://twitter.com/WordPress\">Twitter</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/wordpress/\">Instagram</a></li>\n\n\n\n<li><a href=\"https://www.facebook.com/WordPress/\">Facebook</a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/company/wordpress\">LinkedIn</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/wordpress\">YouTube</a></li>\n\n\n\n<li><a href=\"https://www.pinterest.com/WordPress/\">Pinterest</a></li>\n\n\n\n<li><a href=\"https://www.tumblr.com/wordpress\">Tumblr</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Snapshots from WP20 Celebrations</h2>\n\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-15527\" />\n\n\n\n<img width=\"769\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=769%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15518\" />\n\n\n\n<img width=\"768\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15523\" />\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-15516\" />\n\n\n\n<img width=\"828\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?resize=828%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15517\" />\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-15522\" />\n\n\n\n<img width=\"768\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr.webp?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15524\" />\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-15519\" />\n\n\n\n<img width=\"1024\" height=\"941\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=1024%2C941&ssl=1\" alt=\"\" class=\"wp-image-15525\" />\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-15520\" />\n\n\n\n<img width=\"1024\" height=\"851\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=1024%2C851&ssl=1\" alt=\"\" class=\"wp-image-15521\" />\n\n\n\n<img width=\"1024\" height=\"769\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec.webp?resize=1024%2C769&ssl=1\" alt=\"\" class=\"wp-image-15526\" />\n\n\n\n\n<h2 class=\"wp-block-heading\">Props</h2>\n\n\n\n<p>WP20 celebrations, swag, websites, social media, graphics, and so much more could not have happened without the wonderful contributions of so many. Beyond the organizers of the 165+ events, there were many people working behind the scenes to ensure WordPress got the recognition it deserved. Thank you to everyone who worked behind the scenes to organize the meetups, create swag, and to spread the word. Some of these hardworking folks include: <a href=\"https://profiles.wordpress.org/nomadskateboarding/\">Mark Andrew</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/tinobarreiro/\">Tino Barreiro</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, <a href=\"https://profiles.wordpress.org/mysweetcate/\">Cate DeRosia</a>, <a href=\"https://profiles.wordpress.org/triforcepower/\">Em DeRosia</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/ngreennc/\">Nyasha Green</a>, <a href=\"https://profiles.wordpress.org/nickhamze/\">Nick Hamze</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a>, <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a>, <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, Winston Koone, Megan Marcel, <a href=\"https://profiles.wordpress.org/ninianepress/\">Jenni McKinnon</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Se Reed</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a>, Andrew Wikel, and <a href=\"https://profiles.wordpress.org/adamwood/\">Adam Wood</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Some More Fun</h2>\n\n\n\n<p>A WordPress event is not complete without a Wapuu, and not only was there one, but there was a whole campaign to color it in! Thanks to <a href=\"https://profiles.wordpress.org/triforcepower/\">Em DeRosia</a> for creating the commemorative Wapuu!</p>\n\n\n\n\n<img width=\"737\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=737%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15532\" />\n\n\n\n<img width=\"737\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=737%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15528\" />\n\n\n\n<img width=\"722\" height=\"956\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Ft8DCn9WcA08xYZ.jpeg?resize=722%2C956&ssl=1\" alt=\"\" class=\"wp-image-15531\" />\n\n\n\n<img width=\"832\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=832%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15534\" />\n\n\n\n<img width=\"819\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=819%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15533\" />\n\n\n\n<img width=\"1024\" height=\"829\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=1024%2C829&ssl=1\" alt=\"\" class=\"wp-image-15530\" />\n\n\n\n<img width=\"1024\" height=\"712\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=1024%2C712&ssl=1\" alt=\"\" class=\"wp-image-15535\" />\n\n\n\n<img width=\"709\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=709%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15536\" />\n\n\n\n<img width=\"737\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=737%2C1024&ssl=1\" alt=\"\" class=\"wp-image-15529\" />\n\n\n\n\n<p>The Marketing team ran an interactive campaign, <a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\"><em>From Blogs to Blocks</em></a>, a series of prompts across 20 days for WordPress enthusiasts to celebrate all-things WordPress.</p>\n\n\n\n<p>Additional campaigns took place on social media and included prompting folks to share their favorite WordPress memory and most cherished WordPress swag item, to highlight the 21 contributing teams, and even to share a birthday greeting.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">My fav <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> swag, which I use daily! This was the speaker swag from <a href=\"https://twitter.com/hashtag/WCBos?src=hash&ref_src=twsrc%5Etfw\">#WCBos</a> 2019. <a href=\"https://twitter.com/melchoyce?ref_src=twsrc%5Etfw\">@melchoyce</a>, I think you designed this stunning logo? <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/1sEIEMGzM9\">https://t.co/1sEIEMGzM9</a> <a href=\"https://t.co/F0ufF9msqP\">pic.twitter.com/F0ufF9msqP</a></p>&mdash; Angela Jin (@AngelaSJin) <a href=\"https://twitter.com/AngelaSJin/status/1650832707683864578?ref_src=twsrc%5Etfw\">April 25, 2023</a></blockquote>\n</div>\n\n\n\n<p>We had lots of digital goodies too! From 3D desktop wallpaper, to selfie-props for the celebrations, and more. <a href=\"https://wp20.wordpress.net/swag/\">You can download them here</a>.</p>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\"><img alt=\"\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?ssl=1\" /><img alt=\"\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg?ssl=1\" /></div><div class=\"tiled-gallery__col\"><img alt=\"WP20\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?ssl=1\" /></div></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Got Swag? Need Swag?</h2>\n\n\n\n<p>It&#8217;s not too late to order your WP20 commemorative items. <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">Find shirts, stickers, and more, while supplies last</a>!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>See you in five years for the 25th!</strong></h2>\n\n\n\n<p>Sign up here to stay in the &#8220;know&#8221;!</p>\n\n\n	<div class=\"wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions\">\n		<div class=\"jetpack_subscription_widget\">\n			<div class=\"wp-block-jetpack-subscriptions__container\">\n				<form action=\"https://wordpress.org/news/feed/\" method=\"post\" accept-charset=\"utf-8\" id=\"subscribe-blog-1\">\n					<p id=\"subscribe-email\">\n						<label id=\"jetpack-subscribe-label\" class=\"screen-reader-text\" for=\"subscribe-field-1\">\n							Type your email…						</label>\n						<input type=\"email\" name=\"email\" class=\"no-border-radius  required\" value=\"\" id=\"subscribe-field-1\" />\n					</p>\n\n					<p id=\"subscribe-submit\">\n						<input type=\"hidden\" name=\"action\" value=\"subscribe\" />\n						<input type=\"hidden\" name=\"blog_id\" value=\"14607090\" />\n						<input type=\"hidden\" name=\"source\" value=\"https://wordpress.org/news/feed/\" />\n						<input type=\"hidden\" name=\"sub-type\" value=\"subscribe-block\" />\n						<input type=\"hidden\" name=\"redirect_fragment\" value=\"subscribe-blog-1\" />\n												<button type=\"submit\" class=\"wp-block-button__link no-border-radius\" name=\"jetpack_subscriptions_widget\">\n							Subscribe						</button>\n					</p>\n				</form>\n\n							</div>\n		</div>\n	</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Aug 2023 14:54: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";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:83:\"WPTavern: group.one Acquires BackWPup, Adminimize, and Search &amp; Replace Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=147855\";s:7:\"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:86:\"https://wptavern.com/group-one-acquires-backwpup-adminimize-and-search-replace-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2191:\"<p><a href=\"https://www.group.one/en\">group.one</a>, a European cloud hosting and digital marketing services provider, has <a href=\"https://inpsyde.com/en/inpsyde-announces-sale-of-backwpup-adminimize-and-searchreplace/\">acquired</a> the <a href=\"https://backwpup.com/\">BackWPup</a>, <a href=\"https://wordpress.org/plugins/adminimize/\">Adminimize</a>, and <a href=\"https://wordpress.org/plugins/search-and-replace/\">Search &amp; Replace</a> plugins from Inpsyde. Together the products have more than 1.1 million active installs and will join group.one&#8217;s growing portfolio of WordPress products, which include <a href=\"https://wp-rocket.me/\">WP Rocket</a>, <a href=\"https://imagify.io/\">Imagify</a>, and <a href=\"https://rankmath.com/\">Rank Math SEO</a>.</p>\n\n\n\n<p>Inpsyde sold the plugins to focus more on its consulting and product services.</p>\n\n\n\n<p>&#8220;This sale lets us concentrate on our core competencies and work more closely with our clients, like PayPal, Payoneer, and Mollie, providing the know-how to develop and reach their full potential with new avenues for advancement,&#8221; Inpsyde CEO Alex Frison said.</p>\n\n\n\n<p> The acquired plugins will be managed by the development team at WP Media, one of group.one&#8217;s brands, expanding its offerings beyond optimization and SEO to include backup and site management capabilities. </p>\n\n\n\n<p>&#8220;Backup and recovery solutions are crucial to protect websites against data loss and we look forward to further developing BackWPup, along with Adminimize and Search &amp; Replace,&#8221; group.one CEO Daniel Hagemeier said. &#8220;Together with WordPress hosting from WP.one and one.com, and our flagship products WP Rocket, Imagify, and Rank Math SEO, WordPress users can now come to group.one to optimize, secure, maintain and promote their online presence.”</p>\n\n\n\n<p>When asked what specific features are being prioritized on the immediate roadmap, group.one representative Simon Kraft said &#8220;the smooth transition over to WP Media&#8221; is their focus following the sale. He was unable to comment on whether the commercial versions of the acquired plugins would be subject to any pricing changes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Aug 2023 03:08: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: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: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:73:\"WPTavern: Should WordPress.org Support Threads Auto-Close After 6 Months?\";s:7:\"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=147304\";s:7:\"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:81:\"https://wptavern.com/should-wordpress-org-support-threads-auto-close-after-a-year\";s: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:5389:\"<p>WordPress.org&#8217;s <a href=\"https://wordpress.org/support/forums/\">support forums</a> are a vital resource and communication tool for users supporting their own sites and developers extending the software. Visiting the forums often means users have gotten stuck somehow and need to have a successful support experience in order to continue on their WordPress journeys. They are looking for help deciphering the meaning of error messages, migrating sites, debugging their sites after an update, and many other common struggles of self-hosting.</p>\n\n\n\n<p>A <a href=\"https://meta.trac.wordpress.org/ticket/7161\">ticket</a> on Meta trac, which was opened three weeks ago, proposes that WordPress.org remove auto-closure from support forum threads and instead add a warning that the thread is old. Threads currently auto-close six months after last reply, unless manually closed sooner than that.</p>\n\n\n\n<p>Amber Hinds, plugin author and CEO of Equalize Digital, made a case for instances where it is necessary to respond to an old thread:</p>\n\n\n\n<ul>\n<li>As a plugin dev, we forgot to subscribe to a plugin&#8217;s forum and only saw support threads many months later. Currently, there is no way to provide assistance on these threads.</li>\n\n\n\n<li>If a user requests a feature that is not currently available and you release it many months later, it would be nice to update their support request and let them know.</li>\n</ul>\n\n\n\n<p>Hinds referenced a conversation on Post Status&#8217; Slack where Matt Mullenweg recommended removing the closure for old threads completely and adding a warning in its place:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Let&#8217;s move away from auto-closing to just having a warning that you&#8217;re replying to an old thread</p>\n</blockquote>\n\n\n\n<p>Not all participants in the discussion are in favor of leaving support tickets open. Several contributors contended that this approach can lead to unproductive replies piling up or multiple people jumping in on threads with similar unrelated issues, making it difficult for developers to solve the original request. </p>\n\n\n\n<p>&#8220;Old topics mostly attract spam, me-too-pile&#8217;ons and random replies,<br />its very rare when an actual reply is needed to something that has no activity for&nbsp;<strong>six months</strong>,&#8221; WordPress support forums moderator Yui said.</p>\n\n\n\n<p>&#8220;Current policy is to leave such topics closed, however, making an&nbsp;<strong>exclusion</strong>&nbsp;and manually reopen it at request can be made possible when the reasons for it are&nbsp;<strong>compelling</strong>&nbsp;(It can be discussed on Support team weekly chat, if needed).&#8221;</p>\n\n\n\n<p>WordPress accessibility contributor Joe Dolson is in favor of giving plugin authors the ability to determine when a thread gets closed, a modification that partially addresses the issues at play.</p>\n\n\n\n<p>&#8220;It would help alleviate it to give plugin authors the ability to close a thread,&#8221; Dolson said. &#8220;Though when you have thousands of open support threads, that would still be a pretty significant potential burden.</p>\n\n\n\n<p>&#8220;I think there should be a better way of handling closed support threads &#8211; it&#8217;s a problem that auto-closed threads literally *cannot* be re-opened because they&#8217;ll just auto-close again. But I&#8217;m dubious about just leaving them open.</p>\n\n\n\n<p>&#8220;At the least, I think that removing the auto-closing *must* come with some ability for plugin authors to close threads; otherwise this would become totally unmanageable.&#8221;</p>\n\n\n\n<p>Changing thread closure policy could also impact the metric displayed on plugins, indicating how many issues have been marked as resolved in the last two months. If more people are allowed to jump in on threads with them open, the resolved threads metric may not be as meaningful.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"806\" height=\"510\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-Shot-2023-08-16-at-4.06.11-PM.png\" alt=\"\" class=\"wp-image-147891\" />\n\n\n\n<p>Hinds recommends a hybrid approach, keeping auto-close in place but allowing plugin contributors to reopen threads, restarting the clock for auto-closure.</p>\n\n\n\n<p>&#8220;I discovered 12 support tickets yesterday on a plugin I had not realized we were not subscribed to, which I want to at least comment on to see if they still need help,&#8221; Hinds said. &#8220;I can&#8217;t do this. It&#8217;s a frustrating experience for me and clearly a poor user experience for the original poster or anyone else who encounters that thread with a similar problem.</p>\n\n\n\n<p>&#8220;Another option might be to auto-close them but add a button that allows them to be reopened by plugin contributors that sets another six-month (or maybe a shorter time period) timeline before auto-close.&#8221;</p>\n\n\n\n<p>It&#8217;s easy to forget that most people do have a vast network of WordPress professionals available to answer questions for them on Twitter or other networks, so the forums remain an important lifeline for users. Contributors have not yet come to a decision about whether leaving threads open for longer will provide a better experience or not. The discussion on <a href=\"https://meta.trac.wordpress.org/ticket/7161\">changing the auto-close policy</a> continues on Meta trac.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2023 21:10:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:64:\"Do The Woo Community: More WordCamp US Speakers Tips and Teasers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/more-wordcamp-us-speakers-tips-and-teasers/\";s: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:387:\"<p>Listen to Courtney Patubo Kranzke, Sean Blakely, Jonathan Desrosiers, Sumner Davenport and Destiny Kanno.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/more-wordcamp-us-speakers-tips-and-teasers/\">More WordCamp US Speakers Tips and Teasers</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2023 17:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"Do The Woo Community: WordCamp US Speakers Tips and Teasers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76029\";s:7:\"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:\"https://dothewoo.io/wordcamp-us-speakers-tips-and-teasers/\";s: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:394:\"<p>Here tips and teasers from George Woodard, Danielle Zacaro, Hari Shanker, Aid Correa-Jackson, Ryan Smith and Shambi Broome</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordcamp-us-speakers-tips-and-teasers/\">WordCamp US Speakers Tips and Teasers</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2023 14:37: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"HeroPress: New life thanks to WordPress – Una nueva vida gracias a 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:56:\"https://heropress.com/?post_type=heropress-essays&p=5738\";s:7:\"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:130:\"https://heropress.com/essays/new-life-thanks-to-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=new-life-thanks-to-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:7201:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2023/08/081423-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress empowered me to craft a better life for my family. WordPress me permitió forjar una vida mejor para mi familia.\" />\nHear Jennifer&#8217;s story in her own voice.\n\n\n\n\n\n\n<p><a href=\"https://heropress.com/feed/#espanol\">Este ensayo también está disponible en español.</a></p>\n\n\n\n<p>Hello, my name is Jennifer Farhat, and I reside in Burnaby, a charming city nestled in British Columbia, Canada. My role as a Frontend Engineer at WebDevStudios, an amazing and globally distributed company entirely devoted to WordPress, allows me to collaborate with a diverse team across the world. Today, I&#8217;m excited to share my journey with you.</p>\n\n\n\n<p>I was born In &nbsp;the enchanting land of Venezuela, a South American gem renowned for its warm-hearted people and diverse climate, It has snow-dusted landscapes in Mérida, gentle plains of Los Llanos, and the sun-soaked beaches along the eastern shores.</p>\n\n\n\n<p>Before my journey to British Columbia, I enjoyed a vibrant life on Margarita Island, often dubbed the &#8220;pearl of the Caribbean.&#8221; This paradise on earth nurtured my passion for tennis from a young age. I climbed the ranks and became one of the top players in my country. Transitioning into a Tennis Coach, I imparted my knowledge to players of all ages. This continued even as I pursued my studies in computer science, graduating in 2010. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>My path naturally evolved to web development, and despite the bittersweet decision to step away from coaching, it marked the beginning of my journey as a dedicated web developer. </p>\n</blockquote>\n\n\n\n<p>My path intertwined with WordPress, a platform I quickly grew to adore. The company I worked for began embracing it, using WordPress to cater to our clients&#8217; needs.</p>\n\n\n\n<p>However, the backdrop of my homeland&#8217;s struggles was undeniable. By 2016, the economic and political turmoil had escalated. Basic essentials became hard to find, despite having the means to acquire them. This dire scenario pressed upon my family, particularly my eight-month-old daughter who faced shortages of formula and diapers. The pivotal moment arrived in August 2016 when my family and I embarked on a tough choice – leaving our homeland. Our journey took us through Colombia before finally settling in the picturesque city of Vancouver, where reality felt like a picture-perfect postcard.</p>\n\n\n\n<p>The initial phase was an uphill battle, marked by paperwork hurdles and employment challenges due to our uncertain legal status. Just when we were about to give up and were contemplating leaving Vancouver, an opportunity surfaced – centered around WordPress. This newfound role not only offered the means to secure legal status but also laid the foundation for a brighter future for my daughter and my two-year-old son, who was born in our new home years later.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Grateful for this transformation, I credit WordPress for extending a lifeline at a crucial and difficult moment of my life.</p>\n</blockquote>\n\n\n\n<p>It empowered me to craft a better life for my family. In return, I remain dedicated to contributing to the community that has given me so much, knowing that my efforts will always fall short of the boundless generosity I&#8217;ve received.</p>\n\n\n\n<h1 id=\"espanol\" class=\"kt-adv-heading5738_ccceef-d5 wp-block-kadence-advancedheading\"><strong>Una nueva vida gracias a WordPress</strong></h1>\n\n\n\nEscucha el ensayo de Jennifer con su propia voz\n\n\n\n<p>Hola, mi nombre es Jennifer Farhat, y actualmente resido en Burnaby, una encantadora ciudad ubicada en British Columbia, Canadá. Mi rol como Frontend Engineer en WebDevStudios, una asombrosa empresa 100% remota a nivel global completamente dedicada a WordPress, me permite colaborar con un equipo diverso alrededor del mundo. Hoy, estoy emocionada por compartir mi historia.</p>\n\n\n\n<p>Nací en el maravilloso país &nbsp;de Venezuela, una joya sudamericana reconocida &nbsp;por su gente cálida y su clima variado. Cuenta con paisajes diversos, desde la increíble &nbsp;Mérida, las suaves llanuras en Los Llanos y hasta playas bañadas por el sol en las costas orientales.</p>\n\n\n\n<p>Antes de mi travesía a British Columbia, disfruté de una vida vibrante en la Isla de Margarita, a menudo llamada &#8220;la perla del Caribe&#8221;. Este paraíso en la tierra nutrió mi pasión por el tenis desde joven. Escalé posiciones y me convertí en una de las mejores jugadoras de mi país. Pase luego a ser Entrenadora de Tenis, compartiendo mis conocimientos con jugadores de todas las edades. Esto continuó mientras estudiaba en la Universidad, graduándome en 2010. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Mi camino naturalmente evolucionó hacia el desarrollo web, a pesar de la agridulce decisión de apartarme del deporte, marcando el inicio de mi camino como una desarrolladora Web dedicada al 100%. </p>\n</blockquote>\n\n\n\n<p>Mi camino se entrelazó con WordPress, una plataforma que rápidamente llegué a adorar. La empresa para la que trabajaba comenzó a adoptarla, usando WordPress para atender las necesidades de nuestros clientes.</p>\n\n\n\n<p>Sin embargo, la situación por la que pasaba mi país era innegable. Hacia 2016, los problemas económicos y políticos habían escalado. Productos de básica necesidad &nbsp;se volvieron difíciles de encontrar. Esta difícil situación &nbsp;afectó a mi familia, particularmente a mi hija de ocho meses que enfrentaba escasez de fórmula y pañales. El momento crucial llegó en agosto de 2016, cuando mi familia y yo tomamos la difícil decisión de dejar nuestra patria. Nuestro viaje nos llevó primero a Colombia y finalmente a la pintoresca ciudad de Vancouver, donde parece que uno vive dentro de una un postal perfecta.</p>\n\n\n\n<p>La fase inicial fue una batalla cuesta arriba, marcada por obstáculos &nbsp;y desafíos laborales debido a nuestra incierta situación legal. Justo cuando estábamos a punto de rendirnos y pensábamos en dejar Vancouver, surgió una oportunidad de trabajo centrada en WordPress. Este nuevo rol no solo ofreció los medios para asegurar un estatus legal, sino que también sentó las bases para un mejor futuro para mi hija y mi hijo de dos años, quien nació años después en nuestro nuevo hogar.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Agradecida por esta transformación, le doy crédito a WordPress por brindarme una oportunidad en un momento crucial y difícil en mi vida. </p>\n</blockquote>\n\n\n\n<p>Me permitió forjar una vida mejor para mi familia. A cambio, estoy comprometida a contribuir a la comunidad que tanto me ha dado, sabiendo que mis esfuerzos siempre quedarán cortos frente a la generosidad sin límites que he recibido.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/new-life-thanks-to-wordpress/\">New life thanks to WordPress &#8211; Una nueva vida gracias a WordPress</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, 16 Aug 2023 14:34: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:15:\"Jennifer Farhat\";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:97:\"WPTavern: #87 – Jonathan Wold on Guildenberg, What It Is and How It Aims to Help Product Owners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=147811\";s:7:\"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:110:\"https://wptavern.com/podcast/87-jonathan-wold-on-guildenberg-what-it-is-and-how-it-aims-to-help-product-owners\";s: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:65646:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case Guildenberg, what it is and how it aims to help product owners.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Jonathan Wold.</p>\n\n\n\n<p>Jonathan has been deeply involved in the WordPress community for almost two decades. He began writing tutorials and freelancing, which eventually died him to the agency world, where he worked on large enterprise projects. In the past five to six years, Jonathan has shifted his focus to the broader WordPress ecosystem. He&#8217;s also had the opportunity to work at WooCommerce and collaborate with the team at Automattic. Despite the demands of his busy career, Jonathan&#8217;s passion for WordPress has only grown stronger over the years.</p>\n\n\n\n<p>Jonathan is one of the co-founders of Guildenberg, and in the podcast today we discuss what this project is and how it aims to revolutionize the WordPress product ecosystem.</p>\n\n\n\n<p>We start the conversation by highlighting the importance of behavior in the WordPress community and the core values that drive the platform. Autonomy, meritocracy, utility, and giving credit where credit is due. Jonathan emphasizes the significance of giving credit to the original creators of work, even though it may not be legally required.</p>\n\n\n\n<p>We move on to talk about how Guildenberg aims to solve some of the key problems faced by WordPress product owners, such as monetization, compatibility and distribution. Jonathan envisions a system where product owners pay a fee for distribution of their products. With a portion of that revenue going back to the Guildenberg project. By aligning incentives and providing economic motivations for contributors, Guildenberg seeks to create a sustainable and thriving ecosystem for the open web.</p>\n\n\n\n<p>We get into the inspiration behind the name Guildenberg, which combines the idea of Gutenberg and the guild institutions from medieval Europe.</p>\n\n\n\n<p>We also discussed the team&#8217;s longterm vision of creating an app store for WordPress that spans the majority of installations, offering monetization options, and enforcing compatibility standards.</p>\n\n\n\n<p>If you&#8217;re a WordPress developer, who&#8217;s keen to find a way to create visibility for your product this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to. WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Jonathan Wold.</p>\n\n\n\n<p>I am joined on the podcast today by Jonathan Wold. Hello, Jonathan.</p>\n\n\n\n<p>[00:03:58] <strong>Jonathan Wold:</strong> Hey Nathan, how are you?</p>\n\n\n\n<p>[00:04:00] <strong>Nathan Wrigley:</strong> Very good. Jonathan&#8217;s joining us, I think, for the second time on the Jukebox podcast. We&#8217;re going to have an in depth conversation about something which is close to his heart. It&#8217;s called Guildenberg. I&#8217;m going to make a link in the show notes to an article which I think probably would be a wise idea to read to give you some perspective.</p>\n\n\n\n<p>Before we begin and dive into the subject matter though, Jonathan just tell us who you are. Tell us about your WordPress journey.</p>\n\n\n\n<p>[00:04:27] <strong>Jonathan Wold:</strong> So I&#8217;ve been immersed in the world of WordPress now for about 18 years. I started out writing tutorials and I did a bunch of freelance early on. Spent a couple of years in the agency world doing some big enterprise stuff. And then spent the past five, six years or so focused on the ecosystem more broadly.</p>\n\n\n\n<p>I also got to spend some time at WooCommerce. The lovely folks over at Automattic, and yeah it&#8217;s been quite nonstop for me. I think a good indicator is that I like WordPress even more 18 years later than I did when I started. And I think that the community is a massive part of that. That&#8217;s what got me hooked initially.</p>\n\n\n\n<p>Folks on the .org forums answering my questions and showing me, oh wow, there&#8217;s something about this like open source space. And not just open source, but WordPress specifically that drew me. And yeah never looked back.</p>\n\n\n\n<p>[00:05:23] <strong>Nathan Wrigley:</strong> Great, thank you. So we&#8217;re going to be talking about something called Guildenberg. I&#8217;m going to repeat that word, Guildenberg. It&#8217;s not the word that I&#8217;m used to saying, which is Gutenberg. So we&#8217;ve got the berg bit, that&#8217;s the same. But then we&#8217;ve got this guild bit at the beginning and I guess maybe Europeans, I don&#8217;t know, maybe I&#8217;m mischaracterizing that, but it feels like Europeans who have a thirst for historical knowledge perhaps know what guilds are.</p>\n\n\n\n<p>I don&#8217;t know if it was something that came across the pond to North America, but did it? And if it didn&#8217;t, what are guilds?</p>\n\n\n\n<p>[00:05:57] <strong>Jonathan Wold:</strong> So that&#8217;s a fun way to frame it. So first I&#8217;ll call out that one of the things that I&#8217;ve loved about this community. Because it is by default, like international in nature, I&#8217;ve had the privilege of being exposed to a lot of ideas that might not have been as prevalent to me with my North American base otherwise.</p>\n\n\n\n<p>I can&#8217;t recall where the concept of the guild first came up, but where I went to immediately was reading about the history of guilds in Europe, right? That&#8217;s the foundation for a lot of my initial thinking about this. Here in the States we have the concept of unions, which has some parallels, but it&#8217;s focused more on trade and specific lines of work.</p>\n\n\n\n<p>Yeah my basis for this was reading about the history of guilds in Europe. The positives and the negatives from a few different perspectives and I found that super helpful.</p>\n\n\n\n<p>[00:06:49] <strong>Nathan Wrigley:</strong> I think at least anyway, that the guild traditionally was an organization which would bind together people who did a very similar thing. So, for example, you might have, I don&#8217;t know, a printer&#8217;s guild. Or you might have a blacksmith&#8217;s guild or something like that. And it would be a kind of club, for want of a better word, of people so that they could share their experience. They could share their knowledge. They could keep up to date with what the other people were doing. I think I&#8217;ve got that right.</p>\n\n\n\n<p>[00:07:18] <strong>Jonathan Wold:</strong> Yes, and it&#8217;s curious too that just by the nature of who&#8217;d be involved you&#8217;d often have competitors. Yet they were working together. There&#8217;s benefits and trade offs, right? But overall though the idea is that they&#8217;d work together to improve the quality of their work.</p>\n\n\n\n<p>So you had guilds that took this quite far where they also have seals that, you know, used by the guild to say okay, we have a quality approval here. Others who it was more loose, like an association where we&#8217;re supporting each other, sharing ideas, et cetera. Some got pretty heavy into regulating production and monitoring, and there&#8217;s a lot of different facets of it.</p>\n\n\n\n<p>The heart of it though, and my primary interest is facilitating cooperation in what would otherwise be a decentralized space. And many of these just somewhat by their nature, the folks who&#8217;d be involved in these guilds, they were individual entrepreneurs doing their own things and decided to come together to facilitate cooperation, collaboration around opportunities of mutual interest.</p>\n\n\n\n<p>[00:08:21] <strong>Nathan Wrigley:</strong> So you&#8217;ve put a article together. It was written at the latter part of last year, August, 2022. It&#8217;s called a Guild for WordPress Businesses. And helpfully you start out explaining your knowledge of what a guild is. But the intention of that really is to begin the conversation in which you propose, perhaps there should be a WordPress businesses guild. And you&#8217;ve come up with the name Guildenberg which for obvious reasons, kind of fits the ecosystem just perfectly.</p>\n\n\n\n<p>Now in order to have a solution to something, presumably you have to have a problem for it to be solving. So again, right near the top of the article you outline three problems which you see going on in the WordPress product business space at the moment.</p>\n\n\n\n<p>Now I could introduce them but I feel it&#8217;s probably better to just hand it over to you and you tell us what your thoughts are.</p>\n\n\n\n<p>[00:09:11] <strong>Jonathan Wold:</strong> So quick shout out to my co founder Anna Maria Radu. She came up with the name, and it was a fun process. Like what are we going to call this thing? And she&#8217;s the one who picked it up and combined the idea of Gutenberg and the guild together. So she gets that credit, among many other credits.</p>\n\n\n\n<p>The key starting point here was like what problems are we setting to work on, right? And it was that problem set that we&#8217;ll touch on in a moment that became the basis for saying, okay, what construct could we use to solve these? And that&#8217;s where the concept of the guild began to fit in.</p>\n\n\n\n<p>So within WordPress specific product businesses, and I think that&#8217;s important to call out too. I care about the agency space, I have a lot of context and background for that. But what I think, let me take a step back. For about five, six years now I&#8217;ve been thinking more and more about WordPress as an ecosystem, and thinking about, okay, what are some of the leverage points?</p>\n\n\n\n<p>What are ways that we can grow and improve this ecosystem? And for me that matters because of the position that WordPress takes within the context of the open web. I believe that the healthier our ecosystem is, the better it is for the web.</p>\n\n\n\n<p>I like the proprietary platforms that they hold. They can foster innovation. They can bring clear value. I don&#8217;t want to see a web though dominated by proprietary platforms. And so I look at WordPress&#8217; place today, it&#8217;s great in terms of its market share. We want to see it become even healthier and stronger, and be in a place where the proprietary and open source are meeting together. But there&#8217;s a balance of power there.</p>\n\n\n\n<p>So that&#8217;s a starting point. What can we do to grow the ecosystem and make it stronger? At first, and for several years, I was quite convinced that helping hosting companies work together was going to be how we move the ecosystem forward. I still think that&#8217;s a piece of the puzzle.</p>\n\n\n\n<p>But what I focused on, what I realised, in that process is that you have to figure out a way to align incentives. And there were some inherent problems with facilitating cooperation amongst the hosts. And that could be a whole topic in and of itself. What I ended up settling on though is that of the three primary business groups in the ecosystem, you have the service providers, that&#8217;s your agencies and freelancers, you have the hosting providers, and you have the product companies.</p>\n\n\n\n<p>I believe that the product companies have the greatest opportunity for leverage, to grow and improve the ecosystem. Because they&#8217;re the ones that are directly touching, okay so there&#8217;s that idea that they have the greatest leverage. And I think that the reason why is when you look at WordPress through this framing of being an operating system for creating on the open web, which is something that Matt Mullenweg has been talking about for years now. He first introduced that idea.</p>\n\n\n\n<p>If you think about WordPress as an operating system, and then you think about the products as being on the app store, that&#8217;s where I think it starts to come into perspective.</p>\n\n\n\n<p>You need a whole ecosystem of hosting providers and service providers, but the products are like the apps that bring the core value. And if you think about it there&#8217;s very few people these days who would use WordPress without any plugins, without any apps, if you will.</p>\n\n\n\n<p>And so I ended up settling on, okay, product companies are the key leverage point for being able to grow and strengthen the ecosystem. So what problems do they have? And there are three problems that stand out to me that are faced by product companies in the space. And I&#8217;m going to focus first on those that are just WordPress specific. SaaS is another category but they have some of their own, they have a different set of problems.</p>\n\n\n\n<p>For WordPress founders the first one is what I just call like monetisation. This category of monetisation. A lot of folks who grew up in the WordPress space, created products, often had developer backgrounds. Monetisation has been something that we&#8217;ve struggled with. Whether it&#8217;s pricing, whether it&#8217;s business model, whether it&#8217;s just that we&#8217;re copying someone else who didn&#8217;t get that figured out. We tend to be poorly monetised in the space.</p>\n\n\n\n<p>And the key here is it&#8217;s misaligned with value. There are end users, for instance, that look at the price of a WordPress product and don&#8217;t trust it. You&#8217;re telling me that I&#8217;m going to build my business on this product that only costs a couple hundred dollars. I&#8217;m supposed to have confidence in that when the SaaS counterparts are thousands of dollars.</p>\n\n\n\n<p>So there&#8217;s more to it than that. It&#8217;s great to be able to pass on value to the end users but it needs to be a conscious decision. And a lot of times folks making decisions on monetisation don&#8217;t have a strong basis for it. And they&#8217;re not focused on aligning with value to the end user. They&#8217;re just picking an arbitrary price. So that&#8217;s problem one.</p>\n\n\n\n<p>Problem two is compatibility. And it&#8217;s this idea that a lot of these products just don&#8217;t work well together. Not because they don&#8217;t intend to but because there&#8217;s so many different ways of doing things. There aren&#8217;t any shared, well there are intentions towards shared standards, but there&#8217;s missing alignment of interest to actually enforce those standards and improve them.</p>\n\n\n\n<p>It&#8217;s like product developers will do so because they care about it, but those tend to be the minority. And oftentimes some of the most popular plugins don&#8217;t do that. It&#8217;s a lot of work and there&#8217;s not a lot of incentive to make things all work well together.</p>\n\n\n\n<p>The last one, and I think the one that shows the most, that sticks out the most, that&#8217;s the most pressing, the most problematic for folks, is distribution.</p>\n\n\n\n<p>You have these products that solve a clear problem for their audience. There&#8217;s a clear value proposition. They have that, what we&#8217;d call product market fit. And yet the majority of their addressable market within the WordPress ecosystem has no idea that they even exist. According to WebPro&#8217;s data we have 92 million active WordPress sites.</p>\n\n\n\n<p>And on the one hand, if you&#8217;re building a product in the WordPress space that&#8217;s fantastic, right? You have a massive addressable market that you can get to. But on the other, there&#8217;s no clear cut way today to actually get to that addressable market. For the simple fact that all of those 92 million are spread out over thousands of different hosting companies, who are somewhat effectively their own ecosystems in and of themselves.</p>\n\n\n\n<p>[00:15:15] <strong>Nathan Wrigley:</strong> Makes perfect sense. So let&#8217;s deal with those in turn. The monetisation piece where you talk about the fact that businesses are often either undervaluing their offering, or there&#8217;s a perceived, prejudice is the wrong word, but just the idea that things in the WordPress ecosystem ought to be cheap, everybody else is cheap so I should probably be cheap because I need to undercut my main competitor.</p>\n\n\n\n<p>I don&#8217;t really have any insight into the world outside of WordPress, so I don&#8217;t really know how far that argument carries. Perhaps you do? What I&#8217;m really asking for there is a bit of clarification. Are we orders of magnitude behind in terms of the value that we put on our products? Are we, for example, charging a fifth, a quarter, a third of what you might typically find elsewhere?</p>\n\n\n\n<p>[00:16:02] <strong>Jonathan Wold:</strong> So it depends. I would say at least from what I&#8217;ve observed and my sense of things on just the small business front, we&#8217;re behind but not terribly behind. Where it really starts to show up is with mid market and enterprise pricing. If we even go that far, right?</p>\n\n\n\n<p>Like enterprise certainly makes use of WordPress and there&#8217;s a pretty big disconnect overall between value and price and business model even. And just for instance, offering enterprise level support.</p>\n\n\n\n<p>It&#8217;s hard to pin down because sometimes it will be based on verticals, like you&#8217;ll have a WordPress creator or WordPress product that will focus on a particular vertical. But they&#8217;re not really matching the expectations in that vertical. It&#8217;s all over the board. On the one hand, it&#8217;s delightfully autonomous, people have the freedom to do whatever they want.</p>\n\n\n\n<p>The real problem that I see with this is that they&#8217;re not explicitly aligning it with value to that end user, which can vary. An enterprise, for instance, they have a whole different, they&#8217;re doing millions of dollars a month in revenue and the plugin that they&#8217;re using as a basis for that is only a couple hundred dollars, that kind of scares them, right? Like how do we know that we&#8217;re gonna get the support that we need? And the author hasn&#8217;t even necessarily considered that.</p>\n\n\n\n<p>[00:17:17] <strong>Nathan Wrigley:</strong> It is interesting as well, you were talking about products that were in the region of sort of $200 and presumably that was the sort of southern estimate. But it&#8217;s not difficult to find plugins that are considerably cheaper than that as well. You know the number 49 and 47 dollars for a license, for a single site license, for something might be something that you see all over the place. And it does beg the question, how many of those licenses does a product developer need to move in order for their business to become worthwhile to them?</p>\n\n\n\n<p>You know if you&#8217;re going to be putting in the time to have that as your single focus, which in many cases I&#8217;m sure the developers would love to have. You really do have to be shifting tens of thousands of those, for support and all of the things that go along with that. So yeah, I think undervalued is an interesting term there.</p>\n\n\n\n<p>[00:18:08] <strong>Jonathan Wold:</strong> And it&#8217;s interesting. Some folks might infer from this that, oh we just want to like price fix the ecosystem. Like no that&#8217;s not interesting to me at all. I love folks having the autonomy to price whatever they want to. What I&#8217;m concerned about, because it&#8217;s also a good way to drive innovation too, right?</p>\n\n\n\n<p>If you&#8217;re going to charge more it should be tied to value. It&#8217;s not just about extracting. It&#8217;s how do you align with additional value to the end user? And just the general challenge I see, and I think this is one that we solve through education and through modeling, is developers and product owners, entrepreneurs who just aren&#8217;t asking the right questions, and aren&#8217;t focused on that value piece.</p>\n\n\n\n<p>That&#8217;s like oh okay, well my competitors are generally doing this so I&#8217;ll just do less. Or they&#8217;ll think oh if I just do less I&#8217;ll get more volume. But they&#8217;re not considering the longterm consequences of charging less, and whether they&#8217;ll be able to support it longterm.</p>\n\n\n\n<p>So it&#8217;s a problem that we solve I think through education and through better examples in the space, and we&#8217;re starting to get more of those. But I just wanted to point out it&#8217;s not like I just want everyone to increase their prices. I want people to align with value for the end users. And a lot of cases that does include increasing your prices so that you can provide more value to them. But that&#8217;s not always the case. Sometimes it&#8217;s keep the price low.</p>\n\n\n\n<p>[00:19:22] <strong>Nathan Wrigley:</strong> Yeah. And then compatibility was the second point that you mentioned. This is really curious, isn&#8217;t it? Because I guess if you&#8217;re developing your own SaaS platform, really you don&#8217;t have any compatibility problems. You simply need to develop your own stack and you can ship whatever you like, whenever you like. So that doesn&#8217;t exist.</p>\n\n\n\n<p>But also if you are building on top of, let&#8217;s say WordPress&#8217; rivals, for example Wix or Squarespace or Shopify. Again, you&#8217;ve really only got one target to worry about. And that&#8217;s what Wix are doing and what Shopify are doing. So long as you&#8217;re keeping abreast of all of that, you&#8217;re good to go.</p>\n\n\n\n<p>Whereas, as you say, in the WordPress space, 60,000 plus I think it is at the moment, WordPress plugins, the combinations there are almost infinite. And that really can upset your business. I would imagine that a typical WordPress company support channel is constantly filled up with emails saying, well I&#8217;ve got these plugins and they don&#8217;t seem to work together, what do I do? And yeah, what do you do? So yeah, this is interesting endeavor.</p>\n\n\n\n<p>[00:20:21] <strong>Jonathan Wold:</strong> This especially shows up with the hosting providers, right? They&#8217;re the ones who often hear this first from the end users. And it&#8217;s a bit classic, right? If something&#8217;s not working, a lot of times folks will, one of the standard advice is well try to disable all the plugins and then kind work backwards from there. Which is a bit of a nightmare scenario really. To uninstall all your apps, I&#8217;m like what I don&#8217;t to do that. Like I picked these, there&#8217;s a reason for all this.</p>\n\n\n\n<p>So this often comes up with hosts and compatibility is overall in all my conversations with hosts, like one of, if not the number one cost centre for WordPress is stuff that just doesn&#8217;t work together.</p>\n\n\n\n<p>And again, I think that the core problem here is aligning incentives. It&#8217;s open source. One of the things we love about WordPress is the flexibility to do whatever we want. What often happens, and there&#8217;s benefits to this, but you&#8217;ll have developers who will do their own custom interfaces. They&#8217;ll try some new things. They&#8217;ll bring this thing, this development practice in or that one. They&#8217;ll try to use this SDK or something else. Like it&#8217;s just all over the board.</p>\n\n\n\n<p>The flexibility is great, but the trade off really shows up on the compatibility front where these things just don&#8217;t work together. And there&#8217;s a lot of cost to the end user or to the developer, when they&#8217;re trying to make things work with someone else. Including just a lot that&#8217;s outside of their control entirely. You could care about compatibility, put in all the effort, maybe you even create a patch for some other plugin author, and there&#8217;s no guarantee they&#8217;ll ever do anything with it.</p>\n\n\n\n<p>[00:21:47] <strong>Nathan Wrigley:</strong> That&#8217;s true. I speak to developers fairly frequently, some of whom do literally patch other people&#8217;s plugins so that they can get their support ticket queue down to zero. Yeah that&#8217;s really interesting. I guess the model that we would love to have, on the one hand, would be something akin to you know the Apple ecosystem where if an app is literally crashing the iPhone, Apple will just remove it from the ecosystem until it&#8217;s mended.</p>\n\n\n\n<p>Now that&#8217;s brilliant in the one sense that you can just get rid of all problems with the flick of one switch. But the downside of that is that system is about as closed as it possibly gets, and 30% of the revenue goes to Apple in that case. So swings and roundabouts really. Seemingly this is going to be a really difficult one to tackle.</p>\n\n\n\n<p>So is your endeavor around compatibility really just promoting what compatibility is? And just letting people know what the guidelines are for developing things and just making people good citizens of the WordPress development landscape.</p>\n\n\n\n<p>[00:22:45] <strong>Jonathan Wold:</strong> That&#8217;s a part of it, but I really think we have to align incentives. Let&#8217;s talk about the app store piece. My longterm vision, so on the one hand, I&#8217;m okay with this looking like any number of things so I&#8217;m not caught up on the details of it. But like my longterm vision and what we&#8217;re laying the groundwork now with Gildenberg is for there to be a quote unquote app store that spans 80% of all the WordPress installs out there. That solves a lot of these problems built into it, right?</p>\n\n\n\n<p>You&#8217;d have the monetisation piece taken care of by just accounting for standard models and having examples, etc. You&#8217;d have compatibility built in by having standards that are enforced at that submission level. If you&#8217;re going to be in this app store you have to follow these standards and guidelines and best practices. There&#8217;s a review process, etc.</p>\n\n\n\n<p>The incentive is there because you&#8217;re offering distribution. They&#8217;re like yeah this is worth doing. A developer is like yeah we&#8217;ll align around this shared standard which is ideally community created because we want the distribution on the other side of this.</p>\n\n\n\n<p>Now no one has to do it. This is I think where the difference shows up between what Apple has done. And there&#8217;s some comparisons to like, what do you have in the Android ecosystem? Our goal is not a hundred percent. Our goal is just the majority of WordPress installs. There&#8217;ll always be people who don&#8217;t want it.</p>\n\n\n\n<p>But it&#8217;s more than enough to be significant and to create those aligned incentives for folks to say oh yeah I&#8217;m going to follow these standards. And we get the, I don&#8217;t want to just have guidelines and playbooks and things that kind of on their own. There needs to be real incentives for people to do it. And distribution to me is the big incentive.</p>\n\n\n\n<p>[00:24:23] <strong>Nathan Wrigley:</strong> So distribution then, which is the third part, you mentioned it in terms of the 40 plus percent of the web which is using WordPress. And I think I&#8217;m right in saying that, is this really around discoverability as much as anything else? It&#8217;s trying to get traction for your product in a marketplace where you&#8217;re up against thousands of people. So if a guild were to be created there would at least be some structure, some formal network that you could rely upon to help spread the word if you like.</p>\n\n\n\n<p>[00:24:50] <strong>Jonathan Wold:</strong> Yeah it&#8217;s a combination of things. Discoverability is one of them and there&#8217;s different ways that you solve that. But .org for all the things that it does well is not built around, nor incentivized to solve, commercial interest problems. Not today at least, not that it couldn&#8217;t be in the future.</p>\n\n\n\n<p>The plugin review team is volunteer led. We have specific guidelines for specific reasons. And while we want to see growth and improvement there&#8217;s only so much that you can expect given the incentives, right? Like it&#8217;s volunteers and they work really hard to be as agnostic and neutral as possible. And at the end of the day, just from a end users and a product perspective, from a product perspective being listed on .org is no guarantee that you&#8217;ll be discovered by anyone, right? It&#8217;s par for the course, but .org is not trying to solve the discoverability problem. And ultimately plenty of folks get stuff like outside of .org.</p>\n\n\n\n<p>[00:25:49] <strong>Nathan Wrigley:</strong> So the idea then behind all of those three problems is that you&#8217;ve got a potential solution, this idea of a guild.</p>\n\n\n\n<p>So let&#8217;s move on to that then and describe what that guild looks like. Again, I guess it&#8217;s probably apropos right now to say you have not really fixed upon these ideas. This is the beginning of this conversation.</p>\n\n\n\n<p>You presumably would love for people having heard this podcast get back in touch with you and say I like this idea. I want to put my idea to you, see if we can take it in this direction. But yeah just outline what is the guild that you would hope to build? What are the designs that you&#8217;ve got behind it?</p>\n\n\n\n<p>[00:26:22] <strong>Jonathan Wold:</strong> The core idea right is to say okay what vehicle, what construct, is best suited to solving these three problems? It&#8217;s all rooted in this idea of finding and aligning incentives. So the App Store vision is the North Star. And the idea behind Guildenberg is okay, how do we lay a foundation for these things?</p>\n\n\n\n<p>So what I&#8217;ve been focused on over the past year or so with my co founders is, what&#8217;s the right economic engine for this? Like there&#8217;s a ton of stuff that we want to do. We want to create playbooks, open source things, facilitate just a bunch of stuff in the space. I&#8217;m super interested in how this connects to Five for the Future.</p>\n\n\n\n<p>And for all of that it&#8217;s like we need a strong economic engine that enables us, that aligns with value, that builds momentum in the right direction and enables us to do these things. And in my piece I originally outlined some different ideas on revenue models et cetera.</p>\n\n\n\n<p>What&#8217;s become clearer since, and what I&#8217;m focused on now is this the distribution problem itself. Like monetisation and compatibility, those are things that are going to become clearer with time. What I&#8217;m focused on now is okay, how do we start helping products today grow through distribution? And distribution itself then becomes our core economic engine. That&#8217;s the business of Gildenberg Inc, Gildenberg .com if you will.</p>\n\n\n\n<p>And so basically what we do today is we take products, we onboard them, we evaluate, review things, give them guidance, give them a roadmap. And then we help those products get distribution deals with hosting providers. And we&#8217;re basically the ones facilitating that.</p>\n\n\n\n<p>And so the idea, and I&#8217;m curious to see where it evolves, is to say okay let&#8217;s solve those three problems now and do so in a way that lets us build momentum and scale over time. And I think there&#8217;s a lot of things yet to be worked out and much of that&#8217;s going to come through who we work with, right?</p>\n\n\n\n<p>So right now it&#8217;s a small group of products, but I&#8217;m rapidly expanding that. And with each new product that comes in, where they&#8217;re bringing new ideas, new questions. The heart of this has been how do we create something that naturally builds on itself as we have success with what&#8217;s in front of us?</p>\n\n\n\n<p>[00:28:34] <strong>Nathan Wrigley:</strong> The model that you&#8217;ve just described is you&#8217;re building this, as a company comes in you&#8217;ll onboard them and give them the benefits that you can provide at the moment. Presumably the idea is that over time more and more of these will come on.</p>\n\n\n\n<p>And then you will have some kind of quorum of companies, enough to make this guild have enough clout out there so that you&#8217;re widely recognized. The name is out there. Everybody knows there&#8217;s benefits in this. But you&#8217;re in that kind of onboarding phase.</p>\n\n\n\n<p>Now it strikes me that if I were to join a guild, maybe there&#8217;s a piece of me coming to you that would have some sort of exclusionary principle in the back of my mind. In other words, okay I am, I don&#8217;t know, let&#8217;s say I&#8217;m an SEO plugin or something like that. And I&#8217;m thinking to myself, I&#8217;m seeing Guildenberg all over the place. This looks like something I could be a part of. But I want to be the SEO person. How do we work around that?</p>\n\n\n\n<p>Because I think in the traditional guild structure that was part of the deal, right? You got to be part of the guild and then you were the person in and we closed the door a little bit behind you because you&#8217;re living in that geographical area or whatever it may be.</p>\n\n\n\n<p>So the way to describe that here would be, okay you&#8217;re the SEO plugin. You&#8217;re the form plugin. You&#8217;re the speed optimization plugin. From the article that I&#8217;ve read you don&#8217;t want to do that. You want to welcome as many people in as you can, but from a product point of view, I guess I&#8217;d be thinking well I don&#8217;t really want to be in a guild with all my competitors.</p>\n\n\n\n<p>[00:30:03] <strong>Jonathan Wold:</strong> That&#8217;s a great question. And I think this is a good example where like the guild framing is, I think, the right framing for how we facilitate cooperation and collaboration amongst peers and that includes competitors.</p>\n\n\n\n<p>The piece of it though that puts it all in perspective is the app store direction, right? Like an app store that only has one SEO plugin for instance, I would argue and I think most people would agree, is not the best for the end users, right? And this is certainly the case for the hosting providers as well. They&#8217;re looking for options.</p>\n\n\n\n<p>So for us to do our jobs effectively, it&#8217;s not for us to like decide who&#8217;s the best one in this space. It&#8217;s to level the playing field to the benefit of the end users and for the host. Like okay let&#8217;s have security standards now, performance standards. Let&#8217;s have standardized design kits that can be used, right? Let&#8217;s abstract out the baseline stuff and let the product creators innovate on top of that and let the market determine. Let the end users determine which ones are the best through that feedback loop.</p>\n\n\n\n<p>So I think there&#8217;s people who certainly won&#8217;t like it. Oh there&#8217;s a competitor in here as well. But if you just take it through the app store framing, I certainly don&#8217;t want to be part of an app store or have one that only has one app for a particular category. It&#8217;s like I want choices.</p>\n\n\n\n<p>[00:31:23] <strong>Nathan Wrigley:</strong> Yeah it&#8217;s interesting because it&#8217;s just the language of guild I think is what promoted that question because it kind of feels like that maybe was the value of a guild back in the day.</p>\n\n\n\n<p>[00:31:31] <strong>Jonathan Wold:</strong> And certain types of guilds, right? One of the common examples was of a trade craft. Everyone in the guild was a certain type of trades person and they&#8217;re all competitors. So to your point yes, sometimes there was geographic differences but there&#8217;s also plenty of these be in the same city. But they were aligning their interests against sometimes other guilds. As long as you&#8217;re clear on what you&#8217;re after there&#8217;s not a problem with people competing.</p>\n\n\n\n<p>It&#8217;s going to be a challenge I&#8217;m certain of that. And part of why it&#8217;s so important to get the incentives right is much of that can sort itself out when you&#8217;re clear on what you&#8217;re here to do. And for me I&#8217;d always bring it back to hey we&#8217;re here to create a better ecosystem for end users. We all benefit from that.</p>\n\n\n\n<p>And so for instance one of the dilemmas ends up being, someone creates a great WordPress plugin. How do they handle it becoming part of Core? Or if some piece of it&#8217;s sort of taken out. And those are examples of things that we have to come to terms with.</p>\n\n\n\n<p>I&#8217;m sure that there are people who are upset when Apple baked a flashlight into iOS. The flashlight apps kind of died overnight, right? But from an overall good of the ecosystem perspective, I think the majority of folks would agree that that was useful and that was best to have just built directly in.</p>\n\n\n\n<p>So there are things like that that you have to deal with. And my hope is that the construct of a guild on the people side of things gives us a place to do those things fairly and openly, rather than just like arbitrary and behind the scenes. There will be challenges. I think if we stay fixed on where the incentives are and aligning them, it&#8217;s going to be at least easier to navigate the challenges.</p>\n\n\n\n<p>[00:33:04] <strong>Nathan Wrigley:</strong> Yeah. You mentioned earlier that the kind of app store, for want of a better word, was the North Star. Now you&#8217;re not there yet. Presumably the distribution piece, which is what you said you&#8217;re concentrating on at the moment, that&#8217;s the low hanging fruit, because if people come to you you&#8217;re very well connected, you have that within your grasp. You can connect people. You know people in the ecosystem.</p>\n\n\n\n<p>The other bits and pieces will come over time. But now this raises the always difficult question of finance. Because something like this will not be easy. And if it&#8217;s going to stretch just beyond the bounds of you and your co founder then presumably real work needs to be done, real time needs to be spent. And although that could be done with volunteers, really what would be the difference with what we&#8217;ve got now?</p>\n\n\n\n<p>So let&#8217;s talk about that. Let&#8217;s talk about how you&#8217;re thinking of structuring this financially. I&#8217;m guessing at the moment people that come to you are paying you a fee. Maybe not. But in the future do you want to move this to more of a, I don&#8217;t know, subscription model, a percentage of revenue model? Something like that.</p>\n\n\n\n<p>[00:34:10] <strong>Jonathan Wold:</strong> So great question. That&#8217;s a lot of what we focus on figuring out. So I have two co founders, Anna Maria Radu and Matt Fields. And so the three of us together, sort of the core base. We started this a year and a half ago but we&#8217;re slowly but surely also expanding the team.</p>\n\n\n\n<p>So the way that we make money, we have the Gildenberg Partnership Program, that&#8217;s the one that focuses on distribution. For a product that wants to get distribution they come in and they pay an onboarding fee. That will vary. It generally starts at like 10,000 up to 30,000, but it&#8217;s dependent on sort of what&#8217;s involved.</p>\n\n\n\n<p>And that covers our work on especially the first two things. So we look at the monetisation, we look at compatibility, we create a roadmap for that product. Like, all right, these are the things that you need to do to get ready for distribution. We look at the foundation for partnerships.</p>\n\n\n\n<p>So there&#8217;s just time upfront there that&#8217;s involved. My hope is to see that reduce as time goes on, right? Become more standardized, more just open source as we create playbooks. That&#8217;s a starting point but the real heart of the business is a rev share model. So what we do is when we bring in a product and we do distribution deals with them, our standard approach is 25% of the deals in the first year. And then it goes down to 15% on average thereafter.</p>\n\n\n\n<p>So if we take in a new product and we help them sign a million dollar deal then $250,000 of that revenue goes to Guildenberg. And so we&#8217;re not taking from their existing. We&#8217;re not tapping into that business. It&#8217;s all on what we add which is the heart of what brings folks to us to begin with.</p>\n\n\n\n<p>What&#8217;s great about that is that we&#8217;re able to be really upfront with the hosts. When we go to a host and bring them in as distribution partners we&#8217;re not taking anything from them. We&#8217;re aligned on the interests of the products. And when the product is winning that&#8217;s when we get paid.</p>\n\n\n\n<p>[00:35:59] <strong>Nathan Wrigley:</strong> So just to be clear on that, in the scenario of a million dollars, so you connect company A with hosting company B. And the deal there was a million dollars. I think you mentioned $250,000 would go where?</p>\n\n\n\n<p>[00:36:13] <strong>Jonathan Wold:</strong> So that&#8217;s actually a good question. That somewhat depends. And this is a good example of what we&#8217;re working out. So in some situations we might be splitting that with the host who did the deal. And others the host would be on top of that. That somewhat depends on the product type and the category.</p>\n\n\n\n<p>That&#8217;s a lot of what work we&#8217;re doing now is figuring out what&#8217;s fair, what makes sense. The guidance is we want to win for all involved, right? But the heart of it is, it&#8217;s like two things. One we&#8217;re incentivising ourselves. We make our money on the successful distribution side, right? So the revenue share is the heart of Guildenberg&#8217;s economic engine.</p>\n\n\n\n<p>And two, we&#8217;re directionally going towards that app store. You can imagine the future state where it&#8217;s a straight 15%, right? And that covers the app store costs. And there&#8217;s a split there with the hosting providers who also offer it. So it&#8217;s like I&#8217;ll be flexible along the way to get there and do what makes sense, but I&#8217;m very clear on where we&#8217;re going. Which is going to be this sort of standardized target of 15% across products.</p>\n\n\n\n<p>[00:37:18] <strong>Nathan Wrigley:</strong> Okay so in the Apple ecosystem which we had a moment ago, we were talking about that, there was some parallels there. The entire model of the Apple ecosystem really is profit, and dividends to shareholders. That&#8217;s the mantra. So I guess that question has to come next. Is there some alignment there? Is this the model that you&#8217;re going to be promoting?</p>\n\n\n\n<p>In other words, if you grow do the coffers of Gildenberg grow? Or is there some reasonable, I don&#8217;t know, churn of those finances giving back to the community, giving back to the WordPress project? How does all of that work? In other words is Guildenberg a for profit? Is it a for profit with benefits to the WordPress community? Is it just a not for profit? What&#8217;s going on?</p>\n\n\n\n<p>[00:38:02] <strong>Jonathan Wold:</strong> That&#8217;s a great question. This is another good example of something that I&#8217;m still working out. So let me start with my intentions. One of my motivating pieces behind this, if I could just wave a wand based on how I see things today, acknowledging that they could change and there&#8217;s pieces that I&#8217;m sure I&#8217;m missing. My ideal would be to get to where a product is paying 15% for distribution. And 5%, so 33 of that 15, of that revenue is going directly to the project.</p>\n\n\n\n<p>In my current thinking we have two organizations if you will. Guildenberg Inc. which is for profit and does the distribution work, and returns dividends to its shareholders. Which can include members, it includes investors, etc. I want to be moving increasingly towards being community owned.</p>\n\n\n\n<p>And then you have the .org, if you will, which is basically the member pool. So in my ideal an increasing amount of revenue goes into that pool to then be managed and directed by the members, right?</p>\n\n\n\n<p>As one example, let&#8217;s say someone joins the app store in the future. They&#8217;re paying the 15%, they don&#8217;t really care about the project at all. So 5% or 33 of that 15 goes into the member pool on their behalf. And they really have no say over what it. So it&#8217;s directed by the members into projects, into initiatives and .org that matter to them.</p>\n\n\n\n<p>Now, if that member, that product, decides that they do care they can then join the guild and now they have a say over where their funds go. They might say oh I care more about this initiative over here. So that&#8217;s the high level idea. Part of what set me out, what I set out to do here is like, how do we solve an incentives problem across the space?</p>\n\n\n\n<p>I don&#8217;t want people to do Five For The Future just because they love WordPress. I want there to be an economic incentive behind it. And to me, what I&#8217;m intrigued by, what I&#8217;m working towards is, how do you just build that into this App Store model?</p>\n\n\n\n<p>So that&#8217;s the direction. I don&#8217;t know how we get there. I suspect that you have the for profit piece and then a separate organization for the member pool. I don&#8217;t know and people have ideas, I want to hear them. I&#8217;ve had a number of inputs already. We don&#8217;t have to solve that problem today. We&#8217;re working on just getting the economic engine up and running, but that&#8217;s the stuff that I find especially motivating.</p>\n\n\n\n<p>And that&#8217;s been a big piece of this. How do we create incentives that provide funding that the project needs to work on the things that might not get the attention otherwise?</p>\n\n\n\n<p>[00:40:29] <strong>Nathan Wrigley:</strong> You said something a moment ago which, I&#8217;ve got to say, I&#8217;m not entirely sure I understood it. Because you implied that you could opt out say of the Five For The Future piece if you weren&#8217;t a part of the guild, or if you hadn&#8217;t joined the guild. But the implication would have been that you were still part of the App Store, let&#8217;s call it that. So have I misunderstood? Can you be somebody who can have a plugin on the Guildenberg marketplace but not be a part of the guild?</p>\n\n\n\n<p>[00:40:56] <strong>Jonathan Wold:</strong> Yes. The idea is, so at least in my current thinking, what would happen is that if you just join the app store, it&#8217;s like a level one, there&#8217;s requirements and standards to do that. But you don&#8217;t have to be active in the community and be participating and kind of doing all this stuff.</p>\n\n\n\n<p>You can join for just the pure business incentives. As long as you play by the rules you&#8217;re in, right? Because it&#8217;s merit based, it&#8217;s based on your behavior. As long as you&#8217;re playing by the rules, you&#8217;re in. And my thinking, so at that level, you don&#8217;t care where your 15% goes to.</p>\n\n\n\n<p>We&#8217;re going to spend it on your behalf on the project, we&#8217;ll direct the funds. And the idea is that a year later you&#8217;re like hey this WordPress community is quite cool. You discover that the guild is something that you can join and you apply to do so, the members accept you. Then at that point, that 5% of the 15, the funds that have been allocated on your behalf automatically, you could now have a say over where they go. That&#8217;s the idea. Does that make sense?</p>\n\n\n\n<p>[00:41:56] <strong>Nathan Wrigley:</strong> That&#8217;s cleared that up. Yeah thank you. That makes sense. Now you said the word behavior there, which is kind of interesting. Let&#8217;s extrapolate that because if we run that forwards, you can imagine a nightmare scenario where there is just this cabal of people who have control over the behavior.</p>\n\n\n\n<p>What the behavior is that&#8217;s appropriate to be in and out of this community. And you can imagine a scenario in, let&#8217;s say that in 10 years from now Guildenberg is monstrously successful. Almost everybody&#8217;s going there to inquire about premium plugins and what have you. And yet we have gatekeepers of behavior and all of that.</p>\n\n\n\n<p>So I want to address that. Almost every part of human history shows that given power things start to go a little bit pear shaped. And maybe the incentives that were there at the beginning of the project are not the incentives that approach when money is involved, or you&#8217;re becoming successful, or you sense that somebody else has an idea which conflicts with you.</p>\n\n\n\n<p>So let&#8217;s just get into that. Who moderates the behavior? Who creates that charter? And how do we ensure that this cabal doesn&#8217;t occur?</p>\n\n\n\n<p>[00:43:07] <strong>Jonathan Wold:</strong> Okay so there are two threads here that we have to look at. First, why behavior, and then second, how do you do the governance piece? It&#8217;s basically what we&#8217;re touching on, right?</p>\n\n\n\n<p>Oh I love this stuff. So first one of the challenges when I was looking at the history of guilds is that because of human nature I&#8217;d argue, we tend towards exclusivity. We want to work with people like us, that look like us, talk like us, whatever the reasons are, right?</p>\n\n\n\n<p>And so this is just like how we tend. So while there were a lot of good things that guilds did, they were also highly exclusionary at times, right? Where it just sort of propagated and just made even more prevalent some of the challenges that we recognize today of inclusivity and diversity, right?</p>\n\n\n\n<p>So I feel like we can&#8217;t trust ourselves because we&#8217;re going to tend by default to just attract people that are like us. Which I&#8217;d argue is not good for the ecosystem as a whole. So in sorting through that for a while, it&#8217;s like well okay then what can you use? What becomes the basis?</p>\n\n\n\n<p>And the only thing that stands out to me as fair is behavior. So it doesn&#8217;t matter where you&#8217;re from, what you look like etc. If you abide by the same rules. And so let&#8217;s start with this. It feels to me like the right idea in principle. The question becomes, how do you practice it?</p>\n\n\n\n<p>[00:44:24] <strong>Nathan Wrigley:</strong> The devil is in the detail here, isn&#8217;t it.</p>\n\n\n\n<p>[00:44:26] <strong>Jonathan Wold:</strong> But you got to get that right first, right? So it&#8217;s like okay we can say behavior. Now there&#8217;s a couple of things we have to work with. We have our core values in WordPress. Andrea Middleton did a fantastic talk on this a couple of years ago. And there are a few things that stand out. Someone didn&#8217;t make a list somewhere these are just what we practice. And she did the work sorting through them.</p>\n\n\n\n<p>We have this concept of autonomy. We value in WordPress doing what we want and we respect the freedom of others to do the same right?</p>\n\n\n\n<p>We also have this concept of like a duocracy, like you get credit for doing. We care about utility, making stuff that works, that solves problems. We&#8217;re generally skeptical as a community. This conversation is a great example of it, right? We ask why, and we keep asking. And then quite importantly, we do a good job at our core of giving credit where credit&#8217;s due, right?</p>\n\n\n\n<p>And so there&#8217;s a lot here Nathan to be figured out but I&#8217;ll just kind of give you one example. One of the behaviors that I would expect members to adhere to is, let&#8217;s take that last one, giving credit where credit is due. This is GPL, right? So on the one hand, you&#8217;re free to take someone else&#8217;s work, change the name on it and resell it as your own. You&#8217;re legally free to do that. And I respect your choice and freedom to do that anytime that you want to.</p>\n\n\n\n<p>But in terms of who I want to work with, I wouldn&#8217;t want to work with someone who doesn&#8217;t give the credit to the person who originally did that. They&#8217;re legally not obligated to do so, right?</p>\n\n\n\n<p>You can just kind of do whatever you want, it&#8217;s GPL. But when I think about the behavior that I would want to build around it&#8217;s like hey yeah I copied someone else&#8217;s work and I gave them credit for doing so and built on that.</p>\n\n\n\n<p>That&#8217;s one example of a behavior where I would want people in who are happy to give the credit where it&#8217;s due to those that they worked with. And if you made a mistake, oh wow yeah I forgot to give attribution there. No problem. Let&#8217;s fix that. And they prioritize that because that&#8217;s one of the things that we value.</p>\n\n\n\n<p>[00:46:29] <strong>Nathan Wrigley:</strong> I guess the other piece there would be the cabal piece as I mentioned, you know, just idea that you would have people who had been there from the very beginning. You can see how this works. It all boils down really to the word governance I think.</p>\n\n\n\n<p>Who&#8217;s governing and what gives them the right to stay in that position? And who ultimately would be the person to say well you&#8217;re right at the top of this pyramid here? But your behavior isn&#8217;t living up to the code therefore you&#8217;re going to have to think about either modifying your behavior or going elsewhere. That&#8217;s a difficult thing to do because they&#8217;re the people that are governing, if you like, and yet you&#8217;re wanting them to adapt their behavior.</p>\n\n\n\n<p>[00:47:06] <strong>Jonathan Wold:</strong> Okay so let&#8217;s talk about that. So again, that&#8217;s another one, lots to figure out there. But my guiding point, my starting point here, Leslie Sims pointed me to Elinor Ostrom&#8217;s book, Governing The Commons: The Evolution of Institutions for Collective Action. It&#8217;s a fascinating book. I highly recommend it.</p>\n\n\n\n<p>And it goes back and looks at the history of commons. And contrary to what people think there are groups who&#8217;ve successfully self governed for as long as a thousand years over scarce fixed resources. And what Ostrom does in her work here is she looks at all the data and breaks it down. Figures out what&#8217;s working, what doesn&#8217;t. And she came up with eight design principles for what she calls a common pool resource.</p>\n\n\n\n<p>So I&#8217;ve still yet to figure this out. But in my mind part of the key here is you have the commercial interest like the Guildenberg .com, right, if you will? And then you have this member pool which is like that Five For The Future type resource.</p>\n\n\n\n<p>And the key there is that over time we want that to become the biggest thing, right? If the .com interests are successful we&#8217;re slowly but surely making the guild more and more powerful, if you will, by it having more and more resources. Every new product that comes in, that is growing.</p>\n\n\n\n<p>So then it comes down to okay how do we then govern that growing pool of resources? And this is where Ostrom&#8217;s work comes in. She has eight principles for self governance in a commons scenario. And there are a couple of different pieces to it.</p>\n\n\n\n<p>The first one is this idea of having clear boundaries. So there&#8217;s a very clear definition of what it means to be a member. This is where the behavior standards come in. You need to make sure that those make sense for the ecosystem that you&#8217;re in. They need to hold up to scrutiny. You need to make sure that the members themselves can modify the rules. That&#8217;s the key piece here, right?</p>\n\n\n\n<p>And there&#8217;s a number of things that you have to think through. It&#8217;s not, it&#8217;s tricky, and a lot of it is this idea of you&#8217;ve creating an environment where there&#8217;s intended to be a healthy tension. And that&#8217;s part of how you prevent capture, right? So it&#8217;s not trivial.</p>\n\n\n\n<p>But we have plenty of examples of how people have done this in the past. And the heart of my interest and what I&#8217;m moving towards is like okay let&#8217;s take what&#8217;s already been established here, let&#8217;s combine some of these ideas. The construct of a guild but then adding in the concept of a member, a resource pool, that is governed by the members. Which is something that guilds often didn&#8217;t do. It tended to be kind of arbitrary but they had some of these pieces.</p>\n\n\n\n<p>So yeah there&#8217;s a lot of work to be done there. I feel directionally clear and the focus right now is on the economic engine. But as time goes on what I&#8217;m excited about is drawing in people who have a lot more experience than I do to take some of these ideas and break them down.</p>\n\n\n\n<p>I know that we&#8217;ll make mistakes and my intention is that by staying focused on aligning incentives we&#8217;re giving ourselves a reason to learn from those mistakes and make it better. Yeah I at least feel confident in the direction where it&#8217;s all going.</p>\n\n\n\n<p>[00:50:12] <strong>Nathan Wrigley:</strong> Yeah. So you&#8217;re working on the distribution piece at the moment. It in a sense is the underpinnings of the monetisation and the compatibility pieces. They&#8217;re going to grow hopefully out of all of the distribution model that you&#8217;re working on.</p>\n\n\n\n<p>Okay so you&#8217;re a year and a half in. This is the final question I&#8217;ve got for you. Do you have cause to be optimistic? Having had 18 months of playing around with this and obviously bringing some people on board. Do you have optimism? Does this still seem like it&#8217;s a long way off? Or do you feel that there&#8217;s legs to this? And two years from now we might be having a more in depth conversation about something that&#8217;s moved forward.</p>\n\n\n\n<p>[00:50:47] <strong>Jonathan Wold:</strong> So I&#8217;m optimistic by nature. What&#8217;s been interesting to me about this is that I&#8217;ve tried somewhat hard over the years to kind of convince myself out of doing this. And Nathan after a year and a half of effectively full time on this, if I knew how hard it was going to be I probably would have tried harder to convince myself to not do it.</p>\n\n\n\n<p>So hey I&#8217;m optimistic as a visionary. And I&#8217;ve been cautious about this. But the main reason that we are where we are and we have had significant traction is that at every turn I&#8217;ve either had yeses or affirmation of direction, or we&#8217;ve identified an obstacle that has offered an opportunity to clarify which has then led to a yes.</p>\n\n\n\n<p>So my core focus has been talking with product companies and with hosting companies. And in those conversations I&#8217;ve just continued to get clearer and clearer on the problem sets and where the incentives are and what&#8217;s motivating. And I&#8217;ve either had explicit like, yes we want to be a part of this or, yes if you solve that of course we want to, like, let&#8217;s talk again.</p>\n\n\n\n<p>And so it&#8217;s been a curious tension for me where it&#8217;s really hard because you&#8217;re tackling a lot of pieces at once. There&#8217;s a lot of moving parts. But it&#8217;s also easy in the sense that what we&#8217;re really just trying to do is create incentives to solve these problems that people recognize exist.</p>\n\n\n\n<p>I&#8217;m happy with the progress. A lot of it&#8217;s been around like for me, one of my marks or my indicators is what am I hearing when I go to a WordCamp, right? I was starting some of these conversations about a year ago at WordCamp Europe. And if I look at what was happening then which was encouraging and optimistic, encouraged my optimism then versus now, it&#8217;s all just dialed up.</p>\n\n\n\n<p>And now I&#8217;m having conversations with investors about giving us more capital to grow more quickly. And those are also going well. So we&#8217;ll see. We&#8217;ll see what happens but I&#8217;m encouraged. And this is one where as much as I believe in it, I&#8217;ve tried pretty hard to convince myself to like go do something easier.</p>\n\n\n\n<p>And it just kept coming back. And my co founders are also encouraged that they don&#8217;t share my optimism. And so when I talked to Anna or Matt about this and they&#8217;re really like okay this is good. We&#8217;re seeing pieces of the puzzle sort of come together and they&#8217;re encouraged. I&#8217;m like okay well, then that&#8217;s another indicator that we&#8217;re going the right direction.</p>\n\n\n\n<p>And what&#8217;s going to really matter though, what it all boils down to, is are we able to successfully help these products get distribution? And can we do that at scale? I&#8217;ve done it for individual products. We&#8217;re seeing good early signs, it does take time. And that&#8217;s going to be the proof, right? Can we have a meaningful impact on these products?</p>\n\n\n\n<p>And that&#8217;s what all of our focus is on right now. I&#8217;m encouraged with what I&#8217;m seeing. And I think what you&#8217;ll see over the next year or two is that becoming a lot more public. And what I want to see happen out of this is to take the things that work and open source them. Make it available for folks. There&#8217;s no benefit because we have this clear overall guidance to grow and improve the ecosystem. We&#8217;re not trying to keep it to ourselves.</p>\n\n\n\n<p>[00:53:55] <strong>Nathan Wrigley:</strong> It certainly will be worth listening back to this in a year&#8217;s time and see where you are. Obviously from my point of view, I hope it goes well. Fingers crossed that it&#8217;s going to all pan out for you. If somebody has listened to this and I would imagine probably they are a product maker will be most interested to get in touch with you because they&#8217;ve got things that they want to discuss with you. What are the best places for us to find you?</p>\n\n\n\n<p>[00:54:16] <strong>Jonathan Wold:</strong> Just reach out to me through the Guildenberg website, guildenberg.com, jonathan@guildenberg.com. Or find me at a WordCamp. I&#8217;ll be at WordCamp US. Looking forward to WordCamp Asia next year, WordCamp Europe, and I&#8217;m going to start going out to some of the regional ones as well.</p>\n\n\n\n<p>[00:54:31] <strong>Nathan Wrigley:</strong> Jonathan Wold, thank you for chatting to me today on the podcast.</p>\n\n\n\n<p>[00:54:34] <strong>Jonathan Wold:</strong> Thanks for having me, Nathan.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://jonathanwold.com/\">Jonathan Wold</a>.</p>\n\n\n\n<p>Jonathan has been deeply involved in the WordPress community for almost two decades. He began writing tutorials and freelancing, which eventually led him to the agency world where he worked on large enterprise projects. In the past five to six years, Jonathan has shifted his focus to the broader WordPress ecosystem. He’s also had the opportunity to work at WooCommerce and collaborate with the team at Automattic. Despite the demands of his busy career, Jonathan&#8217;s passion for WordPress has only grown stronger over the years.</p>\n\n\n\n<p>Jonathan is one of the co-founders of <a href=\"https://guildenberg.com/\">Guildenberg</a>, and in the podcast today we discuss what this project is, and how it aims to revolutionise the WordPress product ecosystem.</p>\n\n\n\n<p>We start the conversation by highlighting the importance of behaviour in the WordPress community and the core values that drive the platform; autonomy, meritocracy, utility, and giving credit where credit is due. Jonathan emphasises the significance of giving credit to the original creators of work, even though it may not be legally required.</p>\n\n\n\n<p>We move on to talk about how Guildenberg aims to solve some of the key problems faced by WordPress product owners, such as monetisation, compatibility, and distribution. Jonathan envisions a system where product owners pay a fee for distribution of their products, with a portion of that revenue going back to the Gildenberg project. By aligning incentives and providing economic motivations for contributors, Guildenberg seeks to create a sustainable and thriving ecosystem for the open web.</p>\n\n\n\n<p>We get into the inspiration behind the name Guildenberg, which combines the ideas of Gutenberg and the guild institutions from mediaeval Europe. We also discuss the team&#8217;s long-term vision of creating an app store for WordPress that spans the majority of installations, offering monetisation options and enforcing compatibility standards.</p>\n\n\n\n<p>If you’re a WordPress developer who is keen to find a way to create visibility for your product, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://guildenberg.com/\">Guildenberg website</a></p>\n\n\n\n<p><a href=\"https://jonathanwold.com/a-guild-for-wordpress-product-businesses/\">Jonathan&#8217;s article &#8211; A Guild for WordPress Product Businesses</a></p>\n\n\n\n<p><a href=\"https://archive.org/details/ElinorOstromGoverningTheCommons\">Elinor Ostrom&#8217;s book, Governing The Commons: The Evolution of Institutions for Collective Action</a></p>\n\n\n\n<p><a href=\"https://wordpress.tv/2019/10/31/andrea-middleton-will-what-got-us-here-get-us-there-wordpress-community-at-scale/\">Andrea Middleton: Will What Got Us Here, Get Us There? WordPress Community at Scale</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:164:\"Post Status: Translations Across the Project • Admin Design • New Blocks Page • Working Group on Organizations Supporting WordPress • Contributor Mentorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=150145\";s:7:\"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:159:\"https://poststatus.com/translations-across-the-project-admin-design-new-blocks-page-working-group-on-organizations-supporting-wordpress-contributor-mentorship/\";s: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:19788:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (August 7, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">With just a few days before Community Summit, Contributor Day, and WordCamp US, many initiatives across the project are gearing up for time well-spent together. Docs, Training, and several other teams are joining together to work on translations and localizations in a way that supports Gutenberg Phase 4 Multilingual.The Design team is working on the&hellip; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box150145_a5ac79-bb\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_globe-asia kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Translations, Dashboard Redesign, Blocks page, Supporting Orgs, Mentorship</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4ac.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/polyglots/2023/08/15/discussion-for-a-proposal-for-wp-org-content-translation-and-localization/\">Discussion for a proposal for WP.org content translation and localization</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a8.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f195.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">Introducing WordPress.org/blocks</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f44d-1f3ff.png\" alt=\"??\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/08/09/organizations-supporting-wordpress-org/\">Organizations Supporting WordPress.org</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9d1-1f3fc-200d-1f3eb.png\" alt=\"??‍?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/project/2023/08/11/the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program-has-concluded/\">The Inaugural Cohort of the WordPress Contributor Mentorship Program has Concluded</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-150145_9cb3a4-58\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-150145_050cc2-2e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://jeanbaptisteaudras.com/2023/08/contribution-stats-for-wordpress-6-3-lionel/\">Contribution Stats for WordPress 6.3 « Lionel »</a></blockquote>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/08/16/contributor-working-group-mentorship-chat-agenda-august-17th-0700-utc-apac-emea-and-1600-utc-amer/\">Contributor Working Group: Mentorship Chat Agenda | August 17th 07:00 UTC (APAC/EMEA) and 16:00 UTC (AMER)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/14/wcus-2023-community-team-event-at-contributor-day/\">WCUS 2023: Community Team event at Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/09/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-august-9-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on August 9, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/16/a-week-in-core-august-14-2023/\">Two Weeks in Core – August 14, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/15/status-update-on-the-interactivity-api/\">Status update on the Interactivity API</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3 Ideations</h3>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\" rel=\"noreferrer noopener\">Real-Time Collaboration</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/04/workflows/\" rel=\"noreferrer noopener\">Workflows</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/05/revisions/\" rel=\"noreferrer noopener\">Revisions</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/07/media-library/\" rel=\"noreferrer noopener\">Media Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://make.wordpress.org/core/2023/07/10/block-library/\" rel=\"noreferrer noopener\">Block Library</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\" target=\"_blank\" rel=\"noreferrer noopener\">Admin Design</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/08/whats-new-for-developers-august-2023/\">What’s new for developers? (August 2023)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/15/dev-chat-agenda-august-16-2023/\">Dev Chat agenda, August 16, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/14/editor-chat-agenda-16-august-2023/\">Editor Chat Agenda: 16 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/08/14/design-share-jul-31-aug-11/\">Design Share: Jul 31-Aug 11</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/08/15/agenda-for-docs-team-bi-weekly-meeting-august-15-2023/\">Agenda for Docs Team bi-weekly meeting August 15, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/14/documentation-team-update-august-14-2023/\">Documentation Team Update – August 14, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/08/16/hosting-team-meeting-agenda-8-16-2023/\">Hosting Team Meeting Agenda 8-16-2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/07/26/wordpress-hosting-survey/\">WordPress Hosting Survey</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/07/10/notes-global-marketing-team-meeting-4-july-2023/\">Notes: Global Marketing Team meeting, 4 July 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/14/marketing-team-update-the-first-half-of-2023/\">Marketing Team Update: The first half of 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">Introducing WordPress.org/blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/08/09/organizations-supporting-wordpress-org/\">Organizations Supporting WordPress.org</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/08/03/matrix-chat-summary-august/\">Matrix chat Summary – August 3, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/08/08/mobile-team-update-august-8th/\">Mobile Team Update – August 8th</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/08/07/last-week-openverse-2023-07-31-2023-08-07/\">A week in Openverse: 2023-07-31 – 2023-08-07</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/07/28/openverse-monthly-priorities-meeting-2023-08-02/\">Openverse Monthly Priorities Meeting 2023-08-02</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/15/performance-chat-summary-15-august-2023/\">Performance Chat Summary: 15 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/08/14/plugin-review-team-14-august-2023/\">Plugin Review Team: 14 August 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/16/agenda-weekly-polyglots-chat-august-16-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – August 16, 2023 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/08/15/discussion-for-a-proposal-for-wp-org-content-translation-and-localization/\">Discussion for a proposal for WP.org content translation and localization</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/08/11/the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program-has-concluded/\">The Inaugural Cohort of the WordPress Contributor Mentorship Program has Concluded</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/07/28/sustainability-chat-summary-july-28-2023/\">Sustainability Chat Summary, July 28, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/08/15/test-team-reps-call-for-nominations-3/\">Test Team Reps: Call for Nominations</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/08/15/test-team-at-wcus-2023/\">Test Team at WCUS 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/14/test-team-update-14-august-2023/\">Test Team Update: 14 August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/08/11/blue-note-the-second-community-theme-is-released/\">Blue Note: The second community theme is released</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/08/15/themes-team-update-august-15-2023/\">Themes team update August 15, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/08/04/wcus-contributor-day-tutorials-workshop-in-person-remote/\">WCUS Contributor Day: Tutorials Workshop (In-Person &amp; Remote)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/03/introducing-the-training-team-guide-program/\">Introducing the Training Team Guide Program!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/02/announcing-the-first-learn-wordpress-course-cohort/\">Announcing the first Learn WordPress Course Cohort.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/14/training-team-meeting-recap-8th-august-2023/\">Training Team Meeting Recap – 8th August 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/embedding-media-and-third-party-content-on-your-website/\">Embedding media and third-party content on your website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/testing-your-plugins-for-php-version-compatibility/\">Testing your plugins for PHP version compatibility</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=https-www-meetup-com-learn-wordpress-online-workshops-events-295453051\">The Wide World of WordPress Events</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=contributing-to-the-learn-wordpress-platform-part-1\">Contributing to the Learn WordPress platform – part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=whats-new-for-developers-august-2023\">What’s new for developers? (August 2023)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-12\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=training-team-contributor-hour\">Training Team Contributor Hour</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=website-auditing-and-conversion-optimization\">Website auditing and conversion optimization</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-database-optimization-and-maintenance\">WordPress database optimization and maintenance</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=creating-a-contact-page\">Creating a contact page</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\">Introduction to developing with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/tv\">WordPress TV</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/tv/2023/06/15/enhancing-slide-management-for-video-publications/\">Enhancing Slide Management for Video Publications</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-1\">PHP 8.3.0 Alpha 3 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-07-06-2\">PHP 8.2.8 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-07-06-3\">PHP 8.1.21 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.0\">PHPMailer 6.8.0</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"http://github.com/composer/composer/releases/tag/2.5.8\">Composer 2.5.8</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2023 13:25:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:55:\"WPTavern: WordPress.org Adds New Page to Explain Blocks\";s:7:\"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=147861\";s:7:\"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:66:\"https://wptavern.com/wordpress-org-adds-new-page-to-explain-blocks\";s: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:4226:\"<p>What are blocks? WordPress has added a new resource to its website at <a href=\"https://wordpress.org/blocks/\">wordpress.org/blocks</a> that attempts to explain blocks visually with simple language. The landing page is aimed at those who are new to the block paradigm or those who may not yet fully understand blocks&#8217; ease of use and powerful features.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2224\" height=\"1200\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-Shot-2023-08-15-at-9.25.01-PM.png\" alt=\"\" class=\"wp-image-147867\" />\n\n\n\n<p>Automattic-sponsored core contributor Anne McCarthy <a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">announced</a> the new page on WordPress.org with a request for feedback, as this is the first iteration. The project was born out of <a href=\"https://github.com/WordPress/wporg-main-2022/issues/245\">ticket</a> on GitHub which outlines the need for more effective block marketing:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Currently, there isn&#8217;t a page on wordpress.org that explains in a compelling way what &#8216;Blocks&#8217; are or markets it very effectively on the website. We have a <a href=\"https://wordpress.org/plugins/browse/blocks/\">filter</a> in the plugin directory, which is useful, but that page is lacking the context of what blocks are, what the block editor is, and why it is so exciting. There are other pages, such as the <a href=\"https://wordpress.org/documentation/article/wordpress-block-editor/\">documentation</a>, that explains what the block editor is, but IMO it&#8217;s a bit wordy and explains how to use the editor, but not necessarily <em>why</em> you should use the editor and why it is unique and exciting.</p>\n<cite>WordPress.org GitHub Repository issue: <a href=\"https://github.com/WordPress/wporg-main-2022/issues/245\">Create &#8216;Blocks&#8217; Landing Page #245</a> &#8211; created by Ben Greeley</cite></blockquote>\n\n\n\n<p>One important consideration for contributors working on this project is the overlap with <a href=\"http://wordpress.org/gutenberg\">wordpress.org/gutenberg</a>. The Blocks page is more of a static brochure style introduction, whereas the Gutenberg page is a fully interactive demo that offers an overview of how the editor works. Although they are similar resources, they both have distinct purposes. </p>\n\n\n\n<p>McCarthy created a <a href=\"https://github.com/WordPress/wporg-main-2022/issues/318\">tracking issue</a> for the first iteration of this page, which functions as a mini roadmap for future improvements based on feedback she has already received. More accessibility improvements are coming in future versions, along with some sort of visual that will concisely demonstrate the connection between blocks, patterns, and themes. Contributors are also considering integrating WP Sandbox to make it possible to see blocks in action.</p>\n\n\n\n<p>&#8220;This is intended to be a starting point and not a final destination,&#8221; McCarthy said. &#8220;Your feedback is welcomed and needed to get to the next iteration.&#8221; </p>\n\n\n\n<p>The blocks page is one area of contribution where even people who are brand new to blocks could help to make the content more compelling and less confusing by leaving feedback on the <a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">post</a>.</p>\n\n\n\n<p>Blocks are something many casual WordPress users may still be trying to wrap their heads around, not to mention how they impact the ecosystem of plugins and themes. The <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a> plugin, which insulates users from the world of blocks, remains one of the most popular plugins with more than 5 million users. Its continued support is not guaranteed forever, especially as WordPress looks to <a href=\"https://wptavern.com/wordpress-kicks-off-admin-design-overhaul-with-discussion-on-initial-mockups\">revamp the admin design</a> to be more similar to the block editor. This landing page&#8217;s marketing for blocks offers a safe entry point for those who are curious about the block editor and want to explore more resources.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2023 03:40: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:\"\";}}}}}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:75:\"Do The Woo Community: Diving Into the WordPress Community with Jorge Casals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75981\";s:7:\"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:74:\"https://dothewoo.io/diving-into-the-wordpress-community-with-jorge-casals/\";s: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:437:\"<p>From his earlier experiences to an active WordPress community member, Jorge shares his journey and building products for WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/diving-into-the-wordpress-community-with-jorge-casals/\">Diving Into the WordPress Community with Jorge Casals</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 15 Aug 2023 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: Crocoblock to Host WordPress Web Agency AI Summit, September 28-30, 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=147593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/crocoblock-to-host-wordpress-web-agency-ai-summit-september-28-30-2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1510:\"<p><a href=\"https://crocoblock.com/\">Crocoblock</a>, a Ukraine-based company with <a href=\"https://profiles.wordpress.org/crocoblock/\">plugins on WordPress.org</a> as well as commercial products, is hosting a <a href=\"https://crocoblock.com/wordpress-web-agency-ai-summit/\">WordPress Web Agency AI Summit</a> event on September 28-30, 2023. The company has a community of more than <a href=\"https://www.facebook.com/groups/CrocoblockCommunity\">24K+ freelancers and web agencies on Facebook</a> and is moving to organize its first large virtual event that will be free for all attendees.</p>\n\n\n\n<p>The summit will cover practical use cases for AI in development, marketing, design, web agency management, and freelance services. It will include mixed formats, including case studies, workshops, and live panel discussions with Q&amp;A.</p>\n\n\n\n<p>Over the course of three days, speakers will give presentations in English from 10am &#8211; 2pm EST. The schedule features 10 speakers with commercial experience and proven success at applying AI to build WordPress sites. They will cover topics like how to build a search engine for a website using AI, AI tools for daily tasks, AI and accessibility, AI translations, and more.</p>\n\n\n\n<p>If you are interested to learn more about AI&#8217;s impact on the WordPress ecosystem and how to apply it to agency work, add the event to your calendar and <a href=\"https://crocoblock.com/wordpress-web-agency-ai-summit/\">sign up for free</a> on the Crocoblock website.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Aug 2023 02:14: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: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:92:\"WPTavern: WordPress Themes Team Releases Blue Note, A Community-Supported Theme for 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=147784\";s:7:\"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:102:\"https://wptavern.com/wordpress-themes-team-releases-blue-note-a-community-supported-theme-for-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2617:\"<p>WordPress&#8217; Themes team launched its <a href=\"https://wptavern.com/wordpress-themes-team-proposes-community-themes-initiative\">Community Themes initiative</a> earlier this year with the goal of bringing together contributors to build block themes year round, the same way that default themes are built and officially supported. Their first theme release was <a href=\"https://wptavern.com/wordpress-themes-team-releases-stacks-a-community-theme-for-building-slide-decks\">Stacks</a>, a single-purpose theme for creating slide decks that can be used for a presentation.</p>\n\n\n\n<p>The team has now <a href=\"https://make.wordpress.org/themes/2023/08/11/blue-note-the-second-community-theme-is-released/\">released</a> its second community theme called Blue Note, inspired by American jazz record label “<a href=\"https://www.bluenote.com/\">Blue Note Records</a>.&#8221; It&#8217;s more versatile than Stacks, as it can be used for writing/blogging, a personal website, portfolio, nonprofit, memorial, event, or other types of landing pages.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1144\" height=\"858\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/blue-note-screenshot.webp\" alt=\"\" class=\"wp-image-147821\" />\n\n\n\n<p>Although Blue Note does not package any style variations, it comes with 14 beautifully designed patterns inspired by jazz record covers. The patterns enable users to quickly add images with text or quotes with multiple designs for each. There are also patterns with striped images, an artful way to break up a single image, paired with text. Users can select from multiple headers and footers, among seven page templates and four template parts.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2852\" height=\"1290\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-Shot-2023-08-14-at-1.25.50-PM.png\" alt=\"\" class=\"wp-image-147826\" />\n\n\n\n<p>Blue Note was designed by Automattic-sponsored contributor Beatriz Fialho, inspired by her work on the State of the Word slides in 2020. It was developed during the WCEU contributor day with the help of more than a dozen <a href=\"https://github.com/WordPress/community-themes/blob/trunk/blue-note/CREDITS.md\">contributors</a>.  The <a href=\"https://github.com/WordPress/community-themes/\">Community Themes GitHub repository</a> has other themes they are working on which are in various stages of development. </p>\n\n\n\n<p>Check out <a href=\"https://wordpress.org/themes/blue-note/\">Blue Note</a> on WordPress.org and download it for free via the Themes browser inside the admin. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Aug 2023 21:09:04 +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:72:\"Do The Woo Community: A DevChat on WooCommerce Support with Andrew Wikel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=70794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://dothewoo.io/a-devchat-on-woocommerce-support/\";s: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:408:\"<p>Andrew Wikel shares thoughts and insights working on WooCommerce support specifically for builders and developers of Woo shops. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/a-devchat-on-woocommerce-support/\">A DevChat on WooCommerce Support with Andrew Wikel</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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:\"Sun, 13 Aug 2023 14:45:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"Do The Woo Community: WooCommerce Developer Life Snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71199\";s:7:\"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://dothewoo.io/woocommerce-developer-life-snippets/\";s: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:389:\"<p>With every developer we have a conversation with, there is a story. Woo DevLife brings those short stories to the reader.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-developer-life-snippets/\">WooCommerce Developer Life Snippets</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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:\"Sun, 13 Aug 2023 14:30:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Aug 2023 05:27:01 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Tue, 29 Aug 2023 05:15:31 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20230829052343\";}','no'),(148,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1693330022','no'),(149,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1693286822','no'),(150,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1693330022','no'),(151,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\'>The Future of WordPress &amp; What’s Next for Gutenberg</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/08/wp20-a-heartfelt-thanks/\'>WP20 – A Heartfelt Thanks</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-com-launches-100-year-domain-and-hosting-plan-for-38k\'>WPTavern: WordPress.com Launches 100-Year Domain and Hosting Plan for $38K</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/video-wordpress-leaders-discuss-projects-future-at-wordcamp-us-2023\'>WPTavern: Video: WordPress Leaders Discuss Project’s Future at WordCamp US 2023</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5/\'>Gutenberg Times: Gutenberg Changelog #88 – WordPress 6.4 and Gutenberg 16.4 and 16.5.</a></li></ul></div>','no'),(154,'WPLANG','','yes'),(155,'new_admin_email','wp@dxpsites.com','yes'),(160,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1693298029','no'),(161,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6145;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4821;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2788;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2680;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2057;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1925;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1912;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1653;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1568;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1563;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1549;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1514;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1504;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1493;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1375;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1277;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1175;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1156;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1153;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1068;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1033;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1002;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:970;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:905;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:904;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:883;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:883;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:879;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:875;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:873;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:837;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:819;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:794;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:782;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:780;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:775;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:762;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:749;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:732;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:731;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:729;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:727;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:691;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:686;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:684;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:677;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:668;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:634;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:629;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:620;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:616;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:610;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:607;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:599;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:596;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:592;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:592;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:579;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:574;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:570;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:570;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:570;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:559;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:558;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:542;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:542;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:533;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:533;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:532;}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:532;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:520;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:511;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:510;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:510;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:508;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:488;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:479;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:478;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:469;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:450;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:448;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:448;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:438;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:433;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:426;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:426;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:424;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:424;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:422;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:420;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:420;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:413;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:409;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:400;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:396;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:396;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:394;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}}','no'),(165,'_site_transient_ai1wm_last_check_for_updates','1693287997','no'),(166,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.53\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:259:\"<ul class=\"description\"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40189;}}','yes'),(167,'hfe_plugin_is_activated','yes','yes'),(168,'recently_activated','a:0:{}','yes'),(172,'elementor_active_kit','7','yes'),(173,'elementor_font_display','swap','yes'),(176,'elementor_version','3.15.3','yes'),(177,'elementor_install_history','a:1:{s:6:\"3.15.3\";i:1693288617;}','yes'),(178,'elementor_events_db_version','1.0.0','no'),(179,'_hfe_db_version','1.6.17','yes'),(180,'elementor_onboarded','1','yes'),(181,'bsf_analytics_installed_time','1693288625','no'),(182,'_elementor_installed_time','1693288625','yes');
INSERT INTO `wp_options` VALUES (183,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:561;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:562;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:563;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:606;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:607;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:608;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:609;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(184,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:82:\"Elementor 3.15 is Here - Check out The Taxonomy Filter, Nested Accordion, and More\";s:7:\"excerpt\";s:241:\"This release includes the first phase of the much-awaited Taxonomy Filter, the new and improved Accordion widget with nested items, enhanced styling capabilities for Carousel widgets, fun new Elementor AI Image tools, and the new Apps Page. \";s:7:\"created\";i:1691513693;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:157:\"https://elementor.com/blog/introducing-315-taxonomy-filter-nested-accordion-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.14 - Gain More Design Flexibility with Nested Carousels and Loop Grid Ads\";s:7:\"excerpt\";s:239:\"This version includes a new Carousel widget, extends the Loop Grid with the ability to place static content within the Loop, a Global Styles Preview, and a multitude of highly requested styling capabilities, and new Elementor AI features. \";s:7:\"created\";i:1688394655;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/introducing-314-nested-carousel-loop-grid-ads-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:87:\"Professional Hosting Tools that Boost Control and Elevate Your Online Business Presence\";s:7:\"excerpt\";s:249:\"Experience more control and workflow efficiency with powerful tools like phpMyAdmin, SFTP, and Cloning. And elevate your online brand and business with Custom Domains and Professional Mailboxes, ensuring a professional and distinct website presence.\";s:7:\"created\";i:1688054065;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:130:\"https://elementor.com/blog/new-professional-hosting-tools/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(185,'_transient_timeout_elementor_remote_info_api_data_3.15.3','1693331827','no'),(186,'_transient_elementor_remote_info_api_data_3.15.3','a:4:{s:9:\"timestamp\";s:10:\"1693285131\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(189,'template_kit_import_version','1.0.14','yes'),(190,'template_kit_import_install_time','1693288657','yes'),(191,'theme_mods_twentytwentythree','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(197,'elementskit-lite__banner_last_check','1693288825','yes'),(198,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10010506\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010506;s:5:\"title\";s:32:\"Wpmet Summer sale 2023 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010508\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010508;s:5:\"title\";s:31:\"Wpmet Summer sale 2023 own page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010418\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010418;s:5:\"title\";s:32:\"Wpmet Summer Ownpage Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10008094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008094;s:5:\"title\";s:24:\"GetGenie Cross Promotion\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1678492800;s:3:\"end\";i:1688083200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:35:\"https://wpmet.com/getgenie-org-page\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:766:\"<h2>We are delighted to announce that <span style=\"color: #2471b1;\"><strong style=\"color: #2471b1; text-transform: uppercase; font-size: 14px;\">GetGenie AI is now available</strong></span>!</h2>\r\n<h4 style=\"font-size: 16px; margin-left: -2px;\"><b>Let&#039;s write your content 20x faster with AI. Also, Research </b><b>keywords</b><b>, A</b><b>nalyse your </b><b>competitors, head 2 Head analysis,  content writing with ai, and search engine ranking with NLP Keywords optimization—all within WordPress.</b> Additionally, <b>you can chat</b> with the GENIE AI about your needs.</h4>\r\n<span style=\"color: #dd0cd9;\">Join now and get <span style=\"font-weight: 400;\"><strong>1500 words for free every month</strong></span></span><span style=\"color: #dd0cd9;\">. </span>\";s:12:\"notice_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2023/03/genie_compare_image_4.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:20:\"background: #e9fce5;\";s:10:\"unique_key\";s:20:\"getgenie-cross-promo\";}}s:8:\"10008085\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008085;s:5:\"title\";s:27:\"Wpmet Notice Dashboard 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:517:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet</span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10008083\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008083;s:5:\"title\";s:25:\"Wpmet Notice Ownpage 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:519:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet. </span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10007775\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007775;s:5:\"title\";s:17:\"August Flash Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:7:\"plugins\";s:5:\"start\";i:1661385600;s:3:\"end\";i:1661904000;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:30:\"https://wpmet.com/flash/banner\";s:12:\"banner_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/InPlugin-Banner-4.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:76:\"background-color: #00003E; display: block; height: 60px; text-align: center;\";s:10:\"unique_key\";s:15:\"AugustFlashSale\";}}s:8:\"10007416\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007416;s:5:\"title\";s:28:\"Wpmet 4th of July Flash Sale\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1656806400;s:3:\"end\";i:1657065600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:603:\"ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly! Happy 4th of July Flash Sale!!\r\n\r\n<a href=\"https://wpmet.com/4-july/notice\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Claim Your Discount →&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1337857,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:1136076},&quot;16&quot;:10,&quot;17&quot;:1,&quot;21&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https://wpmet.com/deals\">Claim Your Discount →</span></a>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2022/07/Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:13:\"4thJulybanner\";}}s:8:\"10007174\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007174;s:5:\"title\";s:31:\"Wpmet Birthday Campaign Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1653868800;s:3:\"end\";i:1655942400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:261:\"Wpmet\'s Birthday Sale is going on! Enjoy limited-time discounts of up to 50% on each of our PRO plugins — ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review. Hurry up!\r\n\r\n<a href=\"https://wpmet.com/notice/birthday-deal\">Get Your Discount →</a>\";s:12:\"notice_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2022/05/InPlugin-Notice-50.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:14:\"birthdaybanner\";}}s:8:\"10007139\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007139;s:5:\"title\";s:31:\"Wpmet Summer Campaign Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:233:\"ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly throughout this Summer Sale!\r\n\r\n<a href=\"https://wpmet.com/notice/summer-sale\">Get Your Discount →</a>\";s:12:\"notice_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Notice-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:12:\"summerbanner\";}}}','yes'),(199,'elementskit-lite_install_date','2023-08-29 06:00:25','yes'),(200,'metform__banner_last_check','1693288855','yes'),(201,'metform__banner_data','O:8:\"stdClass\":10:{s:8:\"10010506\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010506;s:5:\"title\";s:32:\"Wpmet Summer sale 2023 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010508\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010508;s:5:\"title\";s:31:\"Wpmet Summer sale 2023 own page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010418\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010418;s:5:\"title\";s:32:\"Wpmet Summer Ownpage Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10008094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008094;s:5:\"title\";s:24:\"GetGenie Cross Promotion\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1678492800;s:3:\"end\";i:1688083200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:35:\"https://wpmet.com/getgenie-org-page\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:766:\"<h2>We are delighted to announce that <span style=\"color: #2471b1;\"><strong style=\"color: #2471b1; text-transform: uppercase; font-size: 14px;\">GetGenie AI is now available</strong></span>!</h2>\r\n<h4 style=\"font-size: 16px; margin-left: -2px;\"><b>Let&#039;s write your content 20x faster with AI. Also, Research </b><b>keywords</b><b>, A</b><b>nalyse your </b><b>competitors, head 2 Head analysis,  content writing with ai, and search engine ranking with NLP Keywords optimization—all within WordPress.</b> Additionally, <b>you can chat</b> with the GENIE AI about your needs.</h4>\r\n<span style=\"color: #dd0cd9;\">Join now and get <span style=\"font-weight: 400;\"><strong>1500 words for free every month</strong></span></span><span style=\"color: #dd0cd9;\">. </span>\";s:12:\"notice_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2023/03/genie_compare_image_4.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:20:\"background: #e9fce5;\";s:10:\"unique_key\";s:20:\"getgenie-cross-promo\";}}s:8:\"10008085\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008085;s:5:\"title\";s:27:\"Wpmet Notice Dashboard 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:517:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet</span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10008083\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008083;s:5:\"title\";s:25:\"Wpmet Notice Ownpage 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:519:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet. </span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10007775\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007775;s:5:\"title\";s:17:\"August Flash Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:7:\"plugins\";s:5:\"start\";i:1661385600;s:3:\"end\";i:1661904000;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:30:\"https://wpmet.com/flash/banner\";s:12:\"banner_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/InPlugin-Banner-4.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:76:\"background-color: #00003E; display: block; height: 60px; text-align: center;\";s:10:\"unique_key\";s:15:\"AugustFlashSale\";}}s:8:\"10007665\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007665;s:5:\"title\";s:18:\"Metform x Hubspot!\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1660003200;s:3:\"end\";i:1661299200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:232:\"<span style=\"color: #000000;\"><strong>MetForm\'s HubSpot FREE integration</strong> is now complete for your convenience. Just go to MetForm → Settings → CRM &amp; Marketing Integrations to connect HubSpot with MetForm now!</span>\";s:12:\"notice_image\";s:84:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/Metform-Integration-notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10007416\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007416;s:5:\"title\";s:28:\"Wpmet 4th of July Flash Sale\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1656806400;s:3:\"end\";i:1657065600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:603:\"ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly! Happy 4th of July Flash Sale!!\r\n\r\n<a href=\"https://wpmet.com/4-july/notice\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Claim Your Discount →&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1337857,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:1136076},&quot;16&quot;:10,&quot;17&quot;:1,&quot;21&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https://wpmet.com/deals\">Claim Your Discount →</span></a>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2022/07/Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:13:\"4thJulybanner\";}}s:8:\"10007174\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007174;s:5:\"title\";s:31:\"Wpmet Birthday Campaign Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1653868800;s:3:\"end\";i:1655942400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:261:\"Wpmet\'s Birthday Sale is going on! Enjoy limited-time discounts of up to 50% on each of our PRO plugins — ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review. Hurry up!\r\n\r\n<a href=\"https://wpmet.com/notice/birthday-deal\">Get Your Discount →</a>\";s:12:\"notice_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2022/05/InPlugin-Notice-50.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:14:\"birthdaybanner\";}}}','yes'),(202,'metform_install_date','2023-08-29 06:00:55','yes'),(203,'_elementor_settings_update_time','1693289059','yes'),(204,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(205,'elementor_disable_color_schemes','yes','yes'),(206,'elementor_disable_typography_schemes','yes','yes'),(207,'elementor_allow_tracking','no','yes'),(208,'elementor_google_maps_api_key','','yes'),(209,'elementor_css_print_method','external','yes'),(210,'elementor_editor_break_lines','','yes'),(211,'elementor_unfiltered_files_upload','','yes'),(212,'elementor_google_font','1','yes'),(213,'elementor_load_fa4_shim','','yes'),(214,'elementor_meta_generator_tag','','yes'),(215,'elementor_experiment-e_font_icon_svg','default','yes'),(216,'elementor_experiment-container','default','yes'),(217,'elementor_experiment-container_grid','default','yes'),(218,'elementor_experiment-editor_v2','default','yes'),(219,'elementor_experiment-landing-pages','default','yes'),(220,'elementor_experiment-nested-elements','default','yes'),(221,'elementor_experiment-e_lazyload','default','yes'),(222,'elementor_experiment-e_global_styleguide','default','yes'),(223,'elementor_experiment-e_dom_optimization','default','yes'),(224,'elementor_experiment-e_optimized_assets_loading','default','yes'),(225,'elementor_experiment-e_optimized_css_loading','default','yes'),(226,'elementor_experiment-additional_custom_breakpoints','default','yes'),(227,'elementor_experiment-e_swiper_latest','default','yes'),(231,'_transient_timeout_header-footer-elementor-rating','1694586932','no'),(232,'_transient_header-footer-elementor-rating','delayed-notice','no'),(233,'_transient_timeout_elementor_remote_templates_data_3.15.3','1693334190','no');
INSERT INTO `wp_options` VALUES (234,'_transient_elementor_remote_templates_data_3.15.3','a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:561;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:562;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:563;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:606;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:607;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:608;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:609;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}','no'),(235,'_site_transient_timeout_wp_remote_block_patterns_63ba30730e414de2219f2d1f17ebfde9','1693295039','no'),(236,'_site_transient_wp_remote_block_patterns_63ba30730e414de2219f2d1f17ebfde9','a:46:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:310547;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Poster on Left, Paragraph on Right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3610:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-8 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right wp-container-content-2 wp-duotone-rgb137750-rgb210210210-4\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-vertical is-content-justification-right is-nowrap is-layout-flex wp-container-1 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Wardell</p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">gray</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Plays</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &amp;</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">SWING</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-group wp-container-content-6 is-vertical is-nowrap is-layout-flex wp-container-7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Wardell Gray was born in Oklahoma City, the youngest of four children. His early childhood years were spent in Oklahoma, before moving with his family to Detroit in 1929. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">In early 1935, Gray began attending Northeastern High School, and then transferred to Cass Technical High School, which is noted for having Donald Byrd, Lucky Thompson and Al McKibbon as alumni. </p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Listen Now</a></div>\n</div>\n\n\n\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:6343:\"<!-- wp:cover {\"customOverlayColor\":\"#36220c\",\"contentPosition\":\"top center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"3vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"stretch\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\",\"id\":334,\"dimRatio\":50,\"minHeight\":75,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top right\",\"isDark\":false,\"style\":{\"layout\":{\"selfStretch\":\"fill\"},\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}},\"color\":{\"duotone\":[\"rgb(137, 75, 0)\",\"rgb(210, 210, 210)\"]}}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Wardell</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"130px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">gray</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#d09c9c\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Plays</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.8\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &amp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">SWING</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"420px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Wardell Gray was born in Oklahoma City, the youngest of four children. His early childhood years were spent in Oklahoma, before moving with his family to Detroit in 1929. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">In early 1935, Gray began attending Northeastern High School, and then transferred to Cass Technical High School, which is noted for having Donald Byrd, Lucky Thompson and Al McKibbon as alumni. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#e59937\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"32px\",\"bottom\":\"16px\",\"left\":\"32px\"}},\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Listen Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"7.5vw\"} -->\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1278:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-11 is-layout-constrained wp-container-12 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default wp-duotone-000000-ffffff-10\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1031:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-14 is-vertical is-nowrap is-layout-flex wp-container-15 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1724:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-19\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-17 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2130:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-26 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-22 is-layout-flow wp-container-23 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-20\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let &#8217;em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-24 is-layout-flow wp-container-25 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1893:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-33 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-28 is-layout-flow wp-container-29 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-52dc92f2ee4b8dfde042239a7e68e30d\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-31 is-layout-flow wp-container-32 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-30 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-c8902903bdf5ea1baed310a565cbd10e\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-669af571686ebf2235f18cd2403659b5\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2550:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-45 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-36 is-content-justification-left is-layout-constrained wp-container-37 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-35 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-44 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-40 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-38 wp-duotone-rgb000-rgb21788120-39\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-42 wp-duotone-rgb000-rgb21788120-43\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1663:\"\n<div class=\"wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-50\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-48 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-47 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1592:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-51 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature&#8217;s best…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature\'s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1389:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-53 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2040:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-59 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-55\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-57 is-content-justification-left is-layout-constrained wp-container-58 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-56 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1525:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-094850-f9644e-64\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-61 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-62 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1533:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-68\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-65 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-66 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:895:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-69 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6991:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><ul style=\"text-transform:none;\" class=\"wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-72 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-71 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:31:35+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-75 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-77 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-76 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:30:31+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-80 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-82 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-81 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-05T21:29:00+00:00\">Jul 5, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-85 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><nav class=\"wp-block-query-pagination is-content-justification-left is-nowrap is-layout-flex wp-container-88 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.3&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-31-page=2\" style=\"text-transform:uppercase;\" class=\"wp-block-query-pagination-next has-small-font-size\">Next</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6509:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><ul style=\"text-transform:none;\" class=\"alignfull wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-93 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-91 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:31:35+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:31:35+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-96 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-94 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:30:31+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:30:31+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-99 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-97 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-05T21:29:00+00:00\">07.5</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-05T21:29:00+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><nav class=\"wp-block-query-pagination is-content-justification-space-between is-nowrap is-layout-flex wp-container-102 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.3&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-1-page=2\" style=\"font-size:2rem;font-style:normal;font-weight:600;text-transform:uppercase;letter-spacing:1px;\" class=\"wp-block-query-pagination-next\">Next Page</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4895:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-108 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-white-color wp-block-site-title has-medium-font-size wp-elements-e24c80986e13ab3d929b38d6b46e3019\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-107 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-106\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-106\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-106-content\">\n							<ul class=\"wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3967:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-4956719e1d36ae31d9fb9c185b0a148a is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-114 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-f1e98d6c897e424c7d4e8232ded39f0a\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-113 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-112\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-112\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-112-content\">\n							<ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1232:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3727:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-119 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-118 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-117\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-117\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-117-content\">\n							<ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4296:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-125 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-122 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-121 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-124 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-123\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-123\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-123-content\">\n							<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3499:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-129 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-128 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open always-shown\" data-micromodal-trigger=\"modal-127\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container hidden-by-default \" style=\"\" id=\"modal-127\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-127-content\">\n							<ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4827:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-134 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-131 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-130 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title has-medium-font-size wp-elements-234e57400cf5587740bb7caa261d6fc4\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-133 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-132\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-132\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-132-content\">\n							<ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3794:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-139 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-contrast-color wp-block-site-title has-large-font-size wp-elements-9728cce79011b64628d7f6beff066787\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-center is-fallback wp-block-navigation is-content-justification-center is-layout-flex wp-container-138 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-137\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-137\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-137-content\">\n							<ul class=\"wp-block-navigation__container is-responsive items-justified-center is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3627:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-143 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-142 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-141\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-141\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-141-content\">\n							<ul class=\"wp-block-navigation__container has-large-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-large-font-size\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3830:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-147 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-144 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-146 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-145\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-145\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-145-content\">\n							<ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4180:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-151 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-150 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-149 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2962:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-158 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-153 is-content-justification-left is-layout-constrained wp-container-154 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"><label class=\"wp-block-search__label screen-reader-text\" for=\"wp-block-search__input-152\" >Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input class=\"wp-block-search__input\" id=\"wp-block-search__input-152\" placeholder=\"\" value=\"\" type=\"search\" name=\"s\" required  style=\"border-width: 1px\"/><button aria-label=\"Search\" class=\"wp-block-search__button has-icon wp-element-button\" type=\"submit\"  style=\"border-width: 1px\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-157 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-156 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-155 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-160 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:840:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-163 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3733:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-168 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-166 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n			data-wp-interactive\n			data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n		><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-165\" \n			data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n		><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-165\" \n			data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-effect=\"effects.core.navigation.initMenu\"\n			data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n			data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n			tabindex=\"-1\"\n		>\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n			data-wp-bind--aria-modal=\"selectors.core.navigation.isMenuOpen\"\n			data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n			data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n		>\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\" \n			data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n		><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-165-content\">\n							<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-left is-fallback wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2963:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-178 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-176 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-172 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-174 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-177 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4120:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-180 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-179 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4597:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-186 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-181\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-182 is-vertical is-content-justification-center is-layout-flex wp-container-183 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-184 is-content-justification-right is-nowrap is-layout-flex wp-container-185 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2835:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-196 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-188 is-vertical is-layout-flex wp-container-189 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-195 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-192 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-191 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-194 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-193 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1330:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-200 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:34;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1078:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-204 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:35;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3496:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-205 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-213 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-209 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-212 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2240:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-217 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-221 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1445:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:38;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:39;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:40;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1508:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-228 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:41;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1321:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-232 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:43;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:688:\"\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\">\n<p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p>\n<cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:51:\"core/image,core/paragraph,core/quote,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:12:\"testimonials\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1102:\"<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><!-- wp:paragraph -->\n<p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p>\n<!-- /wp:paragraph --><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\";}i:44;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1518:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-236 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:45;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:572:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-237 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}','no'),(239,'_site_transient_timeout_wp_remote_block_patterns_9878e052535700697ff756158aa990b2','1693295039','no'),(240,'_site_transient_wp_remote_block_patterns_9878e052535700697ff756158aa990b2','a:14:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6630:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-2 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:961:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3717:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2281:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1687:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1830:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2907:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-31 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-24 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-25 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-22\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-23 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-28 is-vertical is-layout-flex wp-container-29 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-27 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1665:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-36 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-39 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1684:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-44 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1077:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-48 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3492:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-49 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-57 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-53 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-56 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1320:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-61 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}','no'),(242,'elementor_log','a:2:{s:32:\"1f3f7f521382974dd61eff7a8148ee9e\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"32944\";s:7:\"\0*\0file\";s:100:\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.15.3\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-08-29 10:00:01\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:38:\"elementorFrontendConfig is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-29 10:00:01\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1693303201\";s:7:\"message\";s:38:\"elementorFrontendConfig is not defined\";s:3:\"url\";s:100:\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.15.3\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"32944\";}}s:32:\"419ab6b74d06ebc74c06a651b52d4c7c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-28 12:13:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-28 12:13:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(243,'_site_transient_timeout_available_translations','1693314011','no');
INSERT INTO `wp_options` VALUES (244,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.5/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-06-18 08:25:23\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.22\";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:63:\"https://downloads.wordpress.org/translation/core/4.8.22/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-28 08:07:35\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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: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:\"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:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.23\";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.23/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-06-23 11:21:55\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-29 06:53:25\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";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/6.2.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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-15 13:01:35\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-21 11:59:07\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-05 14:06:30\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-19 15:27:26\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-20 15:19:10\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-20 15:13:11\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.3/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 09:49:50\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 09:52:35\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.3/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_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-18 08:19:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-26 09:27:21\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 16:08:07\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 07:25:21\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 07:13:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-28 15:58:51\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-28 15:57:23\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-05-17 04:31:21\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-04 16:53:05\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-28 19:57:59\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-26 01:50:26\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_EC.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:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";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/6.2.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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";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.8.7/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_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_DO.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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.13\";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:65:\"https://downloads.wordpress.org/translation/core/5.4.13/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_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.18\";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:65:\"https://downloads.wordpress.org/translation/core/5.2.18/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-13 17:52:55\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-09 16:14:38\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-26 22:44:00\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-25 15:24:22\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/fa_AF.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:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-26 19:14:28\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 16:30:48\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-10 17:08:26\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-23 07:18:56\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/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:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-22 18:15:33\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-09 07:20:47\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.30\";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:63:\"https://downloads.wordpress.org/translation/core/4.4.30/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:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-28 22:06:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-28 09:07:29\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-10 07:55:29\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";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/6.2.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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-22 09:25:05\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-18 14:34:17\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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.9.23\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";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.9.23/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-24 17:16:15\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-07 01:15:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/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:\"6.0.5\";s:7:\"updated\";s:19:\"2023-05-19 07:40:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/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:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";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/6.2.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:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/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:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.18/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:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-04 06:07:20\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-09 00:11:15\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-18 17:02:03\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.3/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}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:\"6.1.3\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";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/6.1.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 18:51:09\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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:\"6.0.5\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 01:58:55\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";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.9.23/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:\"5.5.12\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";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/5.5.12/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.2.35\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";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.2.35/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-19 21:47:18\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-25 08:55:15\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-21 08:48:39\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-28 18:38:21\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-17 07:09:13\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.3/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:6:\"4.8.22\";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:63:\"https://downloads.wordpress.org/translation/core/4.8.22/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:15:\"Panjabi (India)\";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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-02 09:00:40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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.3.31\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";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.3.31/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-21 12:17:05\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-23 18:57:54\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-25 19:53:18\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-23 18:55:37\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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: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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-24 15:51:54\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-20 14:55:02\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.13/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-17 07:24:11\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-13 11:41:50\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 12:29:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-19 10:40:17\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/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.8.7\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";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.8.7/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-11 16:00:32\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:6:\"5.3.15\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.15/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:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/ta_LK.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:18:\"தொடர்க\";}}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.8.7\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";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.8.7/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:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.22/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:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-19 20:18:40\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:6:\"4.9.23\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/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:\"6.1.3\";s:7:\"updated\";s:19:\"2023-03-04 10:46: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/6.1.3/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:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.13/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-15 15:30:50\";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/6.2.2/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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 18:38:05\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/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:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-17 14:06:22\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/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:\"继续\";}}}','no'),(274,'elementor_1_elementor_updater_batch_ecdc1f50ff0e70d754540560aeb0','a:3:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}i:1;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:27:\"_v_3_16_0_container_updates\";}}i:2;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:31:\"_v_3_17_0_site_settings_updates\";}}}','no'),(275,'_elementor_global_css','a:7:{s:4:\"time\";i:1695883417;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','yes'),(276,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:16:{s:9:\"icon-list\";a:2:{s:7:\"content\";s:130:\"<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.17.3\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.17.3\";}s:13:\"jkit_nav_menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.17.3\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.17.3\";}s:12:\"jkit_heading\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:1379:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>\";s:7:\"version\";s:6:\"3.17.3\";}s:13:\"jkit_icon_box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:129:\"<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:6:\"3.17.3\";}s:22:\"jkit_portfolio_gallery\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:9:\"jkit_team\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:15:\"jkit_post_block\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:7:\"divider\";a:2:{s:7:\"content\";s:3594:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.17.3\";}s:14:\"jkit_mailchimp\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:4947:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:6:\"3.17.3\";}}}}','yes'),(515,'_site_transient_timeout_theme_roots','1719265537','no'),(516,'_site_transient_theme_roots','a:4:{s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(517,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.5\";s:7:\"version\";s:5:\"6.5.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1719263739;s:15:\"version_checked\";s:5:\"6.5.5\";s:12:\"translations\";a:0:{}}','no'),(518,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1719263745;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.83\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.83.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2990457\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2990457\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.22.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3005087\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3005087\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:6:\"1.6.36\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/header-footer-elementor.1.6.36.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2813167\";s:3:\"svg\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2813167\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.jpg?rev=2813167\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.jpg?rev=2813167\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.2.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/jeg-elementor-kit\";s:4:\"slug\";s:17:\"jeg-elementor-kit\";s:6:\"plugin\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:11:\"new_version\";s:5:\"2.6.7\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/jeg-elementor-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/jeg-elementor-kit.2.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/jeg-elementor-kit/assets/icon.svg?rev=2587455\";s:3:\"svg\";s:62:\"https://ps.w.org/jeg-elementor-kit/assets/icon.svg?rev=2587455\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/jeg-elementor-kit/assets/banner-1544x500.png?rev=2575635\";s:2:\"1x\";s:72:\"https://ps.w.org/jeg-elementor-kit/assets/banner-772x250.png?rev=2575635\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/jeg-elementor-kit/assets/banner-1544x500-rtl.png?rev=2575635\";s:2:\"1x\";s:76:\"https://ps.w.org/jeg-elementor-kit/assets/banner-772x250-rtl.png?rev=2575635\";}s:8:\"requires\";s:3:\"5.0\";}s:19:\"metform/metform.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/metform\";s:4:\"slug\";s:7:\"metform\";s:6:\"plugin\";s:19:\"metform/metform.php\";s:11:\"new_version\";s:5:\"3.8.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/metform/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/metform.3.8.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/metform/assets/icon-256x256.png?rev=2544152\";s:2:\"1x\";s:60:\"https://ps.w.org/metform/assets/icon-128x128.png?rev=2544152\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/metform/assets/banner-1544x500.png?rev=2544152\";s:2:\"1x\";s:62:\"https://ps.w.org/metform/assets/banner-772x250.png?rev=2544152\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:43:\"template-kit-import/template-kit-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/template-kit-import\";s:4:\"slug\";s:19:\"template-kit-import\";s:6:\"plugin\";s:43:\"template-kit-import/template-kit-import.php\";s:11:\"new_version\";s:6:\"1.0.15\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/template-kit-import/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/template-kit-import.1.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-256x256.png?rev=2228216\";s:2:\"1x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-128x128.png?rev=2228216\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_elementor_edit_mode','builder'),(4,5,'_elementor_template_type','kit'),(5,6,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.19\";s:5:\"title\";s:63:\"Cityvile – City Government & Municipal Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:16:{i:0;a:9:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:32:\"https://templatekit.jegtheme.com\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:7;}}}i:1;a:9:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:60:\"https://templatekit.jegtheme.com/cityvile/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:86;}}}i:2;a:9:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/cityvile/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:79;}}}i:3;a:9:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:23:\"templates/services.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/cityvile/template-kit/services/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:59;}}}i:4;a:8:{s:4:\"name\";s:11:\"Departement\";s:10:\"screenshot\";s:27:\"screenshots/departement.jpg\";s:6:\"source\";s:26:\"templates/departement.json\";s:11:\"preview_url\";s:67:\"https://templatekit.jegtheme.com/cityvile/template-kit/departement/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:8:{s:4:\"name\";s:19:\"Departement Details\";s:10:\"screenshot\";s:35:\"screenshots/departement-details.jpg\";s:6:\"source\";s:34:\"templates/departement-details.json\";s:11:\"preview_url\";s:75:\"https://templatekit.jegtheme.com/cityvile/template-kit/departement-details/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:6;a:9:{s:4:\"name\";s:4:\"Team\";s:10:\"screenshot\";s:20:\"screenshots/team.jpg\";s:6:\"source\";s:19:\"templates/team.json\";s:11:\"preview_url\";s:60:\"https://templatekit.jegtheme.com/cityvile/template-kit/team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:90;}}}i:7;a:8:{s:4:\"name\";s:5:\"Event\";s:10:\"screenshot\";s:21:\"screenshots/event.jpg\";s:6:\"source\";s:20:\"templates/event.json\";s:11:\"preview_url\";s:61:\"https://templatekit.jegtheme.com/cityvile/template-kit/event/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:8;a:9:{s:4:\"name\";s:3:\"FAQ\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:18:\"templates/faq.json\";s:11:\"preview_url\";s:59:\"https://templatekit.jegtheme.com/cityvile/template-kit/faq/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:66;}}}i:9;a:9:{s:4:\"name\";s:4:\"News\";s:10:\"screenshot\";s:20:\"screenshots/news.jpg\";s:6:\"source\";s:19:\"templates/news.json\";s:11:\"preview_url\";s:60:\"https://templatekit.jegtheme.com/cityvile/template-kit/news/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:43;}}}i:10;a:8:{s:4:\"name\";s:11:\"Single News\";s:10:\"screenshot\";s:27:\"screenshots/single-news.jpg\";s:6:\"source\";s:26:\"templates/single-news.json\";s:11:\"preview_url\";s:67:\"https://templatekit.jegtheme.com/cityvile/template-kit/single-news/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:11;a:9:{s:4:\"name\";s:15:\"MetForm Contact\";s:10:\"screenshot\";s:31:\"screenshots/metform-contact.jpg\";s:6:\"source\";s:30:\"templates/metform-contact.json\";s:11:\"preview_url\";s:71:\"https://templatekit.jegtheme.com/cityvile/template-kit/metform-contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:23;}}}i:12;a:8:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:63:\"https://templatekit.jegtheme.com/cityvile/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:9:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:62:\"https://templatekit.jegtheme.com/cityvile/template-kit/header/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:52;}}}i:14;a:9:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:62:\"https://templatekit.jegtheme.com/cityvile/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:33;}}}i:15;a:9:{s:4:\"name\";s:8:\"404 Page\";s:10:\"screenshot\";s:24:\"screenshots/404-page.jpg\";s:6:\"source\";s:23:\"templates/404-page.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/cityvile/template-kit/404-page/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:49;}}}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"1.4.9\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}i:1;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.2.4\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:2;a:4:{s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:7:\"version\";s:5:\"1.5.9\";s:4:\"file\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"author\";s:31:\"Brainstorm Force, Nikhil Chavan\";}i:3;a:4:{s:4:\"name\";s:17:\"Jeg Elementor Kit\";s:7:\"version\";s:6:\"1.10.2\";s:4:\"file\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:6:\"author\";s:9:\"JegStudio\";}}s:6:\"images\";a:42:{i:0;a:8:{s:8:\"filename\";s:28:\"capitol-building-K5CP4PZ.jpg\";s:13:\"thumbnail_url\";s:115:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/capitol-building-K5CP4PZ-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:325409;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-K5CP4PZ\";}i:1;a:8:{s:8:\"filename\";s:49:\"washington-usa-state-capitol-building-FWT6RXB.jpg\";s:13:\"thumbnail_url\";s:136:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/washington-usa-state-capitol-building-FWT6RXB-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:323974;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FWT6RXB\";}i:2;a:8:{s:8:\"filename\";s:79:\"capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\";s:13:\"thumbnail_url\";s:151:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/capital-building-austin-texas-government-building-blue-skies-800x446.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:333151;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1071;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PNKCWGP\";}i:3;a:8:{s:8:\"filename\";s:28:\"capitol-building-3BGTJWR.jpg\";s:13:\"thumbnail_url\";s:115:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/capitol-building-3BGTJWR-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:322814;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-3BGTJWR\";}i:4;a:8:{s:8:\"filename\";s:47:\"road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\";s:13:\"thumbnail_url\";s:134:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/road-jungtion-and-manquehue-hill-in-2CXE7DY-800x600.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:284698;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1439;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-2CXE7DY\";}i:5;a:8:{s:8:\"filename\";s:20:\"signature-5QEGBV.png\";s:13:\"thumbnail_url\";s:99:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/signature-5QEGBV.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:8682;s:10:\"dimensions\";a:2:{i:0;i:474;i:1;i:161;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-5QEGBV\";}i:6;a:8:{s:8:\"filename\";s:30:\"walking-to-conference-hall.jpg\";s:13:\"thumbnail_url\";s:117:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/walking-to-conference-hall-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:312952;s:10:\"dimensions\";a:2:{i:0;i:2000;i:1;i:1333;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YBAAENM\";}i:7;a:8:{s:8:\"filename\";s:47:\"austrian-parliament-building-e1626077874714.jpg\";s:13:\"thumbnail_url\";s:119:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/austrian-parliament-building-800x526.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:309892;s:10:\"dimensions\";a:2:{i:0;i:1794;i:1;i:1180;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PVZHZNU\";}i:8;a:8:{s:8:\"filename\";s:11:\"pattern.jpg\";s:13:\"thumbnail_url\";s:98:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/pattern-800x533.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:4;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:192072;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-QKPSLY\";}i:9;a:8:{s:8:\"filename\";s:47:\"people-at-festival-of-colors-e1626077439540.jpg\";s:13:\"thumbnail_url\";s:119:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/people-at-festival-of-colors-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:329540;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-H375CNN\";}i:10;a:8:{s:8:\"filename\";s:108:\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-e1626077221930.jpg\";s:13:\"thumbnail_url\";s:180:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-800x534.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:281155;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-UQBSY9S\";}i:11;a:8:{s:8:\"filename\";s:80:\"portrait-of-children-showing-off-winners-medals-on-sports-day-e1626077203617.jpg\";s:13:\"thumbnail_url\";s:152:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/portrait-of-children-showing-off-winners-medals-on-sports-day-800x534.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:277096;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1281;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-R6GT7Y3\";}i:12;a:8:{s:8:\"filename\";s:47:\"exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\";s:13:\"thumbnail_url\";s:134:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/exchange-in-manhattan-finance-distr-LKSLMNJ-800x533.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:3;a:2:{s:6:\"source\";s:34:\"templates/departement-details.json\";s:4:\"name\";s:19:\"Departement Details\";}}s:8:\"filesize\";i:287402;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-LKSLMNJ\";}i:13;a:8:{s:8:\"filename\";s:27:\"museum-in-paris-XCNGQ8A.jpg\";s:13:\"thumbnail_url\";s:114:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/museum-in-paris-XCNGQ8A-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:264427;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-XCNGQ8A\";}i:14;a:8:{s:8:\"filename\";s:28:\"beautiful-summer-AA8J2ML.jpg\";s:13:\"thumbnail_url\";s:115:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/beautiful-summer-AA8J2ML-800x600.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:308402;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1440;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AA8J2ML\";}i:15;a:8:{s:8:\"filename\";s:28:\"capitol-building-PAWGZQP.jpg\";s:13:\"thumbnail_url\";s:115:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/capitol-building-PAWGZQP-800x655.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/404-page.json\";s:4:\"name\";s:8:\"404 Page\";}}s:8:\"filesize\";i:322734;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1572;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PAWGZQP\";}i:16;a:8:{s:8:\"filename\";s:27:\"senior-traveler-SULUF4P.jpg\";s:13:\"thumbnail_url\";s:114:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/senior-traveler-SULUF4P-800x999.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:102182;s:10:\"dimensions\";a:2:{i:0;i:820;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SULUF4P\";}i:17;a:8:{s:8:\"filename\";s:34:\"confident-professional-8T7X45D.jpg\";s:13:\"thumbnail_url\";s:121:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/confident-professional-8T7X45D-800x999.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:146764;s:10:\"dimensions\";a:2:{i:0;i:820;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8T7X45D\";}i:18;a:8:{s:8:\"filename\";s:29:\"working-on-travel-AHE6QFC.jpg\";s:13:\"thumbnail_url\";s:116:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/working-on-travel-AHE6QFC-800x999.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:108105;s:10:\"dimensions\";a:2:{i:0;i:820;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AHE6QFC\";}i:19;a:8:{s:8:\"filename\";s:22:\"formalwear-64AJGCM.jpg\";s:13:\"thumbnail_url\";s:109:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/formalwear-64AJGCM-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:256109;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-64AJGCM\";}i:20;a:8:{s:8:\"filename\";s:65:\"capital-city-of-malaysia-kuala-lumpur-at-night-e1626077489892.jpg\";s:13:\"thumbnail_url\";s:137:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/capital-city-of-malaysia-kuala-lumpur-at-night-800x564.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:198945;s:10:\"dimensions\";a:2:{i:0;i:1440;i:1;i:1016;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-GPPQ7HD\";}i:21;a:8:{s:8:\"filename\";s:39:\"political-discussion-e1626077131832.jpg\";s:13:\"thumbnail_url\";s:111:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/political-discussion-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:183462;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-EF72TRF\";}i:22;a:8:{s:8:\"filename\";s:23:\"testimonial-Q8JDNBT.png\";s:13:\"thumbnail_url\";s:102:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/testimonial-Q8JDNBT.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:29754;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:160;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-Q8JDNBT\";}i:23;a:8:{s:8:\"filename\";s:23:\"testimonial-N8572T7.jpg\";s:13:\"thumbnail_url\";s:102:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/testimonial-N8572T7.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:29574;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:160;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-N8572T7\";}i:24;a:8:{s:8:\"filename\";s:23:\"testimonial-A8E2W8S.jpg\";s:13:\"thumbnail_url\";s:102:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/testimonial-A8E2W8S.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:30058;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:160;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-A8E2W8S\";}i:25;a:8:{s:8:\"filename\";s:23:\"testimonial-83S5W35.jpg\";s:13:\"thumbnail_url\";s:102:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/testimonial-83S5W35.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/departement.json\";s:4:\"name\";s:11:\"Departement\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:17155;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:160;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-83S5W35\";}i:26;a:8:{s:8:\"filename\";s:38:\"successful-partners-e1626077148458.jpg\";s:13:\"thumbnail_url\";s:110:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/successful-partners-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:34:\"templates/departement-details.json\";s:4:\"name\";s:19:\"Departement Details\";}}s:8:\"filesize\";i:178110;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-Z4F6LCL\";}i:27;a:8:{s:8:\"filename\";s:56:\"gavel-scales-of-justice-and-law-books-e1626077231273.jpg\";s:13:\"thumbnail_url\";s:128:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/gavel-scales-of-justice-and-law-books-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:34:\"templates/departement-details.json\";s:4:\"name\";s:19:\"Departement Details\";}}s:8:\"filesize\";i:172720;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P6F8T5D\";}i:28;a:8:{s:8:\"filename\";s:43:\"get-acquainted-with-case-e1626077246610.jpg\";s:13:\"thumbnail_url\";s:115:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/get-acquainted-with-case-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:34:\"templates/departement-details.json\";s:4:\"name\";s:19:\"Departement Details\";}}s:8:\"filesize\";i:206165;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-GWJBSDB\";}i:29;a:8:{s:8:\"filename\";s:113:\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-e1626077238936.jpg\";s:13:\"thumbnail_url\";s:185:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-800x498.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:34:\"templates/departement-details.json\";s:4:\"name\";s:19:\"Departement Details\";}}s:8:\"filesize\";i:302060;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1195;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-VLG8CAF\";}i:30;a:8:{s:8:\"filename\";s:65:\"male-police-officers-writes-a-fine-on-the-road-e1626077259366.jpg\";s:13:\"thumbnail_url\";s:137:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/male-police-officers-writes-a-fine-on-the-road-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:34:\"templates/departement-details.json\";s:4:\"name\";s:19:\"Departement Details\";}}s:8:\"filesize\";i:177638;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-V6C5ZKR\";}i:31;a:8:{s:8:\"filename\";s:26:\"business-agent-LTX7Y7U.jpg\";s:13:\"thumbnail_url\";s:113:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/business-agent-LTX7Y7U-800x999.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:116384;s:10:\"dimensions\";a:2:{i:0;i:820;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-LTX7Y7U\";}i:32;a:8:{s:8:\"filename\";s:27:\"serious-speaker-2BEQX5R.jpg\";s:13:\"thumbnail_url\";s:114:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/serious-speaker-2BEQX5R-800x999.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:143596;s:10:\"dimensions\";a:2:{i:0;i:820;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-2BEQX5R\";}i:33;a:8:{s:8:\"filename\";s:33:\"confident-businessman-QWVC4G6.jpg\";s:13:\"thumbnail_url\";s:120:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/confident-businessman-QWVC4G6-800x999.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:103870;s:10:\"dimensions\";a:2:{i:0;i:820;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-QWVC4G6\";}i:34;a:8:{s:8:\"filename\";s:32:\"musical-event-e1626077274254.jpg\";s:13:\"thumbnail_url\";s:104:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/musical-event-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:73757;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8LJ64FQ\";}i:35;a:8:{s:8:\"filename\";s:24:\"music-e1626077384909.jpg\";s:13:\"thumbnail_url\";s:96:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/music-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/event.json\";s:4:\"name\";s:5:\"Event\";}}s:8:\"filesize\";i:151612;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1281;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PNTSKD6\";}i:36;a:8:{s:8:\"filename\";s:42:\"scheduling-appointments-e1626077267532.jpg\";s:13:\"thumbnail_url\";s:114:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/scheduling-appointments-800x534.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/news.json\";s:4:\"name\";s:4:\"News\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/single-news.json\";s:4:\"name\";s:11:\"Single News\";}}s:8:\"filesize\";i:307573;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-Y5ZXE2F\";}i:37;a:8:{s:8:\"filename\";s:28:\"news-news-e1626077303641.jpg\";s:13:\"thumbnail_url\";s:100:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/news-news-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/news.json\";s:4:\"name\";s:4:\"News\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-news.json\";s:4:\"name\";s:11:\"Single News\";}}s:8:\"filesize\";i:144928;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-KTWDDNB\";}i:38;a:8:{s:8:\"filename\";s:40:\"healthy-food-delivery-e1626077335107.jpg\";s:13:\"thumbnail_url\";s:112:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/healthy-food-delivery-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/single-news.json\";s:4:\"name\";s:11:\"Single News\";}}s:8:\"filesize\";i:255578;s:10:\"dimensions\";a:2:{i:0;i:1440;i:1;i:960;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8MFG3GD\";}i:39;a:8:{s:8:\"filename\";s:34:\"food-for-health-e1626077372713.jpg\";s:13:\"thumbnail_url\";s:106:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/food-for-health-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/single-news.json\";s:4:\"name\";s:11:\"Single News\";}}s:8:\"filesize\";i:155199;s:10:\"dimensions\";a:2:{i:0;i:1440;i:1;i:960;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-TQUENDD\";}i:40;a:8:{s:8:\"filename\";s:15:\"logo-33D9BE.png\";s:13:\"thumbnail_url\";s:102:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/logo-33D9BE-800x219.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:15287;s:10:\"dimensions\";a:2:{i:0;i:855;i:1;i:234;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-33D9BE\";}i:41;a:8:{s:8:\"filename\";s:14:\"logo-black.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekit.jegtheme.com/cityvile/wp-content/uploads/sites/120/2021/07/logo-black-800x220.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}}s:8:\"filesize\";i:16474;s:10:\"dimensions\";a:2:{i:0;i:855;i:1;i:235;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-33D9BE\";}}}'),(6,6,'envato_tk_folder_name','0ba29717c5bd7c85238bc86fe4da7087'),(7,6,'envato_tk_builder','elementor'),(8,6,'envato_tk_source_zip_url','https://politick.in8.cdn-alpha.com/wp-content/uploads/template-kits/0ba29717c5bd7c85238bc86fe4da7087/source-6.zip'),(9,7,'_elementor_edit_mode','builder'),(10,7,'_elementor_template_type','kit'),(11,7,'_elementor_version','3.15.3'),(12,8,'_elementor_edit_mode','builder'),(13,8,'_elementor_template_type','section'),(14,8,'_elementor_version','3.15.3'),(15,7,'_wp_page_template','default'),(16,7,'_elementor_page_settings','a:72:{s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"678b721\";s:5:\"title\";s:2:\"Bg\";s:5:\"color\";s:7:\"#181B2A\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#000000\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#EF0A0A\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EF0A0A\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:54;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:12:{i:0;a:8:{s:3:\"_id\";s:7:\"8bbd10e\";s:5:\"title\";s:2:\"H3\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:7:\"864da1f\";s:5:\"title\";s:2:\"H4\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:3:\"_id\";s:7:\"83c99e0\";s:5:\"title\";s:2:\"H5\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:3;a:7:{s:3:\"_id\";s:7:\"47e0525\";s:5:\"title\";s:2:\"H6\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:3:\"_id\";s:7:\"0c91aff\";s:5:\"title\";s:3:\"Nav\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:3:\"_id\";s:7:\"59414f0\";s:5:\"title\";s:6:\"Button\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}}i:6;a:8:{s:3:\"_id\";s:7:\"5bfa343\";s:5:\"title\";s:8:\"Button 2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:7;a:11:{s:3:\"_id\";s:7:\"4b9b8b6\";s:5:\"title\";s:9:\"H1 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Oswald\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:185;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:3:\"_id\";s:7:\"e994eae\";s:5:\"title\";s:6:\"H2 Alt\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}}i:9;a:8:{s:3:\"_id\";s:7:\"a0e526a\";s:5:\"title\";s:6:\"H3 Alt\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}}i:10;a:7:{s:3:\"_id\";s:7:\"5429537\";s:5:\"title\";s:6:\"Text 2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:11;a:8:{s:3:\"_id\";s:7:\"d686f96\";s:5:\"title\";s:4:\"404 \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:156;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:96;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:27:\"body_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#EF0A0A\";s:16:\"link_hover_color\";s:7:\"#000000\";s:8:\"h1_color\";s:7:\"#000000\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:54;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#000000\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#000000\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#000000\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#EF0A0A\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#000000\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"600\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#EF0A0A\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:20:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=primary\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=8bbd10e\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=864da1f\";s:8:\"h5_color\";s:24:\"globals/colors?id=accent\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=83c99e0\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=47e0525\";s:23:\"button_background_color\";s:0:\"\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5bfa343\";s:16:\"form_label_color\";s:25:\"globals/colors?id=primary\";s:32:\"form_label_typography_typography\";s:0:\"\";}s:16:\"form_label_color\";s:7:\"#000000\";s:32:\"form_label_typography_typography\";s:6:\"custom\";s:33:\"form_label_typography_font_family\";s:5:\"Heebo\";s:31:\"form_label_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:38:\"form_label_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:33:\"form_label_typography_font_weight\";s:3:\"400\";s:33:\"form_label_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.6000000000000001;s:5:\"sizes\";a:0:{}}s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:23:\"form_field_border_color\";s:7:\"#EAEAEA\";s:21:\"button_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"32\";s:8:\"isLinked\";b:0;}}'),(17,7,'_elementor_data','[]'),(18,9,'_elementor_edit_mode','builder'),(19,9,'_elementor_template_type','section'),(20,9,'_elementor_version','3.15.3'),(21,9,'_wp_page_template','default'),(22,9,'_elementor_page_settings','a:72:{s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"678b721\";s:5:\"title\";s:2:\"Bg\";s:5:\"color\";s:7:\"#181B2A\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#000000\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#EF0A0A\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EF0A0A\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:54;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:12:{i:0;a:8:{s:3:\"_id\";s:7:\"8bbd10e\";s:5:\"title\";s:2:\"H3\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:7:\"864da1f\";s:5:\"title\";s:2:\"H4\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:3:\"_id\";s:7:\"83c99e0\";s:5:\"title\";s:2:\"H5\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:3;a:7:{s:3:\"_id\";s:7:\"47e0525\";s:5:\"title\";s:2:\"H6\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:3:\"_id\";s:7:\"0c91aff\";s:5:\"title\";s:3:\"Nav\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:3:\"_id\";s:7:\"59414f0\";s:5:\"title\";s:6:\"Button\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}}i:6;a:8:{s:3:\"_id\";s:7:\"5bfa343\";s:5:\"title\";s:8:\"Button 2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:7;a:11:{s:3:\"_id\";s:7:\"4b9b8b6\";s:5:\"title\";s:9:\"H1 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Oswald\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:185;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:3:\"_id\";s:7:\"e994eae\";s:5:\"title\";s:6:\"H2 Alt\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}}i:9;a:8:{s:3:\"_id\";s:7:\"a0e526a\";s:5:\"title\";s:6:\"H3 Alt\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}}i:10;a:7:{s:3:\"_id\";s:7:\"5429537\";s:5:\"title\";s:6:\"Text 2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:11;a:8:{s:3:\"_id\";s:7:\"d686f96\";s:5:\"title\";s:4:\"404 \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:156;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:96;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:27:\"body_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#EF0A0A\";s:16:\"link_hover_color\";s:7:\"#000000\";s:8:\"h1_color\";s:7:\"#000000\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:54;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#000000\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#000000\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#000000\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#EF0A0A\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#000000\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"600\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#EF0A0A\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:20:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=primary\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=8bbd10e\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=864da1f\";s:8:\"h5_color\";s:24:\"globals/colors?id=accent\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=83c99e0\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=47e0525\";s:23:\"button_background_color\";s:0:\"\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5bfa343\";s:16:\"form_label_color\";s:25:\"globals/colors?id=primary\";s:32:\"form_label_typography_typography\";s:0:\"\";}s:16:\"form_label_color\";s:7:\"#000000\";s:32:\"form_label_typography_typography\";s:6:\"custom\";s:33:\"form_label_typography_font_family\";s:5:\"Heebo\";s:31:\"form_label_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:38:\"form_label_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:33:\"form_label_typography_font_weight\";s:3:\"400\";s:33:\"form_label_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.6000000000000001;s:5:\"sizes\";a:0:{}}s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:23:\"form_field_border_color\";s:7:\"#EAEAEA\";s:21:\"button_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"32\";s:8:\"isLinked\";b:0;}}'),(23,9,'_elementor_data','[]'),(24,7,'_elementor_page_assets','a:0:{}'),(25,7,'envato_tk_source_kit','6'),(26,7,'envato_tk_source_index','0'),(27,10,'_elementor_edit_mode','builder'),(28,10,'_elementor_template_type','kit'),(29,10,'_elementor_version','3.15.3'),(30,10,'_wp_page_template','default'),(31,10,'_elementor_page_settings','a:72:{s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"678b721\";s:5:\"title\";s:2:\"Bg\";s:5:\"color\";s:7:\"#181B2A\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#000000\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#EF0A0A\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#EF0A0A\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:54;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:12:{i:0;a:8:{s:3:\"_id\";s:7:\"8bbd10e\";s:5:\"title\";s:2:\"H3\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:7:\"864da1f\";s:5:\"title\";s:2:\"H4\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:3:\"_id\";s:7:\"83c99e0\";s:5:\"title\";s:2:\"H5\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:3;a:7:{s:3:\"_id\";s:7:\"47e0525\";s:5:\"title\";s:2:\"H6\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:3:\"_id\";s:7:\"0c91aff\";s:5:\"title\";s:3:\"Nav\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:3:\"_id\";s:7:\"59414f0\";s:5:\"title\";s:6:\"Button\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}}i:6;a:8:{s:3:\"_id\";s:7:\"5bfa343\";s:5:\"title\";s:8:\"Button 2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:7;a:11:{s:3:\"_id\";s:7:\"4b9b8b6\";s:5:\"title\";s:9:\"H1 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Oswald\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:185;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:3:\"_id\";s:7:\"e994eae\";s:5:\"title\";s:6:\"H2 Alt\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}}i:9;a:8:{s:3:\"_id\";s:7:\"a0e526a\";s:5:\"title\";s:6:\"H3 Alt\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}}i:10;a:7:{s:3:\"_id\";s:7:\"5429537\";s:5:\"title\";s:6:\"Text 2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:11;a:8:{s:3:\"_id\";s:7:\"d686f96\";s:5:\"title\";s:4:\"404 \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:156;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:96;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:32:\"body_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:27:\"body_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#EF0A0A\";s:16:\"link_hover_color\";s:7:\"#000000\";s:8:\"h1_color\";s:7:\"#000000\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:54;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#000000\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#000000\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#000000\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#EF0A0A\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#000000\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"600\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#EF0A0A\";s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:20:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=primary\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=8bbd10e\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=864da1f\";s:8:\"h5_color\";s:24:\"globals/colors?id=accent\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=83c99e0\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=47e0525\";s:23:\"button_background_color\";s:0:\"\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5bfa343\";s:16:\"form_label_color\";s:25:\"globals/colors?id=primary\";s:32:\"form_label_typography_typography\";s:0:\"\";}s:16:\"form_label_color\";s:7:\"#000000\";s:32:\"form_label_typography_typography\";s:6:\"custom\";s:33:\"form_label_typography_font_family\";s:5:\"Heebo\";s:31:\"form_label_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:38:\"form_label_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:33:\"form_label_typography_font_weight\";s:3:\"400\";s:33:\"form_label_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.6000000000000001;s:5:\"sizes\";a:0:{}}s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:23:\"form_field_border_color\";s:7:\"#EAEAEA\";s:21:\"button_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"32\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"32\";s:8:\"isLinked\";b:0;}}'),(32,10,'_elementor_data','[]'),(33,10,'_elementor_page_assets','a:0:{}'),(34,11,'_wp_attached_file','2023/08/capitol-building-K5CP4PZ.jpg'),(35,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2023/08/capitol-building-K5CP4PZ.jpg\";s:8:\"filesize\";i:325409;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"capitol-building-K5CP4PZ-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16152;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"capitol-building-K5CP4PZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"capitol-building-K5CP4PZ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7581;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"capitol-building-K5CP4PZ-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82107;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"capitol-building-K5CP4PZ-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Sean Pavone 2021\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,11,'_elementor_source_image_hash','87c103dc46865430df7a93eae01568fe0cf95dd1'),(37,12,'_wp_attached_file','2023/08/washington-usa-state-capitol-building-FWT6RXB.jpg'),(38,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:57:\"2023/08/washington-usa-state-capitol-building-FWT6RXB.jpg\";s:8:\"filesize\";i:323974;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"washington-usa-state-capitol-building-FWT6RXB-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14767;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"washington-usa-state-capitol-building-FWT6RXB-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"washington-usa-state-capitol-building-FWT6RXB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6682;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"washington-usa-state-capitol-building-FWT6RXB-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80495;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"washington-usa-state-capitol-building-FWT6RXB-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299108;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Seam Pavone 2021\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,13,'_wp_attached_file','2023/08/washington-usa-state-capitol-building-FWT6RXB-1.jpg'),(40,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:59:\"2023/08/washington-usa-state-capitol-building-FWT6RXB-1.jpg\";s:8:\"filesize\";i:323974;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"washington-usa-state-capitol-building-FWT6RXB-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14767;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"washington-usa-state-capitol-building-FWT6RXB-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"washington-usa-state-capitol-building-FWT6RXB-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6682;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"washington-usa-state-capitol-building-FWT6RXB-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80495;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:61:\"washington-usa-state-capitol-building-FWT6RXB-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299108;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Seam Pavone 2021\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,12,'_elementor_source_image_hash','4793854e165ce05f1984ce11c98c788a85dbe787'),(42,13,'_elementor_source_image_hash','4793854e165ce05f1984ce11c98c788a85dbe787'),(43,14,'_wp_attached_file','2023/08/signature-5QEGBV.png'),(44,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:474;s:6:\"height\";i:161;s:4:\"file\";s:28:\"2023/08/signature-5QEGBV.png\";s:8:\"filesize\";i:8682;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"signature-5QEGBV-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"signature-5QEGBV-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,14,'_elementor_source_image_hash','05d1404b35e9e4ae5ee13fc0e1045ac8899ec7b2'),(46,15,'_wp_attached_file','2023/08/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg'),(47,15,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1071;s:4:\"file\";s:87:\"2023/08/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\";s:8:\"filesize\";i:333151;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:87:\"capital-building-austin-texas-government-building-blue-skies-e1625799779986-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15301;}s:5:\"large\";a:5:{s:4:\"file\";s:88:\"capital-building-austin-texas-government-building-blue-skies-e1625799779986-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110117;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:87:\"capital-building-austin-texas-government-building-blue-skies-e1625799779986-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:87:\"capital-building-austin-texas-government-building-blue-skies-e1625799779986-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67508;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:88:\"capital-building-austin-texas-government-building-blue-skies-e1625799779986-1536x857.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,15,'_elementor_source_image_hash','3a5e1d1449748437f5ec6bb1b2110c4b8bf64309'),(49,16,'_wp_attached_file','2023/08/walking-to-conference-hall.jpg'),(50,16,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:38:\"2023/08/walking-to-conference-hall.jpg\";s:8:\"filesize\";i:312952;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"walking-to-conference-hall-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17234;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"walking-to-conference-hall-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88243;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"walking-to-conference-hall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9827;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"walking-to-conference-hall-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58875;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"walking-to-conference-hall-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51,17,'_wp_attached_file','2023/08/capitol-building-3BGTJWR.jpg'),(52,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2023/08/capitol-building-3BGTJWR.jpg\";s:8:\"filesize\";i:322814;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"capitol-building-3BGTJWR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17095;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"capitol-building-3BGTJWR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152671;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"capitol-building-3BGTJWR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7841;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"capitol-building-3BGTJWR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88970;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"capitol-building-3BGTJWR-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:310788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Sean Pavone 2020\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,18,'_wp_attached_file','2023/08/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg'),(54,16,'_elementor_source_image_hash','f63245252600086a329dae4fc5180ed457fffbbf'),(55,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:55:\"2023/08/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\";s:8:\"filesize\";i:287402;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"exchange-in-manhattan-finance-distr-LKSLMNJ-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19736;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"exchange-in-manhattan-finance-distr-LKSLMNJ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"exchange-in-manhattan-finance-distr-LKSLMNJ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8646;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"exchange-in-manhattan-finance-distr-LKSLMNJ-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94857;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"exchange-in-manhattan-finance-distr-LKSLMNJ-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(56,17,'_elementor_source_image_hash','ee8fed5dd7da2a9f3d8fcd624ee126cdb5f0f6b2'),(57,18,'_elementor_source_image_hash','89fe5f68fc734b13442ef549ffe63d8cb6562a49'),(58,19,'_wp_attached_file','2023/08/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg'),(59,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:4:\"file\";s:55:\"2023/08/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\";s:8:\"filesize\";i:284698;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18206;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7320;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90193;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:296042;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,20,'_wp_attached_file','2023/08/road-jungtion-and-manquehue-hill-in-2CXE7DY-1.jpg'),(61,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:4:\"file\";s:57:\"2023/08/road-jungtion-and-manquehue-hill-in-2CXE7DY-1.jpg\";s:8:\"filesize\";i:284698;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18206;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-1-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7320;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90193;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"road-jungtion-and-manquehue-hill-in-2CXE7DY-1-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:296042;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,19,'_elementor_source_image_hash','7f5fd4d3fac9442cc9958856c408b9dbc7695a59'),(63,20,'_elementor_source_image_hash','7f5fd4d3fac9442cc9958856c408b9dbc7695a59'),(64,21,'_wp_attached_file','2023/08/news-news.jpg'),(65,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:21:\"2023/08/news-news.jpg\";s:8:\"filesize\";i:220564;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"news-news-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11299;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"news-news-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"news-news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7190;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"news-news-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33691;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"news-news-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(66,21,'_elementor_source_image_hash','40ba34212452736db9f02535ddf47e608dc3d94b'),(67,22,'_wp_attached_file','2023/08/political-discussion.jpg'),(68,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:32:\"2023/08/political-discussion.jpg\";s:8:\"filesize\";i:254519;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"political-discussion-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15158;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"political-discussion-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"political-discussion-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"political-discussion-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51490;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"political-discussion-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135028;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(69,23,'_elementor_edit_mode','builder'),(70,23,'_elementor_template_type','page'),(71,22,'_elementor_source_image_hash','418e70e0054356f6672a87f29ebfd62cd25ecae6'),(72,23,'_elementor_version','3.15.3'),(73,23,'_elementor_data','[{\"id\":\"25991a69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f4b9fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7aec2f8f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b53b1fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23637309\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"First Name\",\"mf_input_name\":\"mf-first-name\",\"mf_input_placeholder\":\"Your Name\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_min_length\":1,\"mf_input_label_color\":\"#101010\",\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required\":\"\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF00\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Heebo\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_text_transform\":\"none\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"42fbc0cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"153e37c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b8cd33\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Email Address\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Your Email\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF00\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Heebo\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_text_transform\":\"none\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"40023de5\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a7dc09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"182dd387\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Subject\",\"mf_input_name\":\"mf-subject\",\"mf_input_placeholder\":\"Your Subject\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF00\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Heebo\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_text_transform\":\"none\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1eeefccc\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"747623b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6553e9c1\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Comments \\/ Questions\",\"mf_input_name\":\"mf-comment\",\"mf_input_placeholder\":\"Your Message\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF00\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Heebo\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_text_transform\":\"none\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"682f8ba1\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send Message\",\"mf_btn_align\":\"left\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(66,133,244,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_hidden_input\":[],\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=accent\",\"mf_btn_typography_typography\":\"globals\\/typography?id=9585511\"},\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(74,24,'_wp_attached_file','2023/08/pattern.jpg'),(75,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2023/08/pattern.jpg\";s:8:\"filesize\";i:192072;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"pattern-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8349;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"pattern-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106649;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"pattern-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"pattern-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62393;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"pattern-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(76,25,'_elementor_edit_mode','builder'),(77,25,'_elementor_template_type','page'),(78,25,'_elementor_version','3.15.3'),(79,25,'_elementor_data','[{\"id\":\"25991a69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f4b9fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7aec2f8f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b53b1fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23637309\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"First Name\",\"mf_input_name\":\"mf-first-name\",\"mf_input_placeholder\":\"Your Name\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_min_length\":1,\"mf_input_label_color\":\"#101010\",\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required\":\"\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF00\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Heebo\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_text_transform\":\"none\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"42fbc0cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"153e37c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b8cd33\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Email Address\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Your Email\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF00\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Heebo\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_text_transform\":\"none\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"40023de5\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a7dc09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"182dd387\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Subject\",\"mf_input_name\":\"mf-subject\",\"mf_input_placeholder\":\"Your Subject\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF00\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Heebo\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_text_transform\":\"none\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1eeefccc\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"747623b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6553e9c1\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Comments \\/ Questions\",\"mf_input_name\":\"mf-comment\",\"mf_input_placeholder\":\"Your Message\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF00\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Heebo\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_text_transform\":\"none\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"682f8ba1\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send Message\",\"mf_btn_align\":\"left\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(66,133,244,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_hidden_input\":[],\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=accent\",\"mf_btn_typography_typography\":\"globals\\/typography?id=9585511\"},\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(80,23,'_elementor_page_assets','a:0:{}'),(81,23,'_wp_page_template','elementor_canvas'),(82,23,'envato_tk_source_kit','6'),(83,23,'envato_tk_source_index','11'),(84,24,'_elementor_source_image_hash','25c72b84f05ee0a62d7b8da4ea7d050a20fdf965'),(85,26,'_wp_attached_file','2023/08/news-news-1.jpg'),(86,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:23:\"2023/08/news-news-1.jpg\";s:8:\"filesize\";i:220564;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"news-news-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11299;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"news-news-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"news-news-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7190;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"news-news-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33691;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"news-news-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,27,'_wp_attached_file','2023/08/austrian-parliament-building.jpg'),(88,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1316;s:4:\"file\";s:40:\"2023/08/austrian-parliament-building.jpg\";s:8:\"filesize\";i:541359;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"austrian-parliament-building-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16817;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"austrian-parliament-building-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124920;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"austrian-parliament-building-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8782;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"austrian-parliament-building-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74721;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"austrian-parliament-building-1536x1011.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1011;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257062;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89,28,'_wp_attached_file','2023/08/healthy-food-delivery.jpg'),(90,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:33:\"2023/08/healthy-food-delivery.jpg\";s:8:\"filesize\";i:579053;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"healthy-food-delivery-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20884;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"healthy-food-delivery-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"healthy-food-delivery-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10820;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"healthy-food-delivery-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92908;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"healthy-food-delivery-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(91,29,'_wp_attached_file','2023/08/capital-city-of-malaysia-kuala-lumpur-at-night.jpg'),(92,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1411;s:4:\"file\";s:58:\"2023/08/capital-city-of-malaysia-kuala-lumpur-at-night.jpg\";s:8:\"filesize\";i:470953;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"capital-city-of-malaysia-kuala-lumpur-at-night-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15900;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"capital-city-of-malaysia-kuala-lumpur-at-night-1024x722.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113385;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"capital-city-of-malaysia-kuala-lumpur-at-night-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8488;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"capital-city-of-malaysia-kuala-lumpur-at-night-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69535;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:60:\"capital-city-of-malaysia-kuala-lumpur-at-night-1536x1084.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1084;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,26,'_elementor_source_image_hash','40ba34212452736db9f02535ddf47e608dc3d94b'),(94,27,'_elementor_source_image_hash','08364a92e3a2ade2aa3017902319f120fbde4be8'),(95,30,'_wp_attached_file','2023/08/logo-33D9BE.png'),(96,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:855;s:6:\"height\";i:234;s:4:\"file\";s:23:\"2023/08/logo-33D9BE.png\";s:8:\"filesize\";i:15287;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"logo-33D9BE-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9126;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo-33D9BE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4717;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"logo-33D9BE-768x210.png\";s:5:\"width\";i:768;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26762;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(97,28,'_elementor_source_image_hash','4dde9336bef9e4489cffe8d2f7193b5c5ba6138d'),(98,29,'_elementor_source_image_hash','7814e47ae5018a7b469cda79dec757f0799348c4'),(99,30,'_elementor_source_image_hash','d476fe70d8ff097d9138dc1d1da695290e43af85'),(100,31,'_wp_attached_file','2023/08/testimonial-Q8JDNBT.png'),(101,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:31:\"2023/08/testimonial-Q8JDNBT.png\";s:8:\"filesize\";i:29754;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonial-Q8JDNBT-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22993;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,31,'_elementor_source_image_hash','291906e29c8b50324bf62aeaebac9cfba73694dc'),(103,32,'_wp_attached_file','2023/08/scheduling-appointments.jpg'),(104,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:35:\"2023/08/scheduling-appointments.jpg\";s:8:\"filesize\";i:442183;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"scheduling-appointments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18772;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"scheduling-appointments-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111803;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"scheduling-appointments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10292;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"scheduling-appointments-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71502;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"scheduling-appointments-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(105,33,'_elementor_edit_mode','builder'),(106,33,'_elementor_template_type','section'),(107,32,'_elementor_source_image_hash','8d47193d54875dbef8c7faf6aa6181fdc33e54ae'),(108,33,'_elementor_version','3.15.3'),(109,33,'_elementor_data','[{\"id\":\"78ad4d81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=678b721\"},\"background_overlay_position\":\"initial\",\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bb6ef96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76c709ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77103686\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.481999999999999,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f97244d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89a08b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71aa6c1e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jl. Sunset Road No.815, Kuta\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1a4fa87\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"68dd9e2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4941ee5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5745eb54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.553999999999998,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4af9f766\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f4ea559\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e4fd369\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cases\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4839387\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"715b1b8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.678000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66b15b9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ce75d52\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"46fc28cd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"576c816\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"icon_color\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"73a75d8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.286000000000001,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55ffb633\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newsletter\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70a99e3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"46822cdf\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"Send\",\"sg_form_button_icon_enable\":\"\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_placeholder_color_responsive\":\"#7A7A7A\",\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"10\",\"bottom\":\"22\",\"left\":\"10\",\"isLinked\":false},\"st_button_width_responsive\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_button_normal_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=text\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_button_normal_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"st_input_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_input_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"st_button_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_width_responsive_tablet\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"st_button_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"st_button_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"st_input_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"sg_form_name_first_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_form_name_last_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_form_phone_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"sg_form_email_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"sg_form_button_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"st_input_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_input_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_input_background_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_message_success_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_success_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_success_background_background_slideshow_gallery\":[],\"st_message_error_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_error_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_error_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"},{\"id\":\"54f59a8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c1208\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"d54d883\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"\",\"icon_primary_color\":\"\"},\"align_tablet\":\"left\",\"icon_secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF0A0A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c312b29\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#28282B\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6179c534\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"315badfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"City Government & Municipal Template Kit by Jegtheme\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3e2e78e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"451a1b1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021. All rights reserved.\\n\",\"align\":\"right\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"text_color\":\"#7A7A7A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(110,34,'_wp_attached_file','2023/08/gavel-scales-of-justice-and-law-books.jpg'),(111,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:49:\"2023/08/gavel-scales-of-justice-and-law-books.jpg\";s:8:\"filesize\";i:236452;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"gavel-scales-of-justice-and-law-books-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11857;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"gavel-scales-of-justice-and-law-books-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"gavel-scales-of-justice-and-law-books-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5776;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"gavel-scales-of-justice-and-law-books-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44877;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"gavel-scales-of-justice-and-law-books-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(112,35,'_elementor_edit_mode','builder'),(113,35,'_elementor_template_type','section'),(114,35,'_elementor_version','3.15.3'),(115,35,'_elementor_data','[{\"id\":\"78ad4d81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=678b721\"},\"background_overlay_position\":\"initial\",\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bb6ef96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76c709ef\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77103686\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.481999999999999,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f97244d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89a08b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71aa6c1e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jl. Sunset Road No.815, Kuta\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1a4fa87\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"68dd9e2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4941ee5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5745eb54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.553999999999998,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4af9f766\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f4ea559\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4e4fd369\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cases\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4839387\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"715b1b8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.678000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66b15b9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ce75d52\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"46fc28cd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"576c816\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"icon_color\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"73a75d8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.286000000000001,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55ffb633\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newsletter\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70a99e3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"46822cdf\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"Send\",\"sg_form_button_icon_enable\":\"\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_placeholder_color_responsive\":\"#7A7A7A\",\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"10\",\"bottom\":\"22\",\"left\":\"10\",\"isLinked\":false},\"st_button_width_responsive\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_button_normal_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=text\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_button_normal_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"st_input_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_input_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"st_button_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_width_responsive_tablet\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"st_button_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"st_button_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"st_input_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"sg_form_name_first_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_form_name_last_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_form_phone_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"sg_form_email_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"sg_form_button_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"st_input_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_input_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_input_background_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_message_success_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_success_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_success_background_background_slideshow_gallery\":[],\"st_message_error_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_error_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_error_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"},{\"id\":\"54f59a8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c1208\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"d54d883\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"\",\"icon_primary_color\":\"\"},\"align_tablet\":\"left\",\"icon_secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF0A0A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c312b29\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#28282B\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6179c534\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"315badfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"City Government & Municipal Template Kit by Jegtheme\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3e2e78e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"451a1b1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021. All rights reserved.\\n\",\"align\":\"right\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"text_color\":\"#7A7A7A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(116,33,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(117,33,'_wp_page_template','elementor_canvas'),(118,33,'envato_tk_source_kit','6'),(119,33,'envato_tk_source_index','14'),(120,34,'_elementor_source_image_hash','45ecb9f6a4c2a035fe87708a950fc523bf75f61b'),(121,36,'_wp_attached_file','2023/08/food-for-health.jpg'),(122,36,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:27:\"2023/08/food-for-health.jpg\";s:8:\"filesize\";i:365086;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"food-for-health-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15939;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"food-for-health-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"food-for-health-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"food-for-health-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57271;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"food-for-health-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175080;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(123,37,'_wp_attached_file','2023/08/logo-black.png'),(124,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:855;s:6:\"height\";i:235;s:4:\"file\";s:22:\"2023/08/logo-black.png\";s:8:\"filesize\";i:16474;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"logo-black-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"logo-black-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4373;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"logo-black-768x211.png\";s:5:\"width\";i:768;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25412;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,37,'_elementor_source_image_hash','3f03a1ba26b4b9ead226e0089b3f28a378c9927f'),(126,38,'_wp_attached_file','2023/08/capitol-building-PAWGZQP.jpg'),(127,38,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1572;s:4:\"file\";s:36:\"2023/08/capitol-building-PAWGZQP.jpg\";s:8:\"filesize\";i:322734;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"capitol-building-PAWGZQP-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21832;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"capitol-building-PAWGZQP-1024x838.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"capitol-building-PAWGZQP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8487;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"capitol-building-PAWGZQP-768x629.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108613;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"capitol-building-PAWGZQP-1536x1258.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:368522;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Sean Pavone 2018\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(128,39,'_wp_attached_file','2023/08/testimonial-N8572T7.jpg'),(129,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:31:\"2023/08/testimonial-N8572T7.jpg\";s:8:\"filesize\";i:29574;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonial-N8572T7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(130,39,'_elementor_source_image_hash','7f1f563169b83828a7da157d648f10577b7bb1df'),(131,36,'_elementor_source_image_hash','038a496416916fb2665ccaf0639e475d9698812d'),(132,40,'_wp_attached_file','2023/08/testimonial-N8572T7-1.jpg'),(133,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:33:\"2023/08/testimonial-N8572T7-1.jpg\";s:8:\"filesize\";i:29574;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"testimonial-N8572T7-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134,40,'_elementor_source_image_hash','7f1f563169b83828a7da157d648f10577b7bb1df'),(135,41,'_elementor_edit_mode','builder'),(136,41,'_elementor_template_type','page'),(137,42,'_wp_attached_file','2023/08/asset-fixn.png'),(138,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2023/08/asset-fixn.png\";s:8:\"filesize\";i:305622;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"asset-fixn-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72280;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"asset-fixn-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"asset-fixn-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,41,'_elementor_version','3.15.3'),(140,41,'_elementor_data','[{\"id\":\"711bcfcc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"17\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-3BGTJWR.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"328fde82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b666f43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6b8fe7\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510c6872\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"715470e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"129e26ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us To Get Better Information \",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_custom_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7c8255\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e1418af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a8e7a75\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f2be13\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h4\",\"sg_icon_header\":{\"value\":\"jki jki-cityscape-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Location\",\"sg_icon_description\":\"Jl. Sunset Road No.815, Kuta\\n\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_color_responsive\":\"#616D7C\",\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_border_color\":\"#10233B\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_line_height_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_border_border_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"st_icon_line_height_responsive_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"2e6488ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24c4d661\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h4\",\"sg_icon_header\":{\"value\":\"jki jki-phone-call-line\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Emergency Call\",\"sg_icon_description\":\"(+021) 157 489\\n\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_color_responsive\":\"#616D7C\",\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_border_color\":\"#10233B\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_line_height_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_border_border_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"st_icon_line_height_responsive_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4591af4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67b08959\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"840f993\",\"elType\":\"widget\",\"settings\":{\"title\":\"Official Social Media\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_custom_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe6adff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna \",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19f38f43\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"3dbfd36\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"40041f1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#B89161\",\"hover_secondary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"columns_mobile\":\"0\",\"align_mobile\":\"left\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0ab0e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"363bf241\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"690***1625825204951\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15a8af5d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-80\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"639ae6b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b8d4e93\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Sunset Road No.815, Kuta\",\"zoom\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(141,38,'_elementor_source_image_hash','90081d3bd10be17f7846d40d4b65bbc779c8d67a'),(142,43,'_elementor_edit_mode','builder'),(143,43,'_elementor_template_type','page'),(144,44,'_elementor_edit_mode','builder'),(145,44,'_elementor_template_type','page'),(146,44,'_elementor_version','3.15.3'),(147,44,'_elementor_data','[{\"id\":\"711bcfcc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"17\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-3BGTJWR.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"328fde82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b666f43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6b8fe7\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"510c6872\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"715470e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"129e26ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us To Get Better Information \",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_custom_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d7c8255\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e1418af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a8e7a75\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f2be13\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h4\",\"sg_icon_header\":{\"value\":\"jki jki-cityscape-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Location\",\"sg_icon_description\":\"Jl. Sunset Road No.815, Kuta\\n\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_color_responsive\":\"#616D7C\",\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_border_color\":\"#10233B\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_line_height_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_border_border_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"st_icon_line_height_responsive_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"2e6488ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24c4d661\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h4\",\"sg_icon_header\":{\"value\":\"jki jki-phone-call-line\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Emergency Call\",\"sg_icon_description\":\"(+021) 157 489\\n\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_color_responsive\":\"#616D7C\",\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_border_color\":\"#10233B\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_line_height_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_border_border_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"st_icon_line_height_responsive_mobile\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4591af4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67b08959\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"840f993\",\"elType\":\"widget\",\"settings\":{\"title\":\"Official Social Media\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"globals\\/colors?id=primary\"},\"_element_custom_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe6adff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna \",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19f38f43\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"3dbfd36\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"40041f1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#B89161\",\"hover_secondary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"columns_mobile\":\"0\",\"align_mobile\":\"left\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0ab0e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"363bf241\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"690***1625825204951\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15a8af5d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-80\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"639ae6b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b8d4e93\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Sunset Road No.815, Kuta\",\"zoom\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(148,41,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(149,41,'_wp_page_template','elementor_header_footer'),(150,41,'envato_tk_source_kit','6'),(151,41,'envato_tk_source_index','12'),(152,43,'_elementor_version','3.15.3'),(153,43,'_elementor_data','[{\"id\":\"49b89bae\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/news-news.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5995c02e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f92fa3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our News\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122dc393\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"News\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cfb5171\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37d621b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b94a5ef\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"full\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_enable\":\"\",\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_enable\":\"\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"__globals__\":{\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_category_color_responsive\":\"globals\\/colors?id=text\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=text\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_pagination_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_pagination_typography_content_typography_typography\":\"globals\\/typography?id=5bfa343\",\"st_pagination_hover_background_background_color\":\"\"},\"st_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_post_item_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_readmore_normal_background_background_color\":\"#02010100\",\"st_meta_bottom_alignment_responsive\":\"flex-start\",\"st_post_item_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_content_title_html_tag\":\"h4\",\"st_category_color_responsive\":\"#7A7A7A\",\"st_readmore_normal_color_responsive\":\"#EF0A0A\",\"st_thumbnail_container_background_background_background\":\"classic\",\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_excerpt_color_responsive\":\"#7A7A7A\",\"sg_content_excerpt_length\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"st_category_position\":\"left\",\"st_title_hover_color_responsive\":\"#EF0A0A\",\"st_nocontent_text\":\"No Content Available\",\"st_thumbnail_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_excerpt_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_mode\":\"loadmore\",\"st_title_normal_color_responsive\":\"#000000\",\"st_pagination_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_pagination_width_responsive\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"st_pagination_normal_color_responsive\":\"#FFFFFF\",\"st_pagination_normal_background_background_background\":\"classic\",\"st_pagination_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_pagination_normal_border_border_border\":\"solid\",\"st_pagination_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_pagination_normal_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_pagination_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_pagination_hover_background_background_background\":\"classic\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_pagination_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive_tablet\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"st_thumbnail_container_height_responsive_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"st_content_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_pagination_width_responsive_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"st_pagination_normal_background_background_color\":\"#EF0A0A\",\"sg_content_readmore_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":false},{\"id\":\"5de3ea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f8a521f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60679312\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a65c038\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2014ef53\",\"elType\":\"widget\",\"settings\":{\"sg_content_image_enable\":\"\",\"sg_content_image_size_imagesize_size\":\"medium\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_content_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_image_width_responsive\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_meta_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_meta_normal_color_responsive\":\"globals\\/colors?id=text\"},\"st_content_alignment_responsive_mobile\":\"left\",\"st_title_color_responsive\":\"#000000\",\"st_title_hover_color_responsive\":\"#FF5722\",\"sg_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"sg_content_meta_enable\":\"yes\",\"sg_content_meta_date_enable\":\"yes\",\"sg_content_meta_category_enable\":\"\",\"sg_content_meta_position\":\"bottom\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_meta_icon_size_responsive\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_meta_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_content_width_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_nocontent_text\":\"No Content Available\",\"sg_content_layout\":\"horizontal\",\"sg_content_column_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_content_background_image_enable\":\"\",\"sg_content_icon_enable\":\"\",\"st_meta_normal_color_responsive\":\"#7A7A7A\",\"sg_content_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"sg_content_meta_category_icon\":{\"value\":\"fas fa-tag\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_content_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_color_background_slideshow_gallery\":[],\"st_content_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_hover_color_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_meta_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_normal_background_background_slideshow_gallery\":[],\"st_meta_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3318b24e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/scheduling-appointments.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"background_overlay_color\":\"#000000\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ab60d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ff2f910\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7cca9311\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"186896c1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"8a86052\",\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"#0EC9AC\",\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d550b6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d226d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b6ec69a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2303d9ef\",\"elType\":\"widget\",\"settings\":{\"sg_content_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"st_content_space_between_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_text_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_text_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"number_category\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_icon_spacing_responsive_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_category_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(154,42,'_elementor_source_image_hash','7da3bb939bceb21ab58e79200139a648e11f2088'),(155,45,'_elementor_edit_mode','builder'),(156,45,'_elementor_template_type','page'),(157,45,'_elementor_version','3.15.3'),(158,45,'_elementor_data','[{\"id\":\"49b89bae\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/news-news.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5995c02e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f92fa3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our News\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122dc393\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"News\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cfb5171\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37d621b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b94a5ef\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"full\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_enable\":\"\",\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_enable\":\"\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"__globals__\":{\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_category_color_responsive\":\"globals\\/colors?id=text\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=text\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_pagination_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_pagination_typography_content_typography_typography\":\"globals\\/typography?id=5bfa343\",\"st_pagination_hover_background_background_color\":\"\"},\"st_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_post_item_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_readmore_normal_background_background_color\":\"#02010100\",\"st_meta_bottom_alignment_responsive\":\"flex-start\",\"st_post_item_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_content_title_html_tag\":\"h4\",\"st_category_color_responsive\":\"#7A7A7A\",\"st_readmore_normal_color_responsive\":\"#EF0A0A\",\"st_thumbnail_container_background_background_background\":\"classic\",\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_excerpt_color_responsive\":\"#7A7A7A\",\"sg_content_excerpt_length\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"st_category_position\":\"left\",\"st_title_hover_color_responsive\":\"#EF0A0A\",\"st_nocontent_text\":\"No Content Available\",\"st_thumbnail_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_excerpt_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_mode\":\"loadmore\",\"st_title_normal_color_responsive\":\"#000000\",\"st_pagination_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_pagination_width_responsive\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"st_pagination_normal_color_responsive\":\"#FFFFFF\",\"st_pagination_normal_background_background_background\":\"classic\",\"st_pagination_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_pagination_normal_border_border_border\":\"solid\",\"st_pagination_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_pagination_normal_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_pagination_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_pagination_hover_background_background_background\":\"classic\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_pagination_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive_tablet\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"st_thumbnail_container_height_responsive_mobile\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"st_content_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_pagination_width_responsive_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"st_pagination_normal_background_background_color\":\"#EF0A0A\",\"sg_content_readmore_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":false},{\"id\":\"5de3ea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f8a521f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60679312\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a65c038\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2014ef53\",\"elType\":\"widget\",\"settings\":{\"sg_content_image_enable\":\"\",\"sg_content_image_size_imagesize_size\":\"medium\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_content_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_image_width_responsive\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_meta_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_meta_normal_color_responsive\":\"globals\\/colors?id=text\"},\"st_content_alignment_responsive_mobile\":\"left\",\"st_title_color_responsive\":\"#000000\",\"st_title_hover_color_responsive\":\"#FF5722\",\"sg_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"sg_content_meta_enable\":\"yes\",\"sg_content_meta_date_enable\":\"yes\",\"sg_content_meta_category_enable\":\"\",\"sg_content_meta_position\":\"bottom\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_meta_icon_size_responsive\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_meta_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_content_width_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_nocontent_text\":\"No Content Available\",\"sg_content_layout\":\"horizontal\",\"sg_content_column_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_content_background_image_enable\":\"\",\"sg_content_icon_enable\":\"\",\"st_meta_normal_color_responsive\":\"#7A7A7A\",\"sg_content_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"sg_content_meta_category_icon\":{\"value\":\"fas fa-tag\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_content_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_color_background_slideshow_gallery\":[],\"st_content_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_hover_color_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_meta_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_normal_background_background_slideshow_gallery\":[],\"st_meta_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3318b24e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/scheduling-appointments.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"background_overlay_color\":\"#000000\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ab60d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ff2f910\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7cca9311\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"186896c1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"8a86052\",\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"#0EC9AC\",\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d550b6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d226d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b6ec69a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2303d9ef\",\"elType\":\"widget\",\"settings\":{\"sg_content_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"st_content_space_between_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_text_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_text_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"number_category\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_icon_spacing_responsive_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_category_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(159,43,'_elementor_page_assets','a:0:{}'),(160,43,'_wp_page_template','elementor_header_footer'),(161,43,'envato_tk_source_kit','6'),(162,43,'envato_tk_source_index','9'),(163,46,'_wp_attached_file','2023/08/testimonial-A8E2W8S.jpg'),(164,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:31:\"2023/08/testimonial-A8E2W8S.jpg\";s:8:\"filesize\";i:30058;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonial-A8E2W8S-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,46,'_elementor_source_image_hash','9359b42a1c298acbca295bea05b5125de4030472'),(166,47,'_wp_attached_file','2023/08/get-acquainted-with-case.jpg'),(167,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:36:\"2023/08/get-acquainted-with-case.jpg\";s:8:\"filesize\";i:270238;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"get-acquainted-with-case-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15832;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"get-acquainted-with-case-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"get-acquainted-with-case-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9286;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"get-acquainted-with-case-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56000;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"get-acquainted-with-case-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168,48,'_wp_attached_file','2023/08/museum-in-paris-XCNGQ8A.jpg'),(169,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:35:\"2023/08/museum-in-paris-XCNGQ8A.jpg\";s:8:\"filesize\";i:264427;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"museum-in-paris-XCNGQ8A-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24868;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"museum-in-paris-XCNGQ8A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"museum-in-paris-XCNGQ8A-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11070;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"museum-in-paris-XCNGQ8A-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124628;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"museum-in-paris-XCNGQ8A-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:379295;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(170,49,'_elementor_edit_mode','builder'),(171,49,'_elementor_template_type','page'),(172,49,'_elementor_version','3.15.3'),(173,49,'_elementor_data','[{\"id\":\"52059b30\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"180\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_size\":\"cover\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-PAWGZQP.jpg\"},\"background_overlay_color\":\"#000000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4840b16e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fbf5888\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=d686f96\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#FCBC45\",\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15cf19d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Not Found\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f86da91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The page you are looking for might have been removed had its name changed or is temporarily unavailable\\n\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b6ff1ed\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back To Home\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"hover_color\":\"\",\"button_hover_border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"align\":\"center\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_duration\":\"slow\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(174,48,'_elementor_source_image_hash','93d563d6f129009316cb806e9ca2f2e39cf6fb81'),(175,47,'_elementor_source_image_hash','2643b2fb2d0195277107fa8c7bd628d1be35ef8b'),(176,50,'_elementor_edit_mode','builder'),(177,50,'_elementor_template_type','page'),(178,50,'_elementor_version','3.15.3'),(179,50,'_elementor_data','[{\"id\":\"52059b30\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"180\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_size\":\"cover\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-PAWGZQP.jpg\"},\"background_overlay_color\":\"#000000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_ypos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4840b16e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fbf5888\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=d686f96\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#FCBC45\",\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15cf19d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Not Found\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f86da91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The page you are looking for might have been removed had its name changed or is temporarily unavailable\\n\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b6ff1ed\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back To Home\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_background_hover_color\":\"\",\"hover_color\":\"\",\"button_hover_border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"align\":\"center\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_duration\":\"slow\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(180,49,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(181,49,'_wp_page_template','elementor_header_footer'),(182,49,'envato_tk_source_kit','6'),(183,49,'envato_tk_source_index','15'),(184,51,'_elementor_edit_mode','builder'),(185,51,'_elementor_template_type','page'),(186,51,'_elementor_version','3.15.3'),(187,51,'_elementor_data','[{\"id\":\"544157ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/news-news.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ec4afff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3da923dc\",\"elType\":\"widget\",\"settings\":{\"st_title_alignment_responsive\":\"center\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_title_normal_color_responsive\":\"\"},\"st_title_normal_color_responsive\":\"#FFFFFF\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"st_title_normal_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_normal_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_normal_gradient_background_slideshow_gallery\":[],\"st_title_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_gradient_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_title\"},{\"id\":\"12e98a42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61c7ed71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"664764c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"28f50883\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_author_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_author_normal_color_responsive\":\"\"},\"st_author_normal_color_responsive\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_author\"},{\"id\":\"37c58d0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1d69c095\",\"elType\":\"widget\",\"settings\":{\"sg_date_format_custom\":\"F j, Y\",\"st_date_alignment_responsive\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_date_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_date_normal_color_responsive\":\"\"},\"st_date_normal_color_responsive\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_date\"},{\"id\":\"defc2f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-folder-open\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"336c240b\",\"elType\":\"widget\",\"settings\":{\"sg_term_separator\":\",\",\"st_term_alignment_responsive\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_term_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_term_normal_color_responsive\":\"\"},\"st_term_normal_color_responsive\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_terms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"643944a7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"344954b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f5c3138\",\"elType\":\"widget\",\"settings\":{\"sg_image_size_imagesize_size\":\"full\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_featured_image\"},{\"id\":\"3a1d746f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Information About Healthy Foods\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"777785da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. 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.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e31448e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"69a53c03\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70213d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"386fcab3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quisque aliquet nibh sit amet lectus \",\"_id\":\"f9cff49\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nulla at metus ultricies, placerat augue \",\"_id\":\"af19002\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Curabitur mollis ex vestibulum \",\"_id\":\"d9853ab\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quisque aliquet nibh sit amet lectus auctor\",\"_id\":\"0169eb5\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"735c016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31843d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quisque aliquet nibh sit amet lectus \",\"_id\":\"f9cff49\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nulla at metus ultricies, placerat augue \",\"_id\":\"af19002\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Curabitur mollis ex vestibulum \",\"_id\":\"d9853ab\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quisque aliquet nibh sit amet lectus auctor\",\"_id\":\"0169eb5\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767d9dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77e3e04e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6141e1c3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b4cb3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"490bb32f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/healthy-food-delivery.jpg\"},\"link_to\":\"file\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"690\",\"height\":\"490\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3aee67cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a918ebc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/food-for-health.jpg\"},\"link_to\":\"file\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"690\",\"height\":\"490\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f30cd5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bd9d8ed\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"636aff59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.570999999999998,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7714123d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tags : \",\"align\":\"left\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":16.797999999999998},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_attributes\":\"\",\"custom_css\":\"\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7694161f\",\"elType\":\"widget\",\"settings\":{\"sg_term_taxonomy\":\"post_tag\",\"sg_term_separator\":\",\",\"_element_width\":\"auto\",\"__globals__\":{\"st_term_typography_content_typography_typography\":\"globals\\/typography?id=47e0525\",\"st_term_normal_color_responsive\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_terms\"}],\"isInner\":true},{\"id\":\"76dfc79e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.429000000000002,\"content_position\":\"center\",\"content_position_mobile\":\"center\",\"align_tablet\":\"flex-end\",\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f30cd96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Share This : \",\"align\":\"right\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_attributes\":\"\",\"custom_css\":\"\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a9e9000\",\"elType\":\"widget\",\"settings\":{\"sg_social_list\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_normal_color\":\"#FFFFFF\",\"_id\":\"e461d32\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=accent\"},\"sg_social_brand\":\"facebook\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_brand\":\"twitter\",\"sg_social_label\":\"Twitter\",\"sg_social_normal_color\":\"#FFFFFF\",\"_id\":\"05e922a\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-whatsapp-1-light\",\"library\":\"jkiticon\"},\"sg_social_brand\":\"whatsapp\",\"sg_social_label\":\"whatsapp\",\"sg_social_normal_color\":\"#FFFFFF\",\"_id\":\"0bf393d\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"st_social_alignment_responsive\":\"center\",\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"st_social_height_width\":\"yes\",\"st_social_height_width_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_height_width_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_height_width_line_height_responsive\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"st_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_normal_background_background_slideshow_gallery\":[],\"st_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_social_share\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ce87616\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"\"},\"color\":\"#EAEAEA\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"13f78bbc\",\"elType\":\"widget\",\"settings\":{\"st_form_field_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_normal_background_background_slideshow_gallery\":[],\"st_form_field_focus_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_focus_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_focus_background_background_slideshow_gallery\":[],\"st_form_checkbox_icon\":{\"value\":\"jki jki-check-light\",\"library\":\"jkiticon\"},\"st_form_checkbox_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_normal_background_background_slideshow_gallery\":[],\"st_form_checkbox_checked_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_checked_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_checked_background_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_comment\"}],\"isInner\":false},{\"id\":\"64f711a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f10b6eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e2c0f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a815d70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"adba92\",\"elType\":\"widget\",\"settings\":{\"sg_content_image_enable\":\"\",\"sg_content_image_size_imagesize_size\":\"medium\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_content_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_image_width_responsive\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_meta_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_meta_normal_color_responsive\":\"globals\\/colors?id=text\"},\"st_content_alignment_responsive_mobile\":\"left\",\"st_title_color_responsive\":\"#000000\",\"st_title_hover_color_responsive\":\"#FF5722\",\"sg_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"sg_content_meta_enable\":\"yes\",\"sg_content_meta_date_enable\":\"yes\",\"sg_content_meta_category_enable\":\"\",\"sg_content_meta_position\":\"bottom\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_meta_icon_size_responsive\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_meta_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_content_width_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_nocontent_text\":\"No Content Available\",\"sg_content_layout\":\"horizontal\",\"sg_content_column_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_content_background_image_enable\":\"\",\"sg_content_icon_enable\":\"\",\"st_meta_normal_color_responsive\":\"#7A7A7A\",\"sg_content_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"sg_content_meta_category_icon\":{\"value\":\"fas fa-tag\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_content_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_color_background_slideshow_gallery\":[],\"st_content_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_hover_color_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_meta_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_normal_background_background_slideshow_gallery\":[],\"st_meta_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34a72734\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/scheduling-appointments.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"background_overlay_color\":\"#000000\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"651606c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"709eda55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48396ca4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3dd7689c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"8a86052\",\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"#0EC9AC\",\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"eaed9a8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c97fa95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a84da0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32646ce5\",\"elType\":\"widget\",\"settings\":{\"sg_content_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"st_content_space_between_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_text_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_text_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"number_category\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_icon_spacing_responsive_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_category_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(188,52,'_elementor_edit_mode','builder'),(189,52,'_elementor_template_type','section'),(190,52,'_elementor_version','3.15.3'),(191,52,'_elementor_data','[{\"id\":\"5a4e1cd4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e9af381\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3054267a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1309a15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51a69359\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f33c92e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bc06734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2692b0bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"351c330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67004c0a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28081150\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5444e493\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"sg_mobile_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_menu_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_slideshow_gallery\":[],\"st_menu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_menu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_menu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_panel_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"45ab3f07\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fb1448d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"707aebd5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d2eadca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"428b7cb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e113b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"172d9b35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15221d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53369834\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\",\"sg_mobile_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_menu_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_slideshow_gallery\":[],\"st_menu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_menu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_menu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_panel_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"51154652\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b35c45\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(192,53,'_elementor_edit_mode','builder'),(193,54,'_wp_attached_file','2023/08/testimonial-83S5W35.jpg'),(194,53,'_elementor_template_type','page'),(195,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:31:\"2023/08/testimonial-83S5W35.jpg\";s:8:\"filesize\";i:17155;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"testimonial-83S5W35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4945;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(196,53,'_elementor_version','3.15.3'),(197,53,'_elementor_data','[{\"id\":\"544157ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/news-news.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ec4afff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3da923dc\",\"elType\":\"widget\",\"settings\":{\"st_title_alignment_responsive\":\"center\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_title_normal_color_responsive\":\"\"},\"st_title_normal_color_responsive\":\"#FFFFFF\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"st_title_normal_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_normal_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_normal_gradient_background_slideshow_gallery\":[],\"st_title_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_gradient_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_title\"},{\"id\":\"12e98a42\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61c7ed71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"664764c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"28f50883\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_author_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_author_normal_color_responsive\":\"\"},\"st_author_normal_color_responsive\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_author\"},{\"id\":\"37c58d0f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1d69c095\",\"elType\":\"widget\",\"settings\":{\"sg_date_format_custom\":\"F j, Y\",\"st_date_alignment_responsive\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_date_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_date_normal_color_responsive\":\"\"},\"st_date_normal_color_responsive\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_date\"},{\"id\":\"defc2f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-folder-open\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"336c240b\",\"elType\":\"widget\",\"settings\":{\"sg_term_separator\":\",\",\"st_term_alignment_responsive\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_term_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_term_normal_color_responsive\":\"\"},\"st_term_normal_color_responsive\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_terms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"643944a7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"344954b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f5c3138\",\"elType\":\"widget\",\"settings\":{\"sg_image_size_imagesize_size\":\"full\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_featured_image\"},{\"id\":\"3a1d746f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Information About Healthy Foods\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"777785da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. 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.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e31448e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"69a53c03\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70213d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"386fcab3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quisque aliquet nibh sit amet lectus \",\"_id\":\"f9cff49\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nulla at metus ultricies, placerat augue \",\"_id\":\"af19002\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Curabitur mollis ex vestibulum \",\"_id\":\"d9853ab\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quisque aliquet nibh sit amet lectus auctor\",\"_id\":\"0169eb5\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"735c016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31843d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quisque aliquet nibh sit amet lectus \",\"_id\":\"f9cff49\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nulla at metus ultricies, placerat augue \",\"_id\":\"af19002\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Curabitur mollis ex vestibulum \",\"_id\":\"d9853ab\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quisque aliquet nibh sit amet lectus auctor\",\"_id\":\"0169eb5\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=text\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"767d9dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77e3e04e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6141e1c3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b4cb3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"490bb32f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/healthy-food-delivery.jpg\"},\"link_to\":\"file\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"690\",\"height\":\"490\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3aee67cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a918ebc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/food-for-health.jpg\"},\"link_to\":\"file\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"690\",\"height\":\"490\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f30cd5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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. \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bd9d8ed\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"636aff59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.570999999999998,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7714123d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tags : \",\"align\":\"left\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":16.797999999999998},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_attributes\":\"\",\"custom_css\":\"\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7694161f\",\"elType\":\"widget\",\"settings\":{\"sg_term_taxonomy\":\"post_tag\",\"sg_term_separator\":\",\",\"_element_width\":\"auto\",\"__globals__\":{\"st_term_typography_content_typography_typography\":\"globals\\/typography?id=47e0525\",\"st_term_normal_color_responsive\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_terms\"}],\"isInner\":true},{\"id\":\"76dfc79e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.429000000000002,\"content_position\":\"center\",\"content_position_mobile\":\"center\",\"align_tablet\":\"flex-end\",\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f30cd96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Share This : \",\"align\":\"right\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"\",\"motion_fx_translateY_effect\":\"\",\"motion_fx_translateY_direction\":\"\",\"motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_translateX_effect\":\"\",\"motion_fx_translateX_direction\":\"\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_opacity_effect\":\"\",\"motion_fx_opacity_direction\":\"out-in\",\"motion_fx_opacity_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_opacity_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_blur_effect\":\"\",\"motion_fx_blur_direction\":\"out-in\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_rotateZ_effect\":\"\",\"motion_fx_rotateZ_direction\":\"\",\"motion_fx_rotateZ_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_rotateZ_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":0,\"end\":100}},\"motion_fx_scale_effect\":\"\",\"motion_fx_scale_direction\":\"out-in\",\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"motion_fx_scale_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":20,\"end\":80}},\"motion_fx_transform_origin_x\":\"center\",\"motion_fx_transform_origin_y\":\"center\",\"motion_fx_devices\":[\"desktop\",\"tablet\",\"mobile\"],\"motion_fx_range\":\"\",\"motion_fx_motion_fx_mouse\":\"\",\"motion_fx_mouseTrack_effect\":\"\",\"motion_fx_mouseTrack_direction\":\"\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"motion_fx_tilt_effect\":\"\",\"motion_fx_tilt_direction\":\"\",\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"sticky\":\"\",\"sticky_on\":[\"desktop\",\"tablet\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_parent\":\"\",\"_attributes\":\"\",\"custom_css\":\"\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a9e9000\",\"elType\":\"widget\",\"settings\":{\"sg_social_list\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_normal_color\":\"#FFFFFF\",\"_id\":\"e461d32\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=accent\"},\"sg_social_brand\":\"facebook\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_brand\":\"twitter\",\"sg_social_label\":\"Twitter\",\"sg_social_normal_color\":\"#FFFFFF\",\"_id\":\"05e922a\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-whatsapp-1-light\",\"library\":\"jkiticon\"},\"sg_social_brand\":\"whatsapp\",\"sg_social_label\":\"whatsapp\",\"sg_social_normal_color\":\"#FFFFFF\",\"_id\":\"0bf393d\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_background_background_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"st_social_alignment_responsive\":\"center\",\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"st_social_height_width\":\"yes\",\"st_social_height_width_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_height_width_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_height_width_line_height_responsive\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"st_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_normal_background_background_slideshow_gallery\":[],\"st_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_social_share\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ce87616\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"\"},\"color\":\"#EAEAEA\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"13f78bbc\",\"elType\":\"widget\",\"settings\":{\"st_form_field_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_normal_background_background_slideshow_gallery\":[],\"st_form_field_focus_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_focus_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_focus_background_background_slideshow_gallery\":[],\"st_form_checkbox_icon\":{\"value\":\"jki jki-check-light\",\"library\":\"jkiticon\"},\"st_form_checkbox_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_normal_background_background_slideshow_gallery\":[],\"st_form_checkbox_checked_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_checked_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_checked_background_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_comment\"}],\"isInner\":false},{\"id\":\"64f711a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f10b6eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e2c0f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a815d70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"adba92\",\"elType\":\"widget\",\"settings\":{\"sg_content_image_enable\":\"\",\"sg_content_image_size_imagesize_size\":\"medium\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_content_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_image_width_responsive\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_meta_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_meta_normal_color_responsive\":\"globals\\/colors?id=text\"},\"st_content_alignment_responsive_mobile\":\"left\",\"st_title_color_responsive\":\"#000000\",\"st_title_hover_color_responsive\":\"#FF5722\",\"sg_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"sg_content_meta_enable\":\"yes\",\"sg_content_meta_date_enable\":\"yes\",\"sg_content_meta_category_enable\":\"\",\"sg_content_meta_position\":\"bottom\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_meta_icon_size_responsive\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_meta_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_content_width_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_nocontent_text\":\"No Content Available\",\"sg_content_layout\":\"horizontal\",\"sg_content_column_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_content_background_image_enable\":\"\",\"sg_content_icon_enable\":\"\",\"st_meta_normal_color_responsive\":\"#7A7A7A\",\"sg_content_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"sg_content_meta_category_icon\":{\"value\":\"fas fa-tag\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_content_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_color_background_slideshow_gallery\":[],\"st_content_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_overlay_hover_color_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_meta_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_normal_background_background_slideshow_gallery\":[],\"st_meta_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_meta_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34a72734\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/scheduling-appointments.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"background_overlay_color\":\"#000000\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"651606c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"709eda55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48396ca4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3dd7689c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"8a86052\",\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"#0EC9AC\",\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"eaed9a8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c97fa95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b62401\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a84da0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32646ce5\",\"elType\":\"widget\",\"settings\":{\"sg_content_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"st_content_space_between_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_text_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_text_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"number_category\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_icon_spacing_responsive_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_category_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(198,54,'_elementor_source_image_hash','651b7e9afe4ab30030430df322341b7e6580c867'),(199,55,'_wp_attached_file','2023/08/people-at-festival-of-colors.jpg'),(200,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:40:\"2023/08/people-at-festival-of-colors.jpg\";s:8:\"filesize\";i:466151;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"people-at-festival-of-colors-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17908;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"people-at-festival-of-colors-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119007;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"people-at-festival-of-colors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9765;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"people-at-festival-of-colors-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74287;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"people-at-festival-of-colors-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230256;}s:25:\"elementor_custom_1024x700\";a:4:{s:4:\"file\";s:92:\"elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;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:{}}}'),(201,56,'_wp_attached_file','2023/08/musical-event.jpg'),(202,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2023/08/musical-event.jpg\";s:8:\"filesize\";i:110971;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"musical-event-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8384;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"musical-event-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"musical-event-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5526;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"musical-event-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21550;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"musical-event-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(203,51,'_elementor_page_assets','a:0:{}'),(204,51,'_wp_page_template','elementor_header_footer'),(205,51,'envato_tk_source_kit','6'),(206,51,'envato_tk_source_index','10'),(207,57,'_elementor_edit_mode','builder'),(208,57,'_elementor_template_type','section'),(209,57,'_elementor_version','3.15.3'),(210,57,'_elementor_data','[{\"id\":\"5a4e1cd4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e9af381\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3054267a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1309a15f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51a69359\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f33c92e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bc06734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2692b0bf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"351c330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67004c0a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"28081150\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5444e493\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"sg_mobile_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_menu_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_slideshow_gallery\":[],\"st_menu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_menu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_menu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_panel_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"45ab3f07\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fb1448d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"707aebd5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d2eadca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"428b7cb8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e113b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"172d9b35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15221d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53369834\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\",\"sg_mobile_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_menu_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_slideshow_gallery\":[],\"st_menu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_menu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_menu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_panel_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"51154652\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b35c45\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(211,52,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(212,52,'_wp_page_template','elementor_canvas'),(213,52,'envato_tk_source_kit','6'),(214,52,'envato_tk_source_index','13'),(215,58,'_wp_attached_file','2023/08/testimonial-83S5W35-1.jpg'),(216,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:33:\"2023/08/testimonial-83S5W35-1.jpg\";s:8:\"filesize\";i:17155;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"testimonial-83S5W35-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4945;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(217,58,'_elementor_source_image_hash','651b7e9afe4ab30030430df322341b7e6580c867'),(218,55,'_elementor_source_image_hash','b26567f4553bb3d9e0f9d16ac0b15d48e5fadea5'),(219,56,'_elementor_source_image_hash','2b56f20c72db5770e1b9fa957b5aef3000f09575'),(220,59,'_elementor_edit_mode','builder'),(221,59,'_elementor_template_type','page'),(222,59,'_elementor_version','3.15.3');
INSERT INTO `wp_postmeta` VALUES (223,59,'_elementor_data','[{\"id\":\"1eaaca7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/political-discussion.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cae314f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"335cbf30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52fe11f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3988e68d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71d5d777\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"583a97c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28cf03e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1db953ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Government Services & Information\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7d0074bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"775a6876\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"17fed754\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.332999999999998,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"423bf2b2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be4701e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15ffa45f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5983132e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-graduation-hat-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Education Institute\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"5907adc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"244550c6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Justice and Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"17ca1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"312bfb57\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-medicine-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Health and Welfare\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5635b459\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48b106b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5bde85b8\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Transportation\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"13e198de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66fe407\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-video-camera-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Entertainment\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"4e1bca80\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"722224c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-car-2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Trafic & Parking\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a361408\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56956f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"793be9e6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beach & Nighlifes\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"514cbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6399953\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-paper-plane-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\" Travel & Immigration\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"126e7232\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ff1efe1\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-communication-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Park Nature & Wildlife\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ccffdb4\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color\":\"#141724\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.059999999999999998,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f62f468\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"387d2fd1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"788d9ff4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f09d56\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"span\",\"sg_icon_choose\":{\"value\":\"jki jki-medal\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"192\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Foundation\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"76a59580\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48bd6fc0\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-team1-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20K\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"People In The City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"21b981c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6dfca81c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-badge\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"452\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Successful Programs\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"b0bcc29\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2427e4b5\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-apartment-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"115\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Square Of City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"35664156\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-5\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78290ff5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-200\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3be60781\",\"elType\":\"widget\",\"settings\":{\"sg_layout_testimonial_choose\":\"style-2\",\"sg_testimonials_image_size_imagesize_size\":\"medium\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"31\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-Q8JDNBT.png\"},\"_id\":\"6e9b2e1\",\"sg_testimonials_list_client_name\":\"Corbin Mosley\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"39\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-N8572T7.jpg\"},\"sg_testimonials_list_client_name\":\"Denny Whelan\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"d069a43\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"46\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-A8E2W8S.jpg\"},\"sg_testimonials_list_client_name\":\"Sarah O\'Reilly\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"1c4a96f\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"54\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-83S5W35.jpg\"},\"sg_testimonials_list_client_name\":\"Kitty Velazquez\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"2229ddb\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_client_designation_normal_color_responsive\":\"#7A7A7A\",\"__globals__\":{\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=83c99e0\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=text\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=accent\"},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_wrapper_fix_height\":\"\",\"sg_setting_autoplay\":\"yes\",\"sg_setting_autoplay_pause\":\"\",\"sg_setting_arrow\":\"\",\"sg_setting_arrow_position\":\"middle-edge\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sg_setting_quote_icon\":{\"value\":\"jki jki-quote-light\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_layout_background_background_background\":\"classic\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":276,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_background_background_color\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_layout_border_border_border\":\"solid\",\"st_layout_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_layout_border_border_color\":\"#EAEAEA\",\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_full\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_half\":{\"value\":\"fas fa-star-half\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"382cb6c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a7bf3ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78678a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Overview Services & Top Requests\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1cd802af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b0918d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76b0a8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57822f84\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2489f2b1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ee43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63bfa7af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c9682c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"25b6db83\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ca11be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Documents & Notices\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28fe9006\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Facility Use Application\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"4d6d7eda\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"30e327c0\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Civil Exams Applications\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(224,60,'_wp_attached_file','2023/08/formalwear-64AJGCM.jpg'),(225,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2023/08/formalwear-64AJGCM.jpg\";s:8:\"filesize\";i:256109;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"formalwear-64AJGCM-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15851;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"formalwear-64AJGCM-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"formalwear-64AJGCM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7651;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"formalwear-64AJGCM-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79341;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"formalwear-64AJGCM-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(226,61,'_elementor_edit_mode','builder'),(227,61,'_elementor_template_type','page'),(228,61,'_elementor_version','3.15.3'),(229,61,'_elementor_data','[{\"id\":\"1eaaca7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/political-discussion.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cae314f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"335cbf30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52fe11f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3988e68d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71d5d777\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"583a97c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28cf03e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1db953ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Government Services & Information\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7d0074bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"775a6876\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"17fed754\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.332999999999998,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"423bf2b2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be4701e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15ffa45f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5983132e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-graduation-hat-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Education Institute\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"5907adc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"244550c6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Justice and Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"17ca1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"312bfb57\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-medicine-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Health and Welfare\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5635b459\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48b106b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5bde85b8\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Transportation\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"13e198de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66fe407\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-video-camera-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Entertainment\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"4e1bca80\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"722224c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-car-2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Trafic & Parking\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a361408\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56956f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"793be9e6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beach & Nighlifes\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"514cbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6399953\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-paper-plane-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\" Travel & Immigration\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"126e7232\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ff1efe1\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-communication-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Park Nature & Wildlife\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ccffdb4\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color\":\"#141724\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.059999999999999998,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f62f468\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"387d2fd1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"788d9ff4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f09d56\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"span\",\"sg_icon_choose\":{\"value\":\"jki jki-medal\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"192\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Foundation\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"76a59580\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48bd6fc0\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-team1-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20K\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"People In The City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"21b981c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6dfca81c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-badge\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"452\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Successful Programs\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"b0bcc29\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2427e4b5\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-apartment-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"115\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Square Of City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"35664156\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-5\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78290ff5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-200\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3be60781\",\"elType\":\"widget\",\"settings\":{\"sg_layout_testimonial_choose\":\"style-2\",\"sg_testimonials_image_size_imagesize_size\":\"medium\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"31\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-Q8JDNBT.png\"},\"_id\":\"6e9b2e1\",\"sg_testimonials_list_client_name\":\"Corbin Mosley\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"39\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-N8572T7.jpg\"},\"sg_testimonials_list_client_name\":\"Denny Whelan\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"d069a43\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"46\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-A8E2W8S.jpg\"},\"sg_testimonials_list_client_name\":\"Sarah O\'Reilly\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"1c4a96f\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"54\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-83S5W35.jpg\"},\"sg_testimonials_list_client_name\":\"Kitty Velazquez\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"2229ddb\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_client_designation_normal_color_responsive\":\"#7A7A7A\",\"__globals__\":{\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=83c99e0\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=text\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=accent\"},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_wrapper_fix_height\":\"\",\"sg_setting_autoplay\":\"yes\",\"sg_setting_autoplay_pause\":\"\",\"sg_setting_arrow\":\"\",\"sg_setting_arrow_position\":\"middle-edge\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sg_setting_quote_icon\":{\"value\":\"jki jki-quote-light\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_layout_background_background_background\":\"classic\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":276,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_background_background_color\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_layout_border_border_border\":\"solid\",\"st_layout_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_layout_border_border_color\":\"#EAEAEA\",\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_full\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_half\":{\"value\":\"fas fa-star-half\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"382cb6c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a7bf3ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78678a0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Overview Services & Top Requests\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1cd802af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b0918d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76b0a8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57822f84\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2489f2b1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a2ee43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63bfa7af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c9682c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"25b6db83\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ca11be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Documents & Notices\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28fe9006\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Facility Use Application\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"4d6d7eda\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"30e327c0\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Civil Exams Applications\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(230,62,'_wp_attached_file','2023/08/beautiful-summer-AA8J2ML.jpg'),(231,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:36:\"2023/08/beautiful-summer-AA8J2ML.jpg\";s:8:\"filesize\";i:308402;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"beautiful-summer-AA8J2ML-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20300;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"beautiful-summer-AA8J2ML-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"beautiful-summer-AA8J2ML-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7987;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"beautiful-summer-AA8J2ML-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118611;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"beautiful-summer-AA8J2ML-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:425136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(232,59,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(233,59,'_wp_page_template','elementor_header_footer'),(234,63,'_wp_attached_file','2023/08/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg'),(235,59,'envato_tk_source_kit','6'),(236,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1245;s:4:\"file\";s:106:\"2023/08/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\";s:8:\"filesize\";i:399531;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:106:\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15879;}s:5:\"large\";a:5:{s:4:\"file\";s:107:\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-1024x637.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:106:\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:106:\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73259;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:107:\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-1536x956.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:956;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,59,'envato_tk_source_index','3'),(238,64,'_wp_attached_file','2023/08/formalwear-64AJGCM-1.jpg'),(239,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2023/08/formalwear-64AJGCM-1.jpg\";s:8:\"filesize\";i:256109;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"formalwear-64AJGCM-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15851;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"formalwear-64AJGCM-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"formalwear-64AJGCM-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7651;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"formalwear-64AJGCM-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79341;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"formalwear-64AJGCM-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(240,60,'_elementor_source_image_hash','a029149f7413910286c12eb4e1e0d1a1bb51f338'),(241,63,'_elementor_source_image_hash','b90002de7061d3cea4230e783b3e2acf0ca35293'),(242,65,'_wp_attached_file','2023/08/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg'),(243,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:101:\"2023/08/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\";s:8:\"filesize\";i:391073;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:101:\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19485;}s:5:\"large\";a:5:{s:4:\"file\";s:102:\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:101:\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10759;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:101:\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71701;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:103:\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201198;}s:25:\"elementor_custom_1024x700\";a:4:{s:4:\"file\";s:153:\"elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;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:{}}}'),(244,62,'_elementor_source_image_hash','e20bed14f327e604b051839412c6a07323fc5c51'),(245,64,'_elementor_source_image_hash','a029149f7413910286c12eb4e1e0d1a1bb51f338'),(246,66,'_elementor_edit_mode','builder'),(247,66,'_elementor_template_type','page'),(248,65,'_elementor_source_image_hash','5a6c5cc660a091d302436d88d5cc528e329bb166'),(249,66,'_elementor_version','3.15.3'),(250,66,'_elementor_data','[{\"id\":\"4e1d6b80\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/scheduling-appointments.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4601f153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45419116\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"790913ec\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e89bcc2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6adc473e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65371c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Question\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd54a6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3583b079\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fac4ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"747ceabb\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"621cb220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"985938c\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13114560\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/formalwear-64AJGCM.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"180\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"140\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e6d4c9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7480aeb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Overview Services & Top Requests\\n\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2c7ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f6338f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"497680e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fbef42f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dde4877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cf43009\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"104f0468\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2cc40d21\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fb7f46a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"470d7ebf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6e5b81e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30fd1ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Documents & Notices\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21977bdf\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Facility Use Application\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"4d190032\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"320e9d47\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Civil Exams Applications\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ab7853\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c991b58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24d13822\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55fcb30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a8e415b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education Question\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2553776b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3584ee98\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"29ed232c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4696fb76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trafic & Parking Question\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ef5f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c754d4d\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"101e9703\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"530c914d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15bebc98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Question\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ce6d37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"174c11ff\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"c6b6501\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34cebdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation Question\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49bd4641\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61316a0c\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(251,67,'_wp_attached_file','2023/08/senior-traveler-SULUF4P.jpg'),(252,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:820;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2023/08/senior-traveler-SULUF4P.jpg\";s:8:\"filesize\";i:102182;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"senior-traveler-SULUF4P-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"senior-traveler-SULUF4P-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6949;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"senior-traveler-SULUF4P-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86474;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(253,68,'_elementor_edit_mode','builder'),(254,68,'_elementor_template_type','page'),(255,68,'_elementor_version','3.15.3'),(256,68,'_elementor_data','[{\"id\":\"4e1d6b80\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/scheduling-appointments.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4601f153\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45419116\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"790913ec\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e89bcc2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6adc473e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65371c19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Question\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd54a6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3583b079\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fac4ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"747ceabb\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"621cb220\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"985938c\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13114560\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/formalwear-64AJGCM.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"180\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"140\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e6d4c9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7480aeb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Overview Services & Top Requests\\n\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c2c7ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f6338f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"497680e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fbef42f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dde4877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cf43009\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"104f0468\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2cc40d21\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fb7f46a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"470d7ebf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6e5b81e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30fd1ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Documents & Notices\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21977bdf\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Facility Use Application\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"4d190032\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"320e9d47\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Civil Exams Applications\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ab7853\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c991b58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24d13822\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55fcb30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a8e415b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education Question\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2553776b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3584ee98\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"29ed232c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4696fb76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trafic & Parking Question\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23ef5f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c754d4d\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"101e9703\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"530c914d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15bebc98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Question\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ce6d37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"174c11ff\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"c6b6501\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34cebdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation Question\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49bd4641\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61316a0c\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(257,67,'_elementor_source_image_hash','08e448d934d7374fccb1037e7a2d779bb99717f0'),(258,66,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(259,66,'_wp_page_template','elementor_header_footer'),(260,66,'envato_tk_source_kit','6'),(261,66,'envato_tk_source_index','8'),(262,69,'_wp_attached_file','2023/08/male-police-officers-writes-a-fine-on-the-road.jpg'),(263,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:58:\"2023/08/male-police-officers-writes-a-fine-on-the-road.jpg\";s:8:\"filesize\";i:237373;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"male-police-officers-writes-a-fine-on-the-road-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14397;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"male-police-officers-writes-a-fine-on-the-road-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72623;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"male-police-officers-writes-a-fine-on-the-road-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8552;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"male-police-officers-writes-a-fine-on-the-road-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48697;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:60:\"male-police-officers-writes-a-fine-on-the-road-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130221;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(264,69,'_elementor_source_image_hash','efedbe8f1f5bf62eda97cc49f590fb14fd8f3668'),(265,70,'_wp_attached_file','2023/08/confident-professional-8T7X45D.jpg'),(266,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:820;s:6:\"height\";i:1024;s:4:\"file\";s:42:\"2023/08/confident-professional-8T7X45D.jpg\";s:8:\"filesize\";i:146764;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"confident-professional-8T7X45D-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"confident-professional-8T7X45D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7781;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"confident-professional-8T7X45D-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(267,70,'_elementor_source_image_hash','7a2017517cb2351569b1f3bab9c98c30cdfbca1c'),(268,71,'_wp_attached_file','2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg'),(269,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:73:\"2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\";s:8:\"filesize\";i:402522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"portrait-of-children-showing-off-winners-medals-on-sports-day-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18962;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"portrait-of-children-showing-off-winners-medals-on-sports-day-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"portrait-of-children-showing-off-winners-medals-on-sports-day-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"portrait-of-children-showing-off-winners-medals-on-sports-day-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68559;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:75:\"portrait-of-children-showing-off-winners-medals-on-sports-day-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195974;}s:25:\"elementor_custom_1024x700\";a:4:{s:4:\"file\";s:125:\"elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;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:{}}}'),(270,72,'_wp_attached_file','2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day-1.jpg'),(271,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:75:\"2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day-1.jpg\";s:8:\"filesize\";i:402522;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"portrait-of-children-showing-off-winners-medals-on-sports-day-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18962;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"portrait-of-children-showing-off-winners-medals-on-sports-day-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"portrait-of-children-showing-off-winners-medals-on-sports-day-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"portrait-of-children-showing-off-winners-medals-on-sports-day-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68559;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:77:\"portrait-of-children-showing-off-winners-medals-on-sports-day-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(272,71,'_elementor_source_image_hash','12711fdb519f828dd077648affa9dc4c89d8dff3'),(273,73,'_wp_attached_file','2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day-2.jpg'),(274,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:75:\"2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day-2.jpg\";s:8:\"filesize\";i:402522;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"portrait-of-children-showing-off-winners-medals-on-sports-day-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18962;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"portrait-of-children-showing-off-winners-medals-on-sports-day-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"portrait-of-children-showing-off-winners-medals-on-sports-day-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"portrait-of-children-showing-off-winners-medals-on-sports-day-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68559;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:77:\"portrait-of-children-showing-off-winners-medals-on-sports-day-2-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,72,'_elementor_source_image_hash','12711fdb519f828dd077648affa9dc4c89d8dff3'),(276,74,'_wp_attached_file','2023/08/successful-partners.jpg'),(277,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:31:\"2023/08/successful-partners.jpg\";s:8:\"filesize\";i:250313;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"successful-partners-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15464;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"successful-partners-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72779;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"successful-partners-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8929;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"successful-partners-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49166;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"successful-partners-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129850;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(278,75,'_wp_attached_file','2023/08/working-on-travel-AHE6QFC.jpg'),(279,76,'_wp_attached_file','2023/08/working-on-travel-AHE6QFC-1.jpg'),(280,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:820;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2023/08/working-on-travel-AHE6QFC.jpg\";s:8:\"filesize\";i:108105;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"working-on-travel-AHE6QFC-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"working-on-travel-AHE6QFC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"working-on-travel-AHE6QFC-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93525;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(281,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:820;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2023/08/working-on-travel-AHE6QFC-1.jpg\";s:8:\"filesize\";i:108105;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"working-on-travel-AHE6QFC-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"working-on-travel-AHE6QFC-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"working-on-travel-AHE6QFC-1-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93525;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(282,76,'_elementor_source_image_hash','eba99d3646ee87332d360e53c662b7904fc4acf2'),(283,75,'_elementor_source_image_hash','eba99d3646ee87332d360e53c662b7904fc4acf2'),(284,73,'_elementor_source_image_hash','12711fdb519f828dd077648affa9dc4c89d8dff3'),(285,77,'_elementor_edit_mode','builder'),(286,77,'_elementor_template_type','page'),(287,74,'_elementor_source_image_hash','31e826d451c66131c1374be27e95aa2028bfc648'),(288,77,'_elementor_version','3.15.3'),(289,77,'_elementor_data','[{\"id\":\"6283182c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2500a5f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4da7f0e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Departement\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d205abf\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Departement\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d1a621\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b83b39a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23d5b3a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Department\\n\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f5aab05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a6b28b1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7363dc29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d59f338\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Business & Industry\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"2e286cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7015ac20\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Agriculture and Food\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"41c0c590\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c43b0c5\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Finance & Economy\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"499894a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1edd3a0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43148637\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Policing and Crime\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-star-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"7e96408a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36c174cc\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Constution and Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"82cfbd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d39d28\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-smart-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Art and Culture\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-smart-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3321afe2\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color\":\"#141724\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.059999999999999998,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45149e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6137385\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"295de3a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"604e872e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"span\",\"sg_icon_choose\":{\"value\":\"jki jki-medal\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"192\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Foundation\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"24801995\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"176611\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-team1-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20K\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"People In The City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"7110f408\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58905ea6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-badge\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"452\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Successful Programs\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"45f24d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7cf4e89c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-apartment-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"115\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Square Of City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b74f113\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-5\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ccb1874\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-200\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"aea0739\",\"elType\":\"widget\",\"settings\":{\"sg_layout_testimonial_choose\":\"style-2\",\"sg_testimonials_image_size_imagesize_size\":\"medium\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"31\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-Q8JDNBT.png\"},\"_id\":\"6e9b2e1\",\"sg_testimonials_list_client_name\":\"Corbin Mosley\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"39\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-N8572T7.jpg\"},\"sg_testimonials_list_client_name\":\"Denny Whelan\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"d069a43\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"46\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-A8E2W8S.jpg\"},\"sg_testimonials_list_client_name\":\"Sarah O\'Reilly\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"1c4a96f\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"54\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-83S5W35.jpg\"},\"sg_testimonials_list_client_name\":\"Kitty Velazquez\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"2229ddb\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_client_designation_normal_color_responsive\":\"#7A7A7A\",\"__globals__\":{\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=83c99e0\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=text\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=accent\"},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_wrapper_fix_height\":\"\",\"sg_setting_autoplay\":\"yes\",\"sg_setting_autoplay_pause\":\"\",\"sg_setting_arrow\":\"\",\"sg_setting_arrow_position\":\"middle-edge\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sg_setting_quote_icon\":{\"value\":\"jki jki-quote-light\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_layout_background_background_background\":\"classic\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":276,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_background_background_color\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_layout_border_border_border\":\"solid\",\"st_layout_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_layout_border_border_color\":\"#EAEAEA\",\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_full\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_half\":{\"value\":\"fas fa-star-half\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5657efce\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_image\":{\"id\":\"42\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/asset-fixn.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"84b0b24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"493ab081\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events and Activities\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f05c04e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f90be73\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dc9ba90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"384ae33e\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"08\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"July 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"1bbf26e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a712bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/people-at-festival-of-colors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6dc2440d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32f8a138\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Colour Run\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6751fc31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 15.00 P.M. - Till Drop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 08 July 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1dee31e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11e8499c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"18d22d20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e006dfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75b6c64e\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"28\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Aug 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"417fb9e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"112e5110\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"70d53f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50c68c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Violence Against Women\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ca4b053\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Sunset Road No.815\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 10.00 A.M. - 13.00 PA.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 28 August 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Welfare\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7b11a5f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"771513dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cd3e62e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9c75a4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fb36c94\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"12\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Sept 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"1a492d06\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c40d8b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7545a7f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d97dac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sport Games for Children\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"323d1803\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 08.00 A.M. - 15.00 P.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 12 September 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Sports\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"779dd95b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"231771db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(290,78,'_elementor_edit_mode','builder'),(291,78,'_elementor_template_type','page'),(292,79,'_elementor_edit_mode','builder'),(293,79,'_elementor_template_type','page'),(294,78,'_elementor_version','3.15.3');
INSERT INTO `wp_postmeta` VALUES (295,78,'_elementor_data','[{\"id\":\"603eac5c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40f77c03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8d21657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Departement Details\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e5be02\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Departement Details\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737ef558\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=a043b2f\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69e7c6d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"243e03df\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4171d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c7b6542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Business & Industry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#000000\",\"text_color_hover\":\"#EF0A0A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"762a508\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b3baa58\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#EF0A0A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73f419b9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8c856a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b67ad03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Agriculture and Food\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=3677d72\",\"text_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"51cda756\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52ac2702\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60d52537\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"287f3ebe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5620a2c5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Finance & Economy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=3677d72\",\"text_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"165ef06c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d36e56\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"18a19231\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#D2D2D2\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color\":\"#EF0A0A\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"392e8292\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"774bb6ee\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Constution and Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61aa62b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a398e7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8258ea1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e75bd84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a85190\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Policing and Crime\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=3677d72\",\"text_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7596462f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18f42d3a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"223dad90\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"499127df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f9fe43c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Art and Culture\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=3677d72\",\"text_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b497cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cfd7c40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c745d56\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71999999999999997,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"background_overlay_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"508de192\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6659945e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Download.pdf\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"\",\"sg_readmore_enable_globallink\":\"yes\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#F8F8F8\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_typography_content_typography_typography\":\"custom\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_bg_color_responsive\":\"#EF0A0A\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_hover_background_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_hover_background_background_color\":\"#EF0A0A\",\"st_content_title_color_hover_responsive\":\"#FFFFFF\",\"st_content_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"26bfe0cc\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit.txt\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"\",\"sg_readmore_enable_globallink\":\"yes\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#F8F8F8\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_typography_content_typography_typography\":\"custom\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_bg_color_responsive\":\"#EF0A0A\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_hover_background_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_hover_background_background_color\":\"#EF0A0A\",\"st_content_title_color_hover_responsive\":\"#FFFFFF\",\"st_content_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"1586066c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Download.txt\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"\",\"sg_readmore_enable_globallink\":\"yes\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#F8F8F8\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_typography_content_typography_typography\":\"custom\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_bg_color_responsive\":\"#EF0A0A\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_hover_background_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_hover_background_background_color\":\"#EF0A0A\",\"st_content_title_color_hover_responsive\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e7472aa\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":74,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/successful-partners.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71999999999999997,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"background_overlay_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_overlay_color\":\"#141414\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25151225\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d38d1c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Consultancy, Request A Free Quote\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42007a96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"73219576\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"size\":\"lg\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e637886\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27857e61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/gavel-scales-of-justice-and-law-books.jpg\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37f9ecb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Constution and Law\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f45a149\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe in volup 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\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2888bd80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 ulla laboris nisi ut aliquip ex ea commodo consequat. \",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51d1d215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lates Cases\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a68b3af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 ulla laboris nisi ut aliquip ex ea commodo consequat. \",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c5ced79\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"47\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/get-acquainted-with-case.jpg\"},{\"id\":\"63\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\"},{\"id\":\"69\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/male-police-officers-writes-a-fine-on-the-road.jpg\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"link_to\":\"file\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumbnail_custom_dimension\":{\"width\":\"820\",\"height\":\"680\"},\"dots_size\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=accent\"},\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"6dd89141\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21fa2824\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe in volup 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\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d870ce5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24324fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7196f17d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4af8c4df\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"55648aa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1fa89374\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"311b1b13\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(296,79,'_elementor_version','3.15.3'),(297,79,'_elementor_data','[{\"id\":\"1e615cc0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"12\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/washington-usa-state-capitol-building-FWT6RXB.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"382d64c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a6935e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6182028a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ef1e0b5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b229eff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73a83649\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f5be7cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"align_tablet\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"129a93d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Major Voice Of City Government\",\"align\":\"left\",\"title_color\":\"#1C1B1F\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_z_index\":1,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f1cef9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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.\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2be4fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ad304fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse \",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quis nostrud exercitation ullamco laboris nisi minim veniam\",\"_id\":\"d8d86d3\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nostrum exercitationem ullam corporis suscipit laboriosam\",\"_id\":\"f493d42\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#7A7A7A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2a9503f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"14\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/signature-5QEGBV.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"62453258\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Jerry Howell\",\"sg_title_focused\":\"\",\"sg_title_html_tag\":\"h3\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"Mayor\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"st_title_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"db64f98\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"background_image\":{\"id\":\"16\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/walking-to-conference-hall.jpg\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f0f49a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":279,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6958e9d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14d0ce62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37f5123c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Memorable Movements\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3090678e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dfb2a49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d31185\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"231e0e17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1070\",\"height\":\"800\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e97cf5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"1989\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"010\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_color_b\":\"#EAEAEA\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":225,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#EAEAEA\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53797c55\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-49,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":311,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"55b2ae28\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"New Government Building\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"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\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_inline_background\":\"yes\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_general_alignment_responsive\":\"right\",\"st_general_alignment_responsive_mobile\":\"left\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"},{\"id\":\"57ac7b0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-49,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"58711694\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e578ebb\",\"elType\":\"widget\",\"settings\":{\"title\":\"1929\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"010\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_color_b\":\"#EAEAEA\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":225,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#EAEAEA\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1597ae7e\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Cityvile Council Founded\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"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\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_inline_background\":\"yes\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"sg_title_html_tag\":\"h3\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"},{\"id\":\"52f4882c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"12\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/washington-usa-state-capitol-building-FWT6RXB.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1070\",\"height\":\"800\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"55033b4c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29900e7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6942cb2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1070\",\"height\":\"800\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d71f4b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"2016\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"010\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_color_b\":\"#EAEAEA\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":225,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#EAEAEA\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39c5dfe6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-49,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cb5675f\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Cityvile Become Smart City\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"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\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_inline_background\":\"yes\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_general_alignment_responsive\":\"right\",\"st_general_alignment_responsive_mobile\":\"left\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"},{\"id\":\"de543a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-49,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"49485a4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a190b01\",\"elType\":\"widget\",\"settings\":{\"title\":\"1994\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"010\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_color_b\":\"#EAEAEA\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":225,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#EAEAEA\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b389ff8\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Expand The Field Of Activity\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"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\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_inline_background\":\"yes\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"sg_title_html_tag\":\"h3\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"},{\"id\":\"56a2512e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capital-city-of-malaysia-kuala-lumpur-at-night.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1070\",\"height\":\"800\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a0ab7f1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4afc8071\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"539e567b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ac86f1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7abf2277\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore City Highlights\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4754e591\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72745082\",\"elType\":\"widget\",\"settings\":{\"sg_gallery_list\":[{\"sg_gallery_list_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"_id\":\"ddcac74\",\"sg_gallery_list_title\":\"Capital Building\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\",\"sg_gallery_list_current\":0},{\"sg_gallery_list_image\":{\"id\":\"48\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/museum-in-paris-XCNGQ8A.jpg\"},\"_id\":\"951a4aa\",\"sg_gallery_list_title\":\"Ethology Museum\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"},{\"sg_gallery_list_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/beautiful-summer-AA8J2ML.jpg\"},\"_id\":\"d9083d2\",\"sg_gallery_list_title\":\"Central Park\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\",\"sg_gallery_list_current\":0},{\"sg_gallery_list_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-PAWGZQP.jpg\"},\"_id\":\"309678f\",\"sg_gallery_list_title\":\"Cityvile State\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"yes\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"}],\"sg_gallery_image_size_imagesize_size\":\"full\",\"sg_setting_title_tag\":\"h3\",\"sg_setting_more_enable\":\"\",\"st_container_background_background_background\":\"classic\",\"st_title_title_color_responsive\":\"#000000\",\"__globals__\":{\"st_title_hover_title_color_responsive\":\"\",\"st_title_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"sg_setting_column_responsive_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_background_background_background\":\"classic\",\"st_title_background_background_color\":\"#181B2A\",\"sg_setting_column_responsive\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"st_container_padding_responsive\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"st_title_hover_title_color_responsive\":\"#FFFFFF\",\"sg_setting_column_responsive_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_more_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_normal_background_background_slideshow_gallery\":[],\"st_more_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_hover_background_background_slideshow_gallery\":[],\"st_active_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_active_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_active_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_portfolio_gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53d5fad0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"357fa5d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f7e182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Council Members\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"title_color\":\"#000000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fa61b7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4bf9c7e1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61dd1b69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a0cfb2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/senior-traveler-SULUF4P.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"72ea4b1c\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Jerry Howell\",\"sg_icon_description\":\"Mayor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"325b8c27\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"578176dc\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-professional-8T7X45D.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"4c1e9f17\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Elysia Molloy\",\"sg_icon_description\":\"Health Director\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"21b46856\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28fc1165\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/working-on-travel-AHE6QFC-1.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"15bd9ed7\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Dollie Brennan\",\"sg_icon_description\":\"City Auditor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(298,80,'_elementor_edit_mode','builder'),(299,80,'_elementor_template_type','page'),(300,80,'_elementor_version','3.15.3'),(301,80,'_elementor_data','[{\"id\":\"6283182c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2500a5f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4da7f0e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Departement\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d205abf\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Departement\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d1a621\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b83b39a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23d5b3a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Department\\n\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f5aab05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a6b28b1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7363dc29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d59f338\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Business & Industry\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"2e286cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7015ac20\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Agriculture and Food\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"41c0c590\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c43b0c5\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Finance & Economy\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"499894a1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1edd3a0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43148637\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Policing and Crime\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-star-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"7e96408a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36c174cc\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Constution and Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"82cfbd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d39d28\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-smart-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Art and Culture\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-smart-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3321afe2\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color\":\"#141724\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.059999999999999998,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45149e66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6137385\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"295de3a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"604e872e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"span\",\"sg_icon_choose\":{\"value\":\"jki jki-medal\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"192\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Foundation\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"24801995\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"176611\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-team1-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20K\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"People In The City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"7110f408\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58905ea6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-badge\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"452\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Successful Programs\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"45f24d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7cf4e89c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-apartment-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"115\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Square Of City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b74f113\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-5\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ccb1874\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-200\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"aea0739\",\"elType\":\"widget\",\"settings\":{\"sg_layout_testimonial_choose\":\"style-2\",\"sg_testimonials_image_size_imagesize_size\":\"medium\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"31\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-Q8JDNBT.png\"},\"_id\":\"6e9b2e1\",\"sg_testimonials_list_client_name\":\"Corbin Mosley\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"39\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-N8572T7.jpg\"},\"sg_testimonials_list_client_name\":\"Denny Whelan\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"d069a43\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"46\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-A8E2W8S.jpg\"},\"sg_testimonials_list_client_name\":\"Sarah O\'Reilly\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"1c4a96f\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"54\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-83S5W35.jpg\"},\"sg_testimonials_list_client_name\":\"Kitty Velazquez\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"2229ddb\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_client_designation_normal_color_responsive\":\"#7A7A7A\",\"__globals__\":{\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=83c99e0\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=text\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=accent\"},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_wrapper_fix_height\":\"\",\"sg_setting_autoplay\":\"yes\",\"sg_setting_autoplay_pause\":\"\",\"sg_setting_arrow\":\"\",\"sg_setting_arrow_position\":\"middle-edge\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sg_setting_quote_icon\":{\"value\":\"jki jki-quote-light\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_layout_background_background_background\":\"classic\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":276,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_background_background_color\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_layout_border_border_border\":\"solid\",\"st_layout_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_layout_border_border_color\":\"#EAEAEA\",\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_full\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_half\":{\"value\":\"fas fa-star-half\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5657efce\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_image\":{\"id\":\"42\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/asset-fixn.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"84b0b24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"493ab081\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events and Activities\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f05c04e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f90be73\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dc9ba90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"384ae33e\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"08\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"July 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"1bbf26e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a712bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/people-at-festival-of-colors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6dc2440d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32f8a138\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Colour Run\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6751fc31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 15.00 P.M. - Till Drop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 08 July 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1dee31e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11e8499c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"18d22d20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e006dfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75b6c64e\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"28\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Aug 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"417fb9e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"112e5110\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"70d53f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50c68c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Violence Against Women\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ca4b053\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Sunset Road No.815\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 10.00 A.M. - 13.00 PA.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 28 August 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Welfare\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7b11a5f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"771513dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cd3e62e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9c75a4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fb36c94\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"12\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Sept 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"1a492d06\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c40d8b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7545a7f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d97dac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sport Games for Children\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"323d1803\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 08.00 A.M. - 15.00 P.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 12 September 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Sports\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"779dd95b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"231771db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(302,77,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(303,77,'_wp_page_template','elementor_header_footer'),(304,77,'envato_tk_source_kit','6'),(305,77,'envato_tk_source_index','4'),(306,81,'_elementor_edit_mode','builder'),(307,81,'_elementor_template_type','page'),(308,81,'_elementor_version','3.15.3'),(309,81,'_elementor_data','[{\"id\":\"603eac5c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40f77c03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8d21657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Departement Details\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e5be02\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Departement Details\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737ef558\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=a043b2f\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69e7c6d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"243e03df\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4171d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c7b6542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Business & Industry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#000000\",\"text_color_hover\":\"#EF0A0A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"762a508\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b3baa58\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#EF0A0A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73f419b9\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8c856a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b67ad03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Agriculture and Food\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=3677d72\",\"text_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"51cda756\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52ac2702\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60d52537\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"287f3ebe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5620a2c5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Finance & Economy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=3677d72\",\"text_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"165ef06c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d36e56\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"18a19231\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#D2D2D2\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color\":\"#EF0A0A\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"392e8292\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"774bb6ee\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Constution and Law\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61aa62b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a398e7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8258ea1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e75bd84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a85190\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Policing and Crime\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=3677d72\",\"text_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7596462f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18f42d3a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"223dad90\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"499127df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.060000000000002,\"_inline_size_mobile\":80,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f9fe43c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Art and Culture\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d90d7a5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=3677d72\",\"text_color\":\"globals\\/colors?id=primary\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b497cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.677,\"_inline_size_mobile\":20,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cfd7c40\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c745d56\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71999999999999997,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"background_overlay_color\":\"\",\"border_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"508de192\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6659945e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Download.pdf\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"\",\"sg_readmore_enable_globallink\":\"yes\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#F8F8F8\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_typography_content_typography_typography\":\"custom\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_bg_color_responsive\":\"#EF0A0A\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_hover_background_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_hover_background_background_color\":\"#EF0A0A\",\"st_content_title_color_hover_responsive\":\"#FFFFFF\",\"st_content_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"26bfe0cc\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit.txt\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"\",\"sg_readmore_enable_globallink\":\"yes\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#F8F8F8\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_typography_content_typography_typography\":\"custom\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_bg_color_responsive\":\"#EF0A0A\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_hover_background_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_hover_background_background_color\":\"#EF0A0A\",\"st_content_title_color_hover_responsive\":\"#FFFFFF\",\"st_content_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"1586066c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Download.txt\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"\",\"sg_readmore_enable_globallink\":\"yes\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#F8F8F8\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_typography_content_typography_typography\":\"custom\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"st_icon_bg_color_responsive\":\"#EF0A0A\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_icon_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_hover_background_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_hover_background_background_color\":\"#EF0A0A\",\"st_content_title_color_hover_responsive\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e7472aa\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":74,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/successful-partners.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_hover_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71999999999999997,\"sizes\":[]},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(134, 170.00000000000006, 231, 0.22)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\",\"background_overlay_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_overlay_color\":\"#141414\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25151225\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d38d1c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Consultancy, Request A Free Quote\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42007a96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"73219576\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"size\":\"lg\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5e637886\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27857e61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/gavel-scales-of-justice-and-law-books.jpg\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37f9ecb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Constution and Law\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f45a149\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe in volup 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\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2888bd80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 ulla laboris nisi ut aliquip ex ea commodo consequat. \",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51d1d215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lates Cases\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a68b3af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 ulla laboris nisi ut aliquip ex ea commodo consequat. \",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c5ced79\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"47\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/get-acquainted-with-case.jpg\"},{\"id\":\"63\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\"},{\"id\":\"69\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/male-police-officers-writes-a-fine-on-the-road.jpg\"}],\"thumbnail_size\":\"custom\",\"slides_to_show\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"link_to\":\"file\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumbnail_custom_dimension\":{\"width\":\"820\",\"height\":\"680\"},\"dots_size\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=accent\"},\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"6dd89141\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21fa2824\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe in volup 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\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d870ce5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24324fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7196f17d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4af8c4df\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"55648aa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1fa89374\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"311b1b13\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(310,78,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(311,78,'_wp_page_template','elementor_header_footer'),(312,78,'envato_tk_source_kit','6'),(313,78,'envato_tk_source_index','5'),(314,82,'_wp_attached_file','2023/08/business-agent-LTX7Y7U.jpg'),(315,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:820;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"2023/08/business-agent-LTX7Y7U.jpg\";s:8:\"filesize\";i:116384;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"business-agent-LTX7Y7U-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"business-agent-LTX7Y7U-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"business-agent-LTX7Y7U-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96802;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(316,83,'_elementor_edit_mode','builder'),(317,83,'_elementor_template_type','page'),(318,83,'_elementor_version','3.15.3'),(319,83,'_elementor_data','[{\"id\":\"1e615cc0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"12\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/washington-usa-state-capitol-building-FWT6RXB.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"382d64c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a6935e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6182028a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ef1e0b5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b229eff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73a83649\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f5be7cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"align_tablet\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"129a93d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Major Voice Of City Government\",\"align\":\"left\",\"title_color\":\"#1C1B1F\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_z_index\":1,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f1cef9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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.\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2be4fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ad304fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse \",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quis nostrud exercitation ullamco laboris nisi minim veniam\",\"_id\":\"d8d86d3\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nostrum exercitationem ullam corporis suscipit laboriosam\",\"_id\":\"f493d42\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#7A7A7A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2a9503f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"14\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/signature-5QEGBV.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"62453258\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Jerry Howell\",\"sg_title_focused\":\"\",\"sg_title_html_tag\":\"h3\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"Mayor\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"st_title_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"db64f98\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"background_image\":{\"id\":\"16\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/walking-to-conference-hall.jpg\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f0f49a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":279,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6958e9d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14d0ce62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37f5123c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Memorable Movements\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3090678e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dfb2a49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d31185\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"231e0e17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1070\",\"height\":\"800\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e97cf5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"1989\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"010\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_color_b\":\"#EAEAEA\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":225,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#EAEAEA\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53797c55\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-49,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":311,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"55b2ae28\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"New Government Building\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"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\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_inline_background\":\"yes\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_general_alignment_responsive\":\"right\",\"st_general_alignment_responsive_mobile\":\"left\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"},{\"id\":\"57ac7b0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-49,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"58711694\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e578ebb\",\"elType\":\"widget\",\"settings\":{\"title\":\"1929\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"010\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_color_b\":\"#EAEAEA\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":225,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#EAEAEA\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1597ae7e\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Cityvile Council Founded\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"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\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_inline_background\":\"yes\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"sg_title_html_tag\":\"h3\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"},{\"id\":\"52f4882c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"12\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/washington-usa-state-capitol-building-FWT6RXB.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1070\",\"height\":\"800\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"55033b4c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29900e7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6942cb2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1070\",\"height\":\"800\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d71f4b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"2016\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"010\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_color_b\":\"#EAEAEA\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":225,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#EAEAEA\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39c5dfe6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-49,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cb5675f\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Cityvile Become Smart City\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"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\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_inline_background\":\"yes\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_general_alignment_responsive\":\"right\",\"st_general_alignment_responsive_mobile\":\"left\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"},{\"id\":\"de543a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-49,\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"49485a4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a190b01\",\"elType\":\"widget\",\"settings\":{\"title\":\"1994\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"010\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_color_b\":\"#EAEAEA\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":91,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":225,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#EAEAEA\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b389ff8\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Expand The Field Of Activity\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"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\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_inline_background\":\"yes\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"sg_title_html_tag\":\"h3\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"},{\"id\":\"56a2512e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capital-city-of-malaysia-kuala-lumpur-at-night.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1070\",\"height\":\"800\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a0ab7f1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4afc8071\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"539e567b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ac86f1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7abf2277\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore City Highlights\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4754e591\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72745082\",\"elType\":\"widget\",\"settings\":{\"sg_gallery_list\":[{\"sg_gallery_list_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"_id\":\"ddcac74\",\"sg_gallery_list_title\":\"Capital Building\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\",\"sg_gallery_list_current\":0},{\"sg_gallery_list_image\":{\"id\":\"48\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/museum-in-paris-XCNGQ8A.jpg\"},\"_id\":\"951a4aa\",\"sg_gallery_list_title\":\"Ethology Museum\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"},{\"sg_gallery_list_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/beautiful-summer-AA8J2ML.jpg\"},\"_id\":\"d9083d2\",\"sg_gallery_list_title\":\"Central Park\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\",\"sg_gallery_list_current\":0},{\"sg_gallery_list_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-PAWGZQP.jpg\"},\"_id\":\"309678f\",\"sg_gallery_list_title\":\"Cityvile State\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"yes\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"}],\"sg_gallery_image_size_imagesize_size\":\"full\",\"sg_setting_title_tag\":\"h3\",\"sg_setting_more_enable\":\"\",\"st_container_background_background_background\":\"classic\",\"st_title_title_color_responsive\":\"#000000\",\"__globals__\":{\"st_title_hover_title_color_responsive\":\"\",\"st_title_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"sg_setting_column_responsive_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_background_background_background\":\"classic\",\"st_title_background_background_color\":\"#181B2A\",\"sg_setting_column_responsive\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"st_container_padding_responsive\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"st_title_hover_title_color_responsive\":\"#FFFFFF\",\"sg_setting_column_responsive_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_more_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_normal_background_background_slideshow_gallery\":[],\"st_more_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_hover_background_background_slideshow_gallery\":[],\"st_active_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_active_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_active_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_portfolio_gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53d5fad0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"357fa5d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f7e182\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Council Members\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"title_color\":\"#000000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fa61b7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4bf9c7e1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61dd1b69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a0cfb2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/senior-traveler-SULUF4P.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"72ea4b1c\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Jerry Howell\",\"sg_icon_description\":\"Mayor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"325b8c27\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"578176dc\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-professional-8T7X45D.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"4c1e9f17\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Elysia Molloy\",\"sg_icon_description\":\"Health Director\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"21b46856\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28fc1165\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/working-on-travel-AHE6QFC-1.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"15bd9ed7\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Dollie Brennan\",\"sg_icon_description\":\"City Auditor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(320,79,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(321,79,'_wp_page_template','elementor_header_footer'),(322,79,'envato_tk_source_kit','6'),(323,79,'envato_tk_source_index','2'),(324,82,'_elementor_source_image_hash','d0855ca94c20fa32e63f270b5c55ed48a09d6edf'),(325,84,'_wp_attached_file','2023/08/music.jpg'),(326,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:17:\"2023/08/music.jpg\";s:8:\"filesize\";i:225083;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"music-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12062;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"music-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58516;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"music-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7281;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"music-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38674;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"music-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(327,84,'_elementor_source_image_hash','0332498d6f3551d71f8a9e569755de7c63c03c60'),(328,85,'_wp_attached_file','2023/08/serious-speaker-2BEQX5R.jpg'),(329,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:820;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2023/08/serious-speaker-2BEQX5R.jpg\";s:8:\"filesize\";i:143596;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"serious-speaker-2BEQX5R-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16625;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"serious-speaker-2BEQX5R-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7282;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"serious-speaker-2BEQX5R-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113563;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(330,85,'_elementor_source_image_hash','a47d5f5d697c84ab24e355ac31177deb601d942e'),(331,86,'_elementor_edit_mode','builder'),(332,86,'_elementor_template_type','section'),(333,86,'_elementor_version','3.15.3');
INSERT INTO `wp_postmeta` VALUES (334,86,'_elementor_data','[{\"id\":\"4875cd78\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69999999999999996,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"380\",\"right\":\"0\",\"bottom\":\"280\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_slideshow_gallery\":[{\"id\":\"11\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-K5CP4PZ.jpg\"},{\"id\":\"12\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/washington-usa-state-capitol-building-FWT6RXB.jpg\"},{\"id\":\"15\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\"},{\"id\":\"17\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-3BGTJWR.jpg\"},{\"id\":\"19\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\"}],\"background_slideshow_ken_burns\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"20\",\"bottom\":\"140\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e780819\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35324d01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To The Local Government Portal\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_z_index\":2,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28f9a63e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile\",\"align\":\"center\",\"title_color\":\"#FFFFFF21\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":0,\"unit\":\"%\"},\"_offset_y\":{\"size\":-26,\"unit\":\"%\"},\"_offset_x_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-2,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-12.375,\"unit\":\"px\"},\"_z_index\":0,\"header_size\":\"span\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4b9b8b6\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"785ebde2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 \",\"align\":\"center\",\"text_color\":\"#D7D7D7\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ee4ee60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f81a843\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16240df5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"14a156c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fc8799d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Events\",\"align\":\"left\",\"background_color\":\"#61CE7000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25260773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8989843\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e7bdacc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6dbc0b75\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"align_tablet\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11ed4b7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Major Voice Of City Government\",\"align\":\"left\",\"title_color\":\"#1C1B1F\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_z_index\":1,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79807017\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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.\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cd7a05e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"757b69fe\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse \",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quis nostrud exercitation ullamco laboris nisi minim veniam\",\"_id\":\"d8d86d3\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nostrum exercitationem ullam corporis suscipit laboriosam\",\"_id\":\"f493d42\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#7A7A7A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27a8ddc5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"14\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/signature-5QEGBV.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ae3ce0\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Jerry Howell\",\"sg_title_focused\":\"\",\"sg_title_html_tag\":\"h3\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"Mayor\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"st_title_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19cbf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"background_image\":{\"id\":\"16\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/walking-to-conference-hall.jpg\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"228df448\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":279,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37030556\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d20955\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":52,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4636e445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Government Services & Information\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"678c175e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":48,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a48ea62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"409af5d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.332999999999998,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e06e8a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae72ecd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dbd02b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a2797d5\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-graduation-hat-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Education Institute\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"5e5cf136\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3238430b\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Justice and Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"4492b818\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6398df09\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-medicine-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Health and Welfare\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17e7ad61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"640a2635\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"675fb13e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Transportation\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"381a2502\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c047d22\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-video-camera-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Entertainment\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"65c5e28d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"451a62c5\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-car-2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Trafic & Parking\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c8797b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5924311a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.058999999999997,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=a043b2f\"},\"background_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/austrian-parliament-building.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-61\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5fe67e29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":35,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16253936\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2478c7b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":60,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#181B2A\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42e06a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Helplines & Emergency Services\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fa6e686\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#C9C9C9\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b5b78bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"(+021) 157 489\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"__globals__\":{\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d19a176\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4f436e89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.941000000000003,\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.070000000000000007,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"120\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#0D0F1A\",\"_inline_size_tablet\":100,\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-58,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ca89c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Departments\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e75b962\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 xercitation ullamco laboris nisi ut aliquip ex ea commodo\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#C9C9C9\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11e4a9f2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22fc5457\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5624373e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Business & Industry\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"4655ad7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ed71003\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Finance & Economy\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"649bd4e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13c47c03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bab81e8\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Agriculture & Food\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"5191d1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ba90a1d\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Constution & Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c064def\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Departement\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8efaa7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_image\":{\"id\":\"42\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/asset-fixn.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3807dab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44f2819e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events and Activities\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ee97b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2d864c3b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6810f013\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66e052bb\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"08\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"July 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"285bddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a2aa70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/people-at-festival-of-colors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5bdeb5ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42c83599\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Colour Run\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0f9a7d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 15.00 P.M. - Till Drop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 08 July 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb2e193\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79318588\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"25e2223b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6439abcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"345e5a4f\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"28\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Aug 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"64710c50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26081705\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3a4a7e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"490ed87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Violence Against Women\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b761faa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Sunset Road No.815\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 10.00 A.M. - 13.00 PA.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 28 August 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Welfare\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"447bb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ccf7c2a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c5b0bf0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"614920f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b6d898f\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"12\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Sept 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"913532e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fdd965d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1fd0d81a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"510a8dc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sport Games for Children\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42f5319b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 08.00 A.M. - 15.00 P.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 12 September 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Sports\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1f8d25f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c6c6486\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44502bf5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1fb64ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21d24415\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a628b32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28d9a9f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore City Highlights\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ef17aa2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"101f57e7\",\"elType\":\"widget\",\"settings\":{\"sg_gallery_list\":[{\"sg_gallery_list_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"_id\":\"ddcac74\",\"sg_gallery_list_title\":\"Capital Building\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"},{\"sg_gallery_list_image\":{\"id\":\"48\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/museum-in-paris-XCNGQ8A.jpg\"},\"_id\":\"951a4aa\",\"sg_gallery_list_title\":\"Ethology Museum\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"},{\"sg_gallery_list_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/beautiful-summer-AA8J2ML.jpg\"},\"_id\":\"d9083d2\",\"sg_gallery_list_title\":\"Central Park\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\",\"sg_gallery_list_current\":0},{\"sg_gallery_list_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-PAWGZQP.jpg\"},\"_id\":\"309678f\",\"sg_gallery_list_title\":\"Cityvile State\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"yes\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"}],\"sg_gallery_image_size_imagesize_size\":\"full\",\"sg_setting_title_tag\":\"h3\",\"sg_setting_more_enable\":\"\",\"st_container_background_background_background\":\"classic\",\"st_title_title_color_responsive\":\"#000000\",\"__globals__\":{\"st_title_hover_title_color_responsive\":\"\",\"st_title_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"sg_setting_column_responsive_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_background_background_background\":\"classic\",\"st_title_background_background_color\":\"#181B2A\",\"sg_setting_column_responsive\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"st_container_padding_responsive\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"st_title_hover_title_color_responsive\":\"#FFFFFF\",\"sg_setting_column_responsive_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_more_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_normal_background_background_slideshow_gallery\":[],\"st_more_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_hover_background_background_slideshow_gallery\":[],\"st_active_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_active_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_active_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_portfolio_gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40e42a17\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b2d660a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e82ce50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Council Members\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"title_color\":\"#000000\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14c3a72c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6764016\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5725eee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d97e9ad\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/senior-traveler-SULUF4P.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"1ce65772\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Jerry Howell\",\"sg_icon_description\":\"Mayor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"5cc9c45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"738a1be8\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-professional-8T7X45D.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"5abe34e0\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Elysia Molloy\",\"sg_icon_description\":\"Health Director\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"706e12bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25f609d7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/working-on-travel-AHE6QFC-1.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"440b11c8\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Dollie Brennan\",\"sg_icon_description\":\"City Auditor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a2aaad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/formalwear-64AJGCM.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"180\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"140\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ee36795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22136331\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Overview Services & Top Requests\\n\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13176a80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6001b23c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"793987c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"320c1c06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ce63a6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36d0a1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f3eb754\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"679fd00e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"120a7f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b554f12\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6df83b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"602c9a37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Documents & Notices\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10b58942\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Facility Use Application\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"5f7b486b\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"2d6f36a3\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Civil Exams Applications\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c758b4a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51fc9b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"759c0de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1335956f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"350469f4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d0790f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e6acc4f\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"full\",\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_enable\":\"\",\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_enable\":\"\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"__globals__\":{\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_title_normal_color_responsive\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_category_color_responsive\":\"globals\\/colors?id=text\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=text\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_readmore_normal_color_responsive\":\"\",\"st_readmore_hover_color_responsive\":\"\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"st_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_post_item_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_category_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_readmore_normal_background_background_color\":\"#02010100\",\"st_meta_bottom_alignment_responsive\":\"flex-start\",\"st_post_item_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"sg_content_title_html_tag\":\"h4\",\"st_category_color_responsive\":\"#7A7A7A\",\"st_readmore_normal_color_responsive\":\"#EF0A0A\",\"st_thumbnail_container_background_background_background\":\"classic\",\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_excerpt_color_responsive\":\"#7A7A7A\",\"sg_content_excerpt_length\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_category_position\":\"\",\"st_title_hover_color_responsive\":\"#EF0A0A\",\"st_nocontent_text\":\"No Content Available\",\"st_thumbnail_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_excerpt_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Heebo\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"400\",\"st_title_normal_color_responsive\":\"#000000\",\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Heebo\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Inter\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_thumbnail_container_height_responsive_tablet\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"st_thumbnail_container_height_responsive_mobile\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"sg_content_readmore_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(335,87,'_elementor_edit_mode','builder'),(336,87,'_elementor_template_type','section'),(337,87,'_elementor_version','3.15.3'),(338,87,'_elementor_data','[{\"id\":\"4875cd78\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69999999999999996,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"380\",\"right\":\"0\",\"bottom\":\"280\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_slideshow_gallery\":[{\"id\":\"11\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-K5CP4PZ.jpg\"},{\"id\":\"12\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/washington-usa-state-capitol-building-FWT6RXB.jpg\"},{\"id\":\"15\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\"},{\"id\":\"17\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-3BGTJWR.jpg\"},{\"id\":\"19\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\"}],\"background_slideshow_ken_burns\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"20\",\"bottom\":\"140\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e780819\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35324d01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To The Local Government Portal\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_z_index\":2,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28f9a63e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile\",\"align\":\"center\",\"title_color\":\"#FFFFFF21\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":0,\"unit\":\"%\"},\"_offset_y\":{\"size\":-26,\"unit\":\"%\"},\"_offset_x_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-2,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-12.375,\"unit\":\"px\"},\"_z_index\":0,\"header_size\":\"span\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4b9b8b6\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"785ebde2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 \",\"align\":\"center\",\"text_color\":\"#D7D7D7\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ee4ee60\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f81a843\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16240df5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"14a156c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fc8799d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Events\",\"align\":\"left\",\"background_color\":\"#61CE7000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25260773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8989843\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e7bdacc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6dbc0b75\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"align_tablet\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11ed4b7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Major Voice Of City Government\",\"align\":\"left\",\"title_color\":\"#1C1B1F\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_z_index\":1,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79807017\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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.\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cd7a05e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"757b69fe\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse \",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quis nostrud exercitation ullamco laboris nisi minim veniam\",\"_id\":\"d8d86d3\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nostrum exercitationem ullam corporis suscipit laboriosam\",\"_id\":\"f493d42\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#7A7A7A\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27a8ddc5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"14\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/signature-5QEGBV.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ae3ce0\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Jerry Howell\",\"sg_title_focused\":\"\",\"sg_title_html_tag\":\"h3\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"Mayor\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"st_title_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19cbf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"background_image\":{\"id\":\"16\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/walking-to-conference-hall.jpg\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"228df448\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":279,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37030556\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d20955\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":52,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4636e445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Government Services & Information\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"678c175e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":48,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a48ea62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"409af5d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.332999999999998,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e06e8a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae72ecd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dbd02b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a2797d5\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-graduation-hat-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Education Institute\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"5e5cf136\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3238430b\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Justice and Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"4492b818\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6398df09\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-medicine-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Health and Welfare\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17e7ad61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"640a2635\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"675fb13e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Transportation\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"381a2502\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c047d22\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-video-camera-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Entertainment\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"65c5e28d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"451a62c5\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-car-2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Trafic & Parking\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c8797b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5924311a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.058999999999997,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=a043b2f\"},\"background_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/austrian-parliament-building.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-61\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5fe67e29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":35,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16253936\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2478c7b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":60,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#181B2A\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42e06a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Helplines & Emergency Services\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fa6e686\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#C9C9C9\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b5b78bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"(+021) 157 489\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"__globals__\":{\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d19a176\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4f436e89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.941000000000003,\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.070000000000000007,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"120\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#0D0F1A\",\"_inline_size_tablet\":100,\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-58,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ca89c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Departments\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e75b962\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 xercitation ullamco laboris nisi ut aliquip ex ea commodo\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#C9C9C9\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11e4a9f2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22fc5457\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5624373e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Business & Industry\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"4655ad7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ed71003\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Finance & Economy\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"649bd4e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13c47c03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bab81e8\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Agriculture & Food\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"5191d1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ba90a1d\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Constution & Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c064def\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Departement\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8efaa7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_image\":{\"id\":\"42\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/asset-fixn.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3807dab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44f2819e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events and Activities\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ee97b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2d864c3b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6810f013\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66e052bb\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"08\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"July 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"285bddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a2aa70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/people-at-festival-of-colors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5bdeb5ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42c83599\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Colour Run\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0f9a7d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 15.00 P.M. - Till Drop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 08 July 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb2e193\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79318588\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"25e2223b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6439abcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"345e5a4f\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"28\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Aug 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"64710c50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26081705\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3a4a7e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"490ed87b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Violence Against Women\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b761faa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Sunset Road No.815\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 10.00 A.M. - 13.00 PA.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 28 August 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Welfare\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"447bb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ccf7c2a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c5b0bf0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"614920f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b6d898f\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"12\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Sept 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"913532e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fdd965d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1fd0d81a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"510a8dc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sport Games for Children\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42f5319b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 08.00 A.M. - 15.00 P.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 12 September 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Sports\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1f8d25f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c6c6486\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44502bf5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1fb64ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21d24415\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a628b32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28d9a9f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore City Highlights\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ef17aa2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"101f57e7\",\"elType\":\"widget\",\"settings\":{\"sg_gallery_list\":[{\"sg_gallery_list_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"_id\":\"ddcac74\",\"sg_gallery_list_title\":\"Capital Building\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"},{\"sg_gallery_list_image\":{\"id\":\"48\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/museum-in-paris-XCNGQ8A.jpg\"},\"_id\":\"951a4aa\",\"sg_gallery_list_title\":\"Ethology Museum\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"},{\"sg_gallery_list_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/beautiful-summer-AA8J2ML.jpg\"},\"_id\":\"d9083d2\",\"sg_gallery_list_title\":\"Central Park\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\",\"sg_gallery_list_current\":0},{\"sg_gallery_list_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-PAWGZQP.jpg\"},\"_id\":\"309678f\",\"sg_gallery_list_title\":\"Cityvile State\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"yes\",\"sg_gallery_list_more_link\":{\"url\":\"\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_gallery_list_more_icon_position\":\"after\"}],\"sg_gallery_image_size_imagesize_size\":\"full\",\"sg_setting_title_tag\":\"h3\",\"sg_setting_more_enable\":\"\",\"st_container_background_background_background\":\"classic\",\"st_title_title_color_responsive\":\"#000000\",\"__globals__\":{\"st_title_hover_title_color_responsive\":\"\",\"st_title_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"sg_setting_column_responsive_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_background_background_background\":\"classic\",\"st_title_background_background_color\":\"#181B2A\",\"sg_setting_column_responsive\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"st_container_padding_responsive\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"st_title_hover_title_color_responsive\":\"#FFFFFF\",\"sg_setting_column_responsive_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_more_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_normal_background_background_slideshow_gallery\":[],\"st_more_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_more_hover_background_background_slideshow_gallery\":[],\"st_active_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_active_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_active_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_portfolio_gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40e42a17\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b2d660a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e82ce50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Council Members\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"title_color\":\"#000000\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14c3a72c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6764016\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5725eee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d97e9ad\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/senior-traveler-SULUF4P.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"1ce65772\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Jerry Howell\",\"sg_icon_description\":\"Mayor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"5cc9c45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"738a1be8\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-professional-8T7X45D.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"5abe34e0\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Elysia Molloy\",\"sg_icon_description\":\"Health Director\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"706e12bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25f609d7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/working-on-travel-AHE6QFC-1.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"440b11c8\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Dollie Brennan\",\"sg_icon_description\":\"City Auditor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8a2aaad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/formalwear-64AJGCM.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"180\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"140\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ee36795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22136331\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Overview Services & Top Requests\\n\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13176a80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6001b23c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"793987c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"320c1c06\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ce63a6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36d0a1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f3eb754\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"679fd00e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"120a7f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b554f12\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6df83b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"602c9a37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Documents & Notices\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10b58942\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Facility Use Application\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"5f7b486b\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"2d6f36a3\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Civil Exams Applications\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c758b4a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51fc9b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"759c0de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1335956f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"350469f4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d0790f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e6acc4f\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"full\",\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_enable\":\"\",\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_enable\":\"\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"__globals__\":{\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_title_normal_color_responsive\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_category_color_responsive\":\"globals\\/colors?id=text\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=text\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_readmore_normal_color_responsive\":\"\",\"st_readmore_hover_color_responsive\":\"\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"st_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_post_item_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_category_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_readmore_normal_background_background_color\":\"#02010100\",\"st_meta_bottom_alignment_responsive\":\"flex-start\",\"st_post_item_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"sg_content_title_html_tag\":\"h4\",\"st_category_color_responsive\":\"#7A7A7A\",\"st_readmore_normal_color_responsive\":\"#EF0A0A\",\"st_thumbnail_container_background_background_background\":\"classic\",\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_excerpt_color_responsive\":\"#7A7A7A\",\"sg_content_excerpt_length\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_category_position\":\"\",\"st_title_hover_color_responsive\":\"#EF0A0A\",\"st_nocontent_text\":\"No Content Available\",\"st_thumbnail_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_excerpt_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Heebo\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"400\",\"st_title_normal_color_responsive\":\"#000000\",\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Heebo\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Inter\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_thumbnail_container_height_responsive_tablet\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"st_thumbnail_container_height_responsive_mobile\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"sg_content_readmore_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(339,88,'_wp_attached_file','2023/08/confident-businessman-QWVC4G6.jpg'),(340,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:820;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2023/08/confident-businessman-QWVC4G6.jpg\";s:8:\"filesize\";i:103870;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"confident-businessman-QWVC4G6-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15655;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"confident-businessman-QWVC4G6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"confident-businessman-QWVC4G6-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(341,86,'_elementor_page_assets','a:1:{s:6:\"styles\";a:28:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";}}'),(342,86,'_wp_page_template','elementor_header_footer'),(343,86,'envato_tk_source_kit','6'),(344,86,'envato_tk_source_index','1'),(345,88,'_elementor_source_image_hash','340a7affbc18dad4b4a3f0e6a1a97b2050b89f78'),(346,89,'_elementor_edit_mode','builder'),(347,89,'_elementor_template_type','page'),(348,89,'_elementor_version','3.15.3'),(349,89,'_elementor_data','[{\"id\":\"2baf701a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"56\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/musical-event.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b47d8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"406ebba3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a21ed9f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Event\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9258ac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_image\":{\"id\":\"42\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/asset-fixn.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"95cfbff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ef870b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events and Activities\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ddb159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a00c0de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"520bb15c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61f30101\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"08\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"July 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"7089d642\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5525cf2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/people-at-festival-of-colors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"60d862b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ad67c32\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Colour Run\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d6775e8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 15.00 P.M. - Till Drop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 08 July 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3b9a6831\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76c6a291\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"78612b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"571b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6204bbd\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"28\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Aug 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"4ea16f87\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51545cd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"74169966\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40dab06c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Violence Against Women\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"552877c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Sunset Road No.815\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 10.00 A.M. - 13.00 PA.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 28 August 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Welfare\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f4ff7aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"172e9440\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"796bcd1d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37dc2e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1bdeaeaf\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"12\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Sept 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"2bf54c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45021886\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4bdf8fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76d32dd1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sport Games for Children\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a5a3999\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 08.00 A.M. - 15.00 P.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 12 September 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Sports\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"30e66be3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17ed75b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4f58ec18\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"dcb41a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1964ff91\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"24\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Oct 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"c41808e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"781c8df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/music.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"328f0de2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28bc5f67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Music Festival\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11397447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Uluwatu, Ungasan\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 17.00 P.M. - 02.00 A.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 24 October 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b972a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e584525\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2689663f\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color\":\"#141724\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.059999999999999998,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dc14a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5584e126\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e5a18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d6ddcd6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"span\",\"sg_icon_choose\":{\"value\":\"jki jki-medal\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"192\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Foundation\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"597e21fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"803e79a\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-team1-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20K\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"People In The City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"7cbf9414\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a87c7fb\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-badge\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"452\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Successful Programs\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"1f268fa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39a61ecd\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-apartment-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"115\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Square Of City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3699aa9d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-5\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59a220a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-200\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ecc2e32\",\"elType\":\"widget\",\"settings\":{\"sg_layout_testimonial_choose\":\"style-2\",\"sg_testimonials_image_size_imagesize_size\":\"medium\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"31\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-Q8JDNBT.png\"},\"_id\":\"6e9b2e1\",\"sg_testimonials_list_client_name\":\"Corbin Mosley\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"39\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-N8572T7.jpg\"},\"sg_testimonials_list_client_name\":\"Denny Whelan\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"d069a43\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"46\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-A8E2W8S.jpg\"},\"sg_testimonials_list_client_name\":\"Sarah O\'Reilly\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"1c4a96f\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"54\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-83S5W35.jpg\"},\"sg_testimonials_list_client_name\":\"Kitty Velazquez\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"2229ddb\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_client_designation_normal_color_responsive\":\"#7A7A7A\",\"__globals__\":{\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=83c99e0\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=text\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=accent\"},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_wrapper_fix_height\":\"\",\"sg_setting_autoplay\":\"yes\",\"sg_setting_autoplay_pause\":\"\",\"sg_setting_arrow\":\"\",\"sg_setting_arrow_position\":\"middle-edge\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sg_setting_quote_icon\":{\"value\":\"jki jki-quote-light\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_layout_background_background_background\":\"classic\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":276,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_background_background_color\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_layout_border_border_border\":\"solid\",\"st_layout_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_layout_border_border_color\":\"#EAEAEA\",\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_full\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_half\":{\"value\":\"fas fa-star-half\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"171c1437\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56435df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fe3973c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Question\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ad3d776\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f1a7b9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c345a51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ef49fe9\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"3ce0ed0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d36f6ba\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(350,90,'_elementor_edit_mode','builder'),(351,90,'_elementor_template_type','page'),(352,90,'_elementor_version','3.15.3');
INSERT INTO `wp_postmeta` VALUES (353,90,'_elementor_data','[{\"id\":\"7e7f86bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/formalwear-64AJGCM.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"199d526d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b58df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b4c34ce\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Team\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a70cd86\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d75b5b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54e89136\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Council Members\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"title_color\":\"#000000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dfde35f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4740939e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58a9da51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17762b4d\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/senior-traveler-SULUF4P.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"41a99e08\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Jerry Howell\",\"sg_icon_description\":\"Mayor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"348c0740\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38b98433\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-professional-8T7X45D.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"5ecc98a9\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Elysia Molloy\",\"sg_icon_description\":\"Health Director\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"378d6224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1201ce1c\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/working-on-travel-AHE6QFC-1.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7debe830\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Dollie Brennan\",\"sg_icon_description\":\"City Auditor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c9d51b9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e67548e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f74fb5c\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"82\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/business-agent-LTX7Y7U.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"18864eed\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Arham Bradley\",\"sg_icon_description\":\"Town Clerk\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"6f4fc60e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"743daf85\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"85\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/serious-speaker-2BEQX5R.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"13df303e\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Trystan Hume\",\"sg_icon_description\":\"Councilor, District 1\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"1dbd8d0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4372946d\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"88\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-businessman-QWVC4G6.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"f71114f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Donte Anthony\",\"sg_icon_description\":\"Councilor, District 2\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a521fca\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46fbf4d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.058999999999997,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=a043b2f\"},\"background_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/austrian-parliament-building.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-61\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bc20cd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":35,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a627a8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4793a40c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":60,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#181B2A\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65c24bee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Helplines & Emergency Services\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56e63cb2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#C9C9C9\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f9c20e5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"(+021) 157 489\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"__globals__\":{\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6263b5b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"35ba3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.941000000000003,\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.070000000000000007,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"120\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#0D0F1A\",\"_inline_size_tablet\":100,\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-58,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6550cb90\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Departments\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20c6484d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 xercitation ullamco laboris nisi ut aliquip ex ea commodo\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#C9C9C9\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e862a03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"329ca6f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77413cec\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Business & Industry\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"3efdc3d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13cdb345\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Finance & Economy\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3396bcd8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"612ed8df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4928b19d\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Agriculture & Food\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"3b7b6f36\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6823004f\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Constution & Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"40a1d805\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Departement\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"281748dd\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69e839b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d6035e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36087117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b94ab35\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1eba36d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13624833\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"full\",\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_enable\":\"\",\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_enable\":\"\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"__globals__\":{\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_title_normal_color_responsive\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_category_color_responsive\":\"globals\\/colors?id=text\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=text\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_readmore_normal_color_responsive\":\"\",\"st_readmore_hover_color_responsive\":\"\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"st_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_post_item_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_category_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_readmore_normal_background_background_color\":\"#02010100\",\"st_meta_bottom_alignment_responsive\":\"flex-start\",\"st_post_item_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"sg_content_title_html_tag\":\"h4\",\"st_category_color_responsive\":\"#7A7A7A\",\"st_readmore_normal_color_responsive\":\"#EF0A0A\",\"st_thumbnail_container_background_background_background\":\"classic\",\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_excerpt_color_responsive\":\"#7A7A7A\",\"sg_content_excerpt_length\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_category_position\":\"\",\"st_title_hover_color_responsive\":\"#EF0A0A\",\"st_nocontent_text\":\"No Content Available\",\"st_thumbnail_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_excerpt_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Heebo\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"400\",\"st_title_normal_color_responsive\":\"#000000\",\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Heebo\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Inter\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_thumbnail_container_height_responsive_tablet\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"st_thumbnail_container_height_responsive_mobile\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"sg_content_readmore_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(354,91,'_elementor_edit_mode','builder'),(355,91,'_elementor_template_type','page'),(356,91,'_elementor_version','3.15.3'),(357,91,'_elementor_data','[{\"id\":\"2baf701a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"56\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/musical-event.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b47d8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"406ebba3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a21ed9f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Event\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9258ac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_image\":{\"id\":\"42\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/asset-fixn.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"95cfbff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ef870b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events and Activities\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ddb159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a00c0de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"520bb15c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61f30101\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"08\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"July 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"7089d642\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5525cf2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/people-at-festival-of-colors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"60d862b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ad67c32\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Colour Run\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d6775e8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 15.00 P.M. - Till Drop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 08 July 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3b9a6831\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76c6a291\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"78612b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"571b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6204bbd\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"28\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Aug 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"4ea16f87\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51545cd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"74169966\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40dab06c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Violence Against Women\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"552877c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Sunset Road No.815\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 10.00 A.M. - 13.00 PA.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 28 August 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Welfare\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f4ff7aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"172e9440\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"796bcd1d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37dc2e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1bdeaeaf\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"12\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Sept 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"2bf54c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45021886\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4bdf8fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76d32dd1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sport Games for Children\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a5a3999\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 08.00 A.M. - 15.00 P.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 12 September 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Sports\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"30e66be3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17ed75b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4f58ec18\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"dcb41a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1964ff91\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"24\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Oct 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"c41808e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"781c8df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/music.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"328f0de2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28bc5f67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Music Festival\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11397447\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Uluwatu, Ungasan\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Time : 17.00 P.M. - 02.00 A.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Date : 24 October 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b972a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e584525\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2689663f\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_color\":\"#141724\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.059999999999999998,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dc14a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5584e126\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e5a18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d6ddcd6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"span\",\"sg_icon_choose\":{\"value\":\"jki jki-medal\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"192\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Foundation\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"597e21fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"803e79a\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-team1-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20K\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"People In The City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"7cbf9414\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a87c7fb\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-badge\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"452\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Successful Programs\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true},{\"id\":\"1f268fa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39a61ecd\",\"elType\":\"widget\",\"settings\":{\"sg_setting_html_tag\":\"h5\",\"sg_icon_choose\":{\"value\":\"jki jki-apartment-light\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"115\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Square Of City\",\"sg_setting_enable_super\":\"\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"st_content_number_color_responsive\":\"\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_icon_color_responsive\":\"globals\\/colors?id=secondary\",\"st_super_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_alignment_responsive_tablet\":\"center\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_super_color_responsive\":\"#FCBC45\",\"st_icon_color_responsive\":\"#F82C2C\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3699aa9d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-5\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59a220a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-200\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-150\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ecc2e32\",\"elType\":\"widget\",\"settings\":{\"sg_layout_testimonial_choose\":\"style-2\",\"sg_testimonials_image_size_imagesize_size\":\"medium\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"31\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-Q8JDNBT.png\"},\"_id\":\"6e9b2e1\",\"sg_testimonials_list_client_name\":\"Corbin Mosley\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"39\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-N8572T7.jpg\"},\"sg_testimonials_list_client_name\":\"Denny Whelan\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"d069a43\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"46\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-A8E2W8S.jpg\"},\"sg_testimonials_list_client_name\":\"Sarah O\'Reilly\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"1c4a96f\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"54\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/testimonial-83S5W35.jpg\"},\"sg_testimonials_list_client_name\":\"Kitty Velazquez\",\"sg_testimonials_list_designation\":\"Citizen\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"sg_testimonials_list_background_background_background\":\"classic\",\"_id\":\"2229ddb\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_client_designation_normal_color_responsive\":\"#7A7A7A\",\"__globals__\":{\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=83c99e0\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=text\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=accent\"},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_wrapper_fix_height\":\"\",\"sg_setting_autoplay\":\"yes\",\"sg_setting_autoplay_pause\":\"\",\"sg_setting_arrow\":\"\",\"sg_setting_arrow_position\":\"middle-edge\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sg_setting_quote_icon\":{\"value\":\"jki jki-quote-light\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_layout_background_background_background\":\"classic\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":276,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_background_background_color\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_layout_border_border_border\":\"solid\",\"st_layout_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_layout_border_border_color\":\"#EAEAEA\",\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_full\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"sg_setting_rating_icon_half\":{\"value\":\"fas fa-star-half\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"171c1437\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56435df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fe3973c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Question\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ad3d776\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f1a7b9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c345a51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ef49fe9\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"3ce0ed0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d36f6ba\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Complaint about road parking?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"8fab880\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Make a complaint about specific incidents?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"c8565b5\",\"sg_accordion_list_open\":\"\"},{\"sg_accordion_list_title\":\"How can i get property tax bill online?\",\"sg_accordion_list_content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\",\"_id\":\"34c3ab0\",\"sg_accordion_list_open\":\"yes\"}],\"sg_accordion_open\":\"\",\"st_title_open_color_responsive\":\"#FFFFFF\",\"st_title_open_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"sg_accordion_style\":\"shadow\",\"st_title_open_background_background_background\":\"classic\",\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_open_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_close_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_title_close_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_description_background_background_background\":\"classic\",\"st_border_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"__globals__\":{\"st_title_open_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_open_color_responsive\":\"\",\"st_icon_close_color_responsive\":\"globals\\/colors?id=secondary\",\"st_title_close_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_title_open_background_background_color\":\"#FF5722\",\"st_title_close_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"st_icon_open_color_responsive\":\"#FFFFFF\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_title_open_border_border_color\":\"#AD2E2E\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"st_title_close_border_border_color\":\"#EAEAEA\",\"st_border_border_border_border\":\"solid\",\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_border_border_border_color\":\"#EAEAEA\",\"sg_icon_right\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_right_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"sg_icon_left\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(358,89,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(359,89,'_wp_page_template','elementor_header_footer'),(360,89,'envato_tk_source_kit','6'),(361,89,'envato_tk_source_index','7'),(362,92,'_elementor_edit_mode','builder'),(363,92,'_elementor_template_type','page'),(364,92,'_elementor_version','3.15.3'),(365,92,'_elementor_data','[{\"id\":\"7e7f86bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/formalwear-64AJGCM.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#121212\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.80000000000000004,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_slideshow_ken_burns\":\"yes\",\"background_position_mobile\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"10\",\"bottom\":\"130\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"199d526d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b58df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b4c34ce\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ac8ad2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Team\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"2fc7b79\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a70cd86\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d75b5b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54e89136\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Council Members\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"title_color\":\"#000000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dfde35f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4740939e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58a9da51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17762b4d\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/senior-traveler-SULUF4P.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"41a99e08\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Jerry Howell\",\"sg_icon_description\":\"Mayor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"348c0740\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38b98433\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-professional-8T7X45D.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"5ecc98a9\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Elysia Molloy\",\"sg_icon_description\":\"Health Director\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"378d6224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1201ce1c\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/working-on-travel-AHE6QFC-1.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7debe830\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Dollie Brennan\",\"sg_icon_description\":\"City Auditor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c9d51b9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e67548e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f74fb5c\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"82\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/business-agent-LTX7Y7U.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"18864eed\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Arham Bradley\",\"sg_icon_description\":\"Town Clerk\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"6f4fc60e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"743daf85\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"85\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/serious-speaker-2BEQX5R.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"13df303e\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Trystan Hume\",\"sg_icon_description\":\"Councilor, District 1\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"1dbd8d0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4372946d\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"88\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-businessman-QWVC4G6.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"f71114f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Donte Anthony\",\"sg_icon_description\":\"Councilor, District 2\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a521fca\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46fbf4d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.058999999999997,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=a043b2f\"},\"background_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/austrian-parliament-building.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-61\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bc20cd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":35,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2a627a8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4793a40c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":60,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#181B2A\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65c24bee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Helplines & Emergency Services\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56e63cb2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#C9C9C9\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f9c20e5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"(+021) 157 489\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"__globals__\":{\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6263b5b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"35ba3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.941000000000003,\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.070000000000000007,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"120\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#0D0F1A\",\"_inline_size_tablet\":100,\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-58,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6550cb90\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Departments\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20c6484d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 xercitation ullamco laboris nisi ut aliquip ex ea commodo\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#C9C9C9\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e862a03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"329ca6f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77413cec\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Business & Industry\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"3efdc3d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13cdb345\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Finance & Economy\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3396bcd8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"612ed8df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4928b19d\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Agriculture & Food\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"3b7b6f36\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6823004f\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Constution & Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"40a1d805\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Departement\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"281748dd\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69e839b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d6035e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36087117\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b94ab35\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1eba36d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13624833\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"full\",\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_enable\":\"\",\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_enable\":\"\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"__globals__\":{\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_title_normal_color_responsive\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_category_color_responsive\":\"globals\\/colors?id=text\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=text\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_readmore_normal_color_responsive\":\"\",\"st_readmore_hover_color_responsive\":\"\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"st_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_post_item_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_category_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_readmore_normal_background_background_color\":\"#02010100\",\"st_meta_bottom_alignment_responsive\":\"flex-start\",\"st_post_item_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"sg_content_title_html_tag\":\"h4\",\"st_category_color_responsive\":\"#7A7A7A\",\"st_readmore_normal_color_responsive\":\"#EF0A0A\",\"st_thumbnail_container_background_background_background\":\"classic\",\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_excerpt_color_responsive\":\"#7A7A7A\",\"sg_content_excerpt_length\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_category_position\":\"\",\"st_title_hover_color_responsive\":\"#EF0A0A\",\"st_nocontent_text\":\"No Content Available\",\"st_thumbnail_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_excerpt_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Heebo\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"400\",\"st_title_normal_color_responsive\":\"#000000\",\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Heebo\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Inter\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_thumbnail_container_height_responsive_tablet\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"st_thumbnail_container_height_responsive_mobile\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"sg_content_readmore_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_content_meta_date_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(366,90,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(367,90,'_wp_page_template','elementor_header_footer'),(368,90,'envato_tk_source_kit','6'),(369,90,'envato_tk_source_index','6'),(370,93,'_edit_last','1'),(371,93,'_edit_lock','1693321044:1'),(372,93,'_wp_page_template','elementor_canvas'),(373,93,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(374,93,'ehf_target_exclude_locations','a:0:{}'),(375,93,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(376,93,'ehf_template_type','type_header'),(377,93,'_elementor_edit_mode','builder'),(378,93,'_elementor_template_type','wp-post'),(379,93,'_elementor_version','3.15.3'),(382,93,'ekit_post_views_count','4'),(392,98,'_wp_page_template','elementor_header_footer'),(393,98,'_elementor_edit_mode','builder'),(394,98,'_elementor_template_type','wp-post'),(395,98,'_elementor_version','3.15.3'),(397,99,'_wp_page_template','elementor_header_footer'),(398,99,'_elementor_edit_mode','builder'),(399,99,'_elementor_template_type','wp-post'),(400,99,'_elementor_version','3.15.3'),(402,93,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":126.01600000000001}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332000000000001,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":95.418999999999997}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(403,100,'_wp_page_template','elementor_canvas'),(404,100,'_elementor_edit_mode','builder'),(405,100,'_elementor_template_type','wp-post'),(406,100,'_elementor_version','3.15.3'),(408,100,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(409,93,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(410,101,'_edit_last','1'),(411,101,'_edit_lock','1693303195:1'),(412,101,'_wp_page_template','elementor_canvas'),(413,101,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(414,101,'ehf_target_exclude_locations','a:0:{}'),(415,101,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(416,101,'ehf_template_type','type_footer'),(417,101,'_elementor_edit_mode','builder'),(418,101,'_elementor_template_type','wp-post'),(419,101,'_elementor_version','3.15.3'),(422,101,'ekit_post_views_count','3'),(431,104,'_wp_page_template','elementor_header_footer'),(432,104,'_elementor_edit_mode','builder'),(433,104,'_elementor_template_type','wp-post'),(434,104,'_elementor_version','3.15.3'),(436,105,'_wp_page_template','elementor_header_footer'),(437,105,'_elementor_edit_mode','builder'),(438,105,'_elementor_template_type','wp-post'),(439,105,'_elementor_version','3.15.3'),(441,101,'_elementor_data','[{\"id\":\"55207f55\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=678b721\"},\"background_overlay_position\":\"initial\",\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"72587354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4b52226e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"7a1a505e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.481999999999999,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"765198bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44b2cbbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19dc34f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jl. Sunset Road No.815, Kuta\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1a4fa87\"},{\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"68dd9e2\"},{\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4941ee5\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"48ff9edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.553999999999998,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5006b46f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2639ae2e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7badbdc3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cases\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4839387\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"17c56aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.678000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"544bf41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14e9267\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1a0dc924\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"576c816\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"icon_color\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6c93e02a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.286000000000001,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"8c33a02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newsletter\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b0e9faa\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"561ec617\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"Send\",\"sg_form_button_icon_enable\":\"\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_placeholder_color_responsive\":\"#7A7A7A\",\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"10\",\"bottom\":\"22\",\"left\":\"10\",\"isLinked\":false},\"st_button_width_responsive\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_button_normal_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=text\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_button_normal_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"st_input_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_input_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"st_button_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_width_responsive_tablet\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"st_button_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"st_button_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"st_input_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"},{\"id\":\"7fb3e959\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d13e6aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"d54d883\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"\",\"icon_primary_color\":\"\"},\"align_tablet\":\"left\",\"icon_secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"368ac0db\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#28282B\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"41a896c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1fd9bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"City Government & Municipal Template Kit by Jegtheme\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5fc3cfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"30fbdf3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021. All rights reserved.\\n\",\"align\":\"right\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(442,106,'_wp_page_template','elementor_canvas'),(443,106,'_elementor_edit_mode','builder'),(444,106,'_elementor_template_type','wp-post'),(445,106,'_elementor_version','3.15.3'),(447,106,'_elementor_data','[{\"id\":\"55207f55\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=678b721\"},\"background_overlay_position\":\"initial\",\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"72587354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4b52226e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"7a1a505e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.481999999999999,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"765198bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44b2cbbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19dc34f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jl. Sunset Road No.815, Kuta\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1a4fa87\"},{\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"68dd9e2\"},{\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4941ee5\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"48ff9edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.553999999999998,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5006b46f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2639ae2e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7badbdc3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cases\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4839387\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"17c56aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.678000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"544bf41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14e9267\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1a0dc924\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"576c816\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"icon_color\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6c93e02a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.286000000000001,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"8c33a02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newsletter\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b0e9faa\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"561ec617\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"Send\",\"sg_form_button_icon_enable\":\"\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_placeholder_color_responsive\":\"#7A7A7A\",\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"10\",\"bottom\":\"22\",\"left\":\"10\",\"isLinked\":false},\"st_button_width_responsive\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_button_normal_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=text\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_button_normal_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"st_input_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_input_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"st_button_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_width_responsive_tablet\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"st_button_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"st_button_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"st_input_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"},{\"id\":\"7fb3e959\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d13e6aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"d54d883\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"\",\"icon_primary_color\":\"\"},\"align_tablet\":\"left\",\"icon_secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"368ac0db\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#28282B\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"41a896c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1fd9bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"City Government & Municipal Template Kit by Jegtheme\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5fc3cfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"30fbdf3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021. All rights reserved.\\n\",\"align\":\"right\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(448,101,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(449,107,'_edit_lock','1693291590:1'),(450,107,'_wp_page_template','elementor_header_footer'),(451,107,'_elementor_edit_mode','builder'),(452,107,'_elementor_template_type','wp-page'),(453,107,'_elementor_version','3.15.3'),(461,111,'_wp_page_template','elementor_header_footer'),(462,111,'_elementor_edit_mode','builder'),(463,111,'_elementor_template_type','wp-page'),(464,111,'_elementor_version','3.15.3'),(465,112,'_wp_page_template','elementor_header_footer'),(466,112,'_elementor_edit_mode','builder'),(467,112,'_elementor_template_type','wp-page'),(468,112,'_elementor_version','3.15.3');
INSERT INTO `wp_postmeta` VALUES (469,107,'_elementor_data','[{\"id\":\"310b25dd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69999999999999996,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"380\",\"right\":\"0\",\"bottom\":\"280\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_slideshow_gallery\":[{\"id\":\"11\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-K5CP4PZ.jpg\"},{\"id\":\"12\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/washington-usa-state-capitol-building-FWT6RXB.jpg\"},{\"id\":\"15\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\"},{\"id\":\"17\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-3BGTJWR.jpg\"},{\"id\":\"19\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\"}],\"background_slideshow_ken_burns\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"20\",\"bottom\":\"140\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5738a769\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d8069ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To The Local Government Portal\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"141be4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile\",\"align\":\"center\",\"title_color\":\"#FFFFFF21\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":0,\"unit\":\"%\"},\"_offset_y\":{\"size\":-26,\"unit\":\"%\"},\"_offset_x_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-2,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-12.375,\"unit\":\"px\"},\"_z_index\":0,\"header_size\":\"span\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4b9b8b6\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3696b41b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 \",\"align\":\"center\",\"text_color\":\"#D7D7D7\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"539a04cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"66ac11b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f4ceff0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"464e3e4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19f7115e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Events\",\"align\":\"left\",\"background_color\":\"#61CE7000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"786ab10a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"16894321\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e19dca4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"6f400ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"align_tablet\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4eaabae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Major Voice Of City Government\",\"align\":\"left\",\"title_color\":\"#1C1B1F\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34dd704b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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.\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"506cce8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20619d21\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse \",\"_id\":\"c1c5f59\"},{\"text\":\"Quis nostrud exercitation ullamco laboris nisi minim veniam\",\"_id\":\"d8d86d3\"},{\"text\":\"Nostrum exercitationem ullam corporis suscipit laboriosam\",\"_id\":\"f493d42\"}],\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d3d0c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"14\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/signature-5QEGBV.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e2f6b12\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Jerry Howell\",\"sg_title_focused\":\"\",\"sg_title_html_tag\":\"h3\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"Mayor\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"st_title_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"252f55ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"background_image\":{\"id\":\"16\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/walking-to-conference-hall.jpg\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"55b11d06\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":279,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"280a857f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2b047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":52,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c7764c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Government Services & Information\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3401cec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":48,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"75f22150\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"41033747\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.332999999999998,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"77c2fc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"266cdc67\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4f64472c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f249545\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-graduation-hat-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Education Institute\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"523d6fdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19174b12\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Justice and Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"bed5efb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"760b9d9b\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-medicine-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Health and Welfare\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"307c0a5b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"31f15fdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"262c54f8\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Transportation\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"45c36c7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a37de6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-video-camera-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Entertainment\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"154cdfd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6efff1\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-car-2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Trafic & Parking\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"791d367a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"reverse_order_tablet\":\"reverse-tablet\"},\"elements\":[{\"id\":\"4e143fa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.058999999999997,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=a043b2f\"},\"background_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/austrian-parliament-building.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-61\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31a7eb4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"512b097f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\"},\"elements\":[{\"id\":\"648df844\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":60,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#181B2A\"},\"elements\":[{\"id\":\"3fb9c2c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Helplines & Emergency Services\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=864da1f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"325b0df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#C9C9C9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42edea81\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"(+021) 157 489\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"__globals__\":{\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=8bbd10e\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"244a0a4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e0e54b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.941000000000003,\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.070000000000000007,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"120\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#0D0F1A\",\"_inline_size_tablet\":100,\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-58,\"sizes\":[]}},\"elements\":[{\"id\":\"2bee4a8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Departments\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"672eb1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 xercitation ullamco laboris nisi ut aliquip ex ea commodo\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#C9C9C9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e6043ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\"},\"elements\":[{\"id\":\"29ec21a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"60a8ddda\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Business & Industry\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"7a687c5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4b104328\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Finance & Economy\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"79a76d0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\"},\"elements\":[{\"id\":\"200dd9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"43151d33\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Agriculture & Food\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"20a3d773\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2e5ddee0\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Constution & Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c77ce6b\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Departement\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e5afc1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_image\":{\"id\":\"42\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/asset-fixn.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2cb342d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab4b2f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events and Activities\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"424eb840\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d886c0f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1b9a787\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"422e9311\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"08\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"July 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"2e1878f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5923a5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/people-at-festival-of-colors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3d273fb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"212a55c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Colour Run\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fabf99\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\"},{\"text\":\"Time : 15.00 P.M. - Till Drop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\"},{\"text\":\"Date : 08 July 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\"},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"19831a4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a60f914\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"183fd138\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"130e3b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d342512\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"28\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Aug 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"624ae4b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"244478ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41747804\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e4f63fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Violence Against Women\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4934800c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Sunset Road No.815\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\"},{\"text\":\"Time : 10.00 A.M. - 13.00 PA.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\"},{\"text\":\"Date : 28 August 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\"},{\"text\":\"Category : Welfare\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"15ef6d3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6dc23a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6765ef29\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6fc25e0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"719536bc\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"12\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Sept 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"524847bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"610c6ac7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"780d578c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5773b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sport Games for Children\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9f81b7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\"},{\"text\":\"Time : 08.00 A.M. - 15.00 P.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\"},{\"text\":\"Date : 12 September 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\"},{\"text\":\"Category : Sports\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"17624c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"70fcb40a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d4e5899\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a520127\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"3c7112ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a4d7624\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"150989f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore City Highlights\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24ae14f8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"443405ef\",\"elType\":\"widget\",\"settings\":{\"sg_gallery_list\":[{\"sg_gallery_list_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"_id\":\"ddcac74\",\"sg_gallery_list_title\":\"Capital Building\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\"},{\"sg_gallery_list_image\":{\"id\":\"48\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/museum-in-paris-XCNGQ8A.jpg\"},\"_id\":\"951a4aa\",\"sg_gallery_list_title\":\"Ethology Museum\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\"},{\"sg_gallery_list_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/beautiful-summer-AA8J2ML.jpg\"},\"_id\":\"d9083d2\",\"sg_gallery_list_title\":\"Central Park\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"}},{\"sg_gallery_list_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-PAWGZQP.jpg\"},\"_id\":\"309678f\",\"sg_gallery_list_title\":\"Cityvile State\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"yes\"}],\"sg_gallery_image_size_imagesize_size\":\"full\",\"sg_setting_title_tag\":\"h3\",\"sg_setting_more_enable\":\"\",\"st_container_background_background_background\":\"classic\",\"st_title_title_color_responsive\":\"#000000\",\"__globals__\":{\"st_title_hover_title_color_responsive\":\"\",\"st_title_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"sg_setting_column_responsive_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_background_background_background\":\"classic\",\"st_title_background_background_color\":\"#181B2A\",\"sg_setting_column_responsive\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"st_container_padding_responsive\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"st_title_hover_title_color_responsive\":\"#FFFFFF\",\"sg_setting_column_responsive_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"jkit_portfolio_gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78c55c08\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"536a7454\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"377c7426\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Council Members\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"title_color\":\"#000000\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53c602a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19253cb9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5bb725bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"438d383a\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/senior-traveler-SULUF4P.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"30fa2efb\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Jerry Howell\",\"sg_icon_description\":\"Mayor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"2a41220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"432cf00e\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-professional-8T7X45D.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"1e173056\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Elysia Molloy\",\"sg_icon_description\":\"Health Director\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"686910f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"62fa2615\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/working-on-travel-AHE6QFC-1.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3c94591d\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Dollie Brennan\",\"sg_icon_description\":\"City Auditor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52a81daf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/formalwear-64AJGCM.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"180\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"140\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"bb5ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"287f9eb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Overview Services & Top Requests\\n\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e4d9583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b911ead\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"5c812533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4804c8e0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"b6a3d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a6a392b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6dc6d75c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"52bc4be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"71fed501\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"245e34ca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"26162dfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"df58701\",\"elType\":\"widget\",\"settings\":{\"title\":\"Documents & Notices\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"628494cc\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Facility Use Application\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"1bd1c44e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7c47166f\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Civil Exams Applications\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fe39f6d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"17fde392\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"3743591c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29516eac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ba7b9f6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"41e93e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"57685670\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"full\",\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_enable\":\"\",\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_enable\":\"\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"__globals__\":{\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_title_normal_color_responsive\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_category_color_responsive\":\"globals\\/colors?id=text\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=text\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_readmore_normal_color_responsive\":\"\",\"st_readmore_hover_color_responsive\":\"\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"st_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_post_item_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_category_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_readmore_normal_background_background_color\":\"#02010100\",\"st_meta_bottom_alignment_responsive\":\"flex-start\",\"st_post_item_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"sg_content_title_html_tag\":\"h4\",\"st_category_color_responsive\":\"#7A7A7A\",\"st_readmore_normal_color_responsive\":\"#EF0A0A\",\"st_thumbnail_container_background_background_background\":\"classic\",\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_excerpt_color_responsive\":\"#7A7A7A\",\"sg_content_excerpt_length\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_category_position\":\"\",\"st_title_hover_color_responsive\":\"#EF0A0A\",\"st_nocontent_text\":\"No Content Available\",\"st_thumbnail_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_excerpt_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Heebo\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"400\",\"st_title_normal_color_responsive\":\"#000000\",\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Heebo\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Inter\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_thumbnail_container_height_responsive_tablet\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"st_thumbnail_container_height_responsive_mobile\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(470,113,'_wp_page_template','elementor_header_footer'),(471,113,'_elementor_edit_mode','builder'),(472,113,'_elementor_template_type','wp-page'),(473,113,'_elementor_version','3.15.3'),(474,113,'_elementor_data','[{\"id\":\"310b25dd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.69999999999999996,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"380\",\"right\":\"0\",\"bottom\":\"280\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_slideshow_gallery\":[{\"id\":\"11\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-K5CP4PZ.jpg\"},{\"id\":\"12\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/washington-usa-state-capitol-building-FWT6RXB.jpg\"},{\"id\":\"15\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\"},{\"id\":\"17\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-3BGTJWR.jpg\"},{\"id\":\"19\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\"}],\"background_slideshow_ken_burns\":\"yes\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"20\",\"bottom\":\"140\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5738a769\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d8069ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To The Local Government Portal\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"141be4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile\",\"align\":\"center\",\"title_color\":\"#FFFFFF21\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":0,\"unit\":\"%\"},\"_offset_y\":{\"size\":-26,\"unit\":\"%\"},\"_offset_x_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-2,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-12.375,\"unit\":\"px\"},\"_z_index\":0,\"header_size\":\"span\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4b9b8b6\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3696b41b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 \",\"align\":\"center\",\"text_color\":\"#D7D7D7\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"539a04cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"66ac11b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f4ceff0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"464e3e4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19f7115e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Events\",\"align\":\"left\",\"background_color\":\"#61CE7000\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=5bfa343\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"786ab10a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"16894321\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e19dca4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":100,\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"6f400ed9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"align_tablet\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4eaabae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Major Voice Of City Government\",\"align\":\"left\",\"title_color\":\"#1C1B1F\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34dd704b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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.\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"506cce8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor\",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20619d21\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse \",\"_id\":\"c1c5f59\"},{\"text\":\"Quis nostrud exercitation ullamco laboris nisi minim veniam\",\"_id\":\"d8d86d3\"},{\"text\":\"Nostrum exercitationem ullam corporis suscipit laboriosam\",\"_id\":\"f493d42\"}],\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_color\":\"#EF0A0A\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d3d0c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"14\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/signature-5QEGBV.png\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e2f6b12\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"Jerry Howell\",\"sg_title_focused\":\"\",\"sg_title_html_tag\":\"h3\",\"sg_subtitle_heading\":\"Lorem ipsum dolor set amet\",\"sg_description_enable\":\"yes\",\"sg_description\":\"Mayor\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_title_color_responsive\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"st_title_color_responsive\":\"#000000\",\"st_description_color_responsive\":\"#7A7A7A\",\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"252f55ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"background_image\":{\"id\":\"16\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/walking-to-conference-hall.jpg\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"55b11d06\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":279,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"280a857f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2b047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":52,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c7764c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Government Services & Information\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3401cec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":48,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"75f22150\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"41033747\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.332999999999998,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"77c2fc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#EF0A0A\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"266cdc67\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4f64472c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f249545\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-graduation-hat-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Education Institute\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"523d6fdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19174b12\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Justice and Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"bed5efb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"760b9d9b\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-medicine-1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Health and Welfare\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"307c0a5b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"31f15fdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"262c54f8\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Transportation\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"45c36c7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a37de6\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-video-camera-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Entertainment\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"154cdfd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d6efff1\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-car-2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Trafic & Parking\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_icon_color_responsive\":\"\",\"st_content_title_color_responsive\":\"\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_icon_hover_bg_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"},\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_icon_color_responsive\":\"#FFFFFF\",\"sg_setting_html_tag\":\"h3\",\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"sg_setting_enable_hover_watermark\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_border_border_color\":\"#EAEAEA\",\"st_content_watermark_color_responsive\":\"#ECECEC\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"791d367a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"reverse_order_tablet\":\"reverse-tablet\"},\"elements\":[{\"id\":\"4e143fa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.058999999999997,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=a043b2f\"},\"background_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/austrian-parliament-building.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_position\":\"bottom\",\"background_xpos\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00142C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-61\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31a7eb4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"vh\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"512b097f\",\"elType\":\"section\",\"settings\":{\"content_position\":\"bottom\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\"},\"elements\":[{\"id\":\"648df844\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":60,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#181B2A\"},\"elements\":[{\"id\":\"3fb9c2c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Helplines & Emergency Services\",\"title_color\":\"#FFFFFF\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=864da1f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"325b0df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"text_color\":\"#C9C9C9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42edea81\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"(+021) 157 489\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"__globals__\":{\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=8bbd10e\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"244a0a4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e0e54b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.941000000000003,\"background_background\":\"gradient\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.070000000000000007,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"120\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":94,\"sizes\":[]},\"background_color_b\":\"#FFFFFF00\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_color\":\"#0D0F1A\",\"_inline_size_tablet\":100,\"background_overlay_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/pattern.jpg\"},\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-58,\"sizes\":[]}},\"elements\":[{\"id\":\"2bee4a8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Departments\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"672eb1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"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 xercitation ullamco laboris nisi ut aliquip ex ea commodo\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#C9C9C9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e6043ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\"},\"elements\":[{\"id\":\"29ec21a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"60a8ddda\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Business & Industry\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-invest-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"7a687c5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4b104328\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Finance & Economy\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-bank-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"79a76d0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\"},\"elements\":[{\"id\":\"200dd9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"43151d33\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Agriculture & Food\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-vegetables-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"20a3d773\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2e5ddee0\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Constution & Law\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"st_content_title_color_hover_responsive\":\"#000000\",\"st_content_description_color_hover_responsive\":\"#7A7A7A\",\"st_icon_color_responsive\":\"#FF2222\",\"st_icon_hover_color_responsive\":\"#FFFFFF00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"\",\"st_container_hover_background_background_color\":\"\",\"st_icon_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=text\"},\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_container_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_container_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_container_hover_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"sg_setting_enable_hover_watermark\":\"yes\",\"sg_readmore_enable_hover_button\":\"\",\"sg_badge_show\":\"\",\"st_content_watermark_color_responsive\":\"#F5F5F5\",\"st_content_watermark_font_size_responsive\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"jki jki-justice-light\",\"library\":\"jkiticon\"},\"st_content_description_color_responsive\":\"#7A7A7A\",\"st_button_hover_text_color_responsive\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c77ce6b\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Departement\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e5afc1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_image\":{\"id\":\"42\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/asset-fixn.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2cb342d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab4b2f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events and Activities\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"424eb840\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d886c0f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1b9a787\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"422e9311\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"08\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"July 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"2e1878f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5923a5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/people-at-festival-of-colors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3d273fb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"212a55c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Colour Run\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fabf99\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\"},{\"text\":\"Time : 15.00 P.M. - Till Drop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\"},{\"text\":\"Date : 08 July 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\"},{\"text\":\"Category : Entertainment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"19831a4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a60f914\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"183fd138\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"130e3b8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d342512\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"28\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Aug 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"624ae4b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"244478ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41747804\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e4f63fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Violence Against Women\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4934800c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Sunset Road No.815\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\"},{\"text\":\"Time : 10.00 A.M. - 13.00 PA.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\"},{\"text\":\"Date : 28 August 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\"},{\"text\":\"Category : Welfare\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"15ef6d3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6dc23a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6765ef29\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_hover_background\":\"classic\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_hover_color\":\"\",\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6fc25e0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.065,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":15,\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"719536bc\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"12\",\"sg_title_focused\":\"\",\"sg_subtitle_enable\":\"yes\",\"sg_subtitle_heading\":\"Sept 2021\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"st_general_alignment_responsive\":\"center\",\"st_title_inline_background\":\"yes\",\"st_title_color_responsive\":\"#000000\",\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_title_color_responsive\":\"\",\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=secondary\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"524847bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26.440999999999999,\"_inline_size_tablet\":30,\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"610c6ac7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"780d578c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.033999999999999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":51,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5773b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sport Games for Children\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=8bbd10e\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9f81b7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location : Jl. Raya Puputan No 142\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a0e1685\"},{\"text\":\"Time : 08.00 A.M. - 15.00 P.M.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"89630bf\"},{\"text\":\"Date : 12 September 2021\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83d6fb3\"},{\"text\":\"Category : Sports\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7359da8\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_color\":\"#6EC1E4\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"17624c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.460000000000001,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"70fcb40a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Event\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\",\"button_text_color\":\"\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"background_color\":\"#F82C2C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d4e5899\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a520127\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"3c7112ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a4d7624\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"150989f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore City Highlights\\n\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24ae14f8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"443405ef\",\"elType\":\"widget\",\"settings\":{\"sg_gallery_list\":[{\"sg_gallery_list_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg\"},\"_id\":\"ddcac74\",\"sg_gallery_list_title\":\"Capital Building\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\"},{\"sg_gallery_list_image\":{\"id\":\"48\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/museum-in-paris-XCNGQ8A.jpg\"},\"_id\":\"951a4aa\",\"sg_gallery_list_title\":\"Ethology Museum\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"\"},{\"sg_gallery_list_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/beautiful-summer-AA8J2ML.jpg\"},\"_id\":\"d9083d2\",\"sg_gallery_list_title\":\"Central Park\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"}},{\"sg_gallery_list_image\":{\"id\":\"38\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/capitol-building-PAWGZQP.jpg\"},\"_id\":\"309678f\",\"sg_gallery_list_title\":\"Cityvile State\",\"sg_gallery_list_subtitle\":\"\",\"sg_gallery_list_more_text\":\"View More\",\"sg_gallery_list_more_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_gallery_list_current\":\"yes\"}],\"sg_gallery_image_size_imagesize_size\":\"full\",\"sg_setting_title_tag\":\"h3\",\"sg_setting_more_enable\":\"\",\"st_container_background_background_background\":\"classic\",\"st_title_title_color_responsive\":\"#000000\",\"__globals__\":{\"st_title_hover_title_color_responsive\":\"\",\"st_title_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\"},\"sg_setting_column_responsive_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_background_background_background\":\"classic\",\"st_title_background_background_color\":\"#181B2A\",\"sg_setting_column_responsive\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"st_container_padding_responsive\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"st_title_hover_title_color_responsive\":\"#FFFFFF\",\"sg_setting_column_responsive_tablet\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"st_container_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"jkit_portfolio_gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78c55c08\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"536a7454\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"377c7426\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Council Members\\n\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"title_color\":\"#000000\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53c602a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19253cb9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5bb725bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"438d383a\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"67\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/senior-traveler-SULUF4P.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"30fa2efb\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Jerry Howell\",\"sg_icon_description\":\"Mayor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"sg_setting_html_tag\":\"h3\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"2a41220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"432cf00e\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/confident-professional-8T7X45D.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"1e173056\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Elysia Molloy\",\"sg_icon_description\":\"Health Director\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"686910f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"62fa2615\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"overlay\",\"sg_member_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/working-on-travel-AHE6QFC-1.jpg\"},\"sg_member_image_size_imagesize_size\":\"full\",\"sg_member_name\":\"\",\"sg_member_position\":\"\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"f6210d7\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"aa0c945\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Instagram\",\"sg_social_link\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"286a92e\",\"sg_social_normal_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_color\":\"\"},\"sg_social_normal_color\":\"#EF0A0A\",\"sg_social_normal_background_background_color\":\"#FFFFFF\"}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"st_content_normal_background_background_background\":\"classic\",\"st_content_normal_background_background_color\":\"#000000A1\",\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_social_fix_height\":\"yes\",\"st_social_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_width_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_social_line_height_responsive\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"st_content_normal_background_background_color\":\"\"},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"st_image_height_responsive_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3c94591d\",\"elType\":\"widget\",\"settings\":{\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Dollie Brennan\",\"sg_icon_description\":\"City Auditor\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-83\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"__globals__\":{\"st_content_title_color_responsive\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=8bbd10e\",\"st_content_description_color_responsive\":\"globals\\/colors?id=text\",\"st_content_description_color_hover_responsive\":\"\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-77\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52a81daf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/formalwear-64AJGCM.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_ypos\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65000000000000002,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"180\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"140\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"bb5ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"287f9eb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cityvile Overview Services & Top Requests\\n\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e994eae\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e4d9583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b911ead\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"5c812533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4804c8e0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"b6a3d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a6a392b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Common Resources\\n\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6dc6d75c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"52bc4be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#181B2A\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"71fed501\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements & Additional Information\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"245e34ca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Apply for Driving License \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"07adf6b\"},{\"text\":\"Get a Birth or Death Certificate\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"_id\":\"8b0d5fc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Get\\/Renew a Business Tax\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"015d8ed\"},{\"text\":\"Get a Marriage License\",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6ee3aba\"},{\"text\":\" Apply for a City Job \",\"selected_icon\":{\"value\":\"fas fa-caret-square-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dada224\"}],\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"text_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#E0E0E0\",\"text_color_hover\":\"#EF0A0A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"26162dfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"df58701\",\"elType\":\"widget\",\"settings\":{\"title\":\"Documents & Notices\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=a0e526a\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"628494cc\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-pdf\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Facility Use Application\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"1bd1c44e\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Building Permit\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7c47166f\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_header\":{\"value\":\"fas fa-file-word\",\"library\":\"fa-solid\"},\"sg_icon_text\":\"Civil Exams Applications\",\"sg_icon_description\":\"\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_globallink\":{\"url\":\"#\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"sg_readmore_button_label\":\"Download\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_title_color_responsive\":\"#000000\",\"st_icon_color_responsive\":\"#EF0A0A\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_normal_text_color_responsive\":\"#EF0A0A\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A00\",\"st_button_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#EF0A0A00\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_button_normal_background_background_color\":\"\",\"st_content_title_color_responsive\":\"\",\"st_icon_color_responsive\":\"\",\"st_button_hover_background_background_color\":\"\",\"st_button_normal_text_color_responsive\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fe39f6d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"17fde392\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"3743591c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & Articles\\n\",\"title_color\":\"#000000\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29516eac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua\",\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ba7b9f6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"41e93e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_duration\":\"slow\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"57685670\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"full\",\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_enable\":\"\",\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_enable\":\"\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"__globals__\":{\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=864da1f\",\"st_title_normal_color_responsive\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_category_color_responsive\":\"globals\\/colors?id=text\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=text\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_readmore_normal_color_responsive\":\"\",\"st_readmore_hover_color_responsive\":\"\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=secondary\"},\"st_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_post_item_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_category_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_readmore_normal_background_background_color\":\"#02010100\",\"st_meta_bottom_alignment_responsive\":\"flex-start\",\"st_post_item_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_post_item_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"sg_content_title_html_tag\":\"h4\",\"st_category_color_responsive\":\"#7A7A7A\",\"st_readmore_normal_color_responsive\":\"#EF0A0A\",\"st_thumbnail_container_background_background_background\":\"classic\",\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_excerpt_color_responsive\":\"#7A7A7A\",\"sg_content_excerpt_length\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_category_position\":\"\",\"st_title_hover_color_responsive\":\"#EF0A0A\",\"st_nocontent_text\":\"No Content Available\",\"st_thumbnail_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_excerpt_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Heebo\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"400\",\"st_title_normal_color_responsive\":\"#000000\",\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Heebo\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Inter\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_thumbnail_container_height_responsive_tablet\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"st_thumbnail_container_height_responsive_mobile\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(475,107,'_elementor_page_assets','a:1:{s:6:\"styles\";a:28:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";}}'),(476,114,'_wp_attached_file','2023/08/Politick.webp'),(477,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2023/08/Politick.webp\";s:8:\"filesize\";i:21832;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Politick-300x63.webp\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3922;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Politick-1024x213.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Politick-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Politick-768x160.webp\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11758;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Politick-1536x320.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(478,115,'_wp_attached_file','2023/08/Politick-1.webp'),(479,115,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2023/08/Politick-1.webp\";s:8:\"filesize\";i:23056;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Politick-1-300x63.webp\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4086;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Politick-1-1024x213.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Politick-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1370;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Politick-1-768x160.webp\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12370;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Politick-1-1536x320.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26574;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(480,115,'_wp_attachment_image_alt','Politick'),(481,116,'_wp_page_template','elementor_canvas'),(482,116,'_elementor_edit_mode','builder'),(483,116,'_elementor_template_type','wp-post'),(484,116,'_elementor_version','3.15.3'),(485,116,'_elementor_data','[{\"id\":\"55207f55\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=678b721\"},\"background_overlay_position\":\"initial\",\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"72587354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4b52226e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"7a1a505e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.481999999999999,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"765198bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44b2cbbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19dc34f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jl. Sunset Road No.815, Kuta\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1a4fa87\"},{\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"68dd9e2\"},{\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4941ee5\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"48ff9edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.553999999999998,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5006b46f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2639ae2e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7badbdc3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cases\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4839387\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"17c56aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.678000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"544bf41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14e9267\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1a0dc924\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"576c816\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"icon_color\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6c93e02a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.286000000000001,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"8c33a02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newsletter\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b0e9faa\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"561ec617\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"Send\",\"sg_form_button_icon_enable\":\"\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_placeholder_color_responsive\":\"#7A7A7A\",\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"10\",\"bottom\":\"22\",\"left\":\"10\",\"isLinked\":false},\"st_button_width_responsive\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_button_normal_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=text\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_button_normal_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"st_input_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_input_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"st_button_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_width_responsive_tablet\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"st_button_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"st_button_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"st_input_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"},{\"id\":\"7fb3e959\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d13e6aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"d54d883\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"\",\"icon_primary_color\":\"\"},\"align_tablet\":\"left\",\"icon_secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"368ac0db\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#28282B\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"41a896c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1fd9bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"City Government & Municipal Template Kit by Jegtheme\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5fc3cfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"30fbdf3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021. All rights reserved.\\n\",\"align\":\"right\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(486,116,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(488,117,'_wp_page_template','elementor_canvas'),(489,117,'_elementor_edit_mode','builder'),(490,117,'_elementor_template_type','wp-post'),(491,117,'_elementor_version','3.15.3'),(492,117,'_elementor_data','[{\"id\":\"55207f55\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=678b721\"},\"background_overlay_position\":\"initial\",\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"72587354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4b52226e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"7a1a505e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.481999999999999,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"765198bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44b2cbbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19dc34f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jl. Sunset Road No.815, Kuta\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1a4fa87\"},{\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"68dd9e2\"},{\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4941ee5\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"48ff9edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.553999999999998,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5006b46f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2639ae2e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7badbdc3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cases\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4839387\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"17c56aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.678000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"544bf41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14e9267\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1a0dc924\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"576c816\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"icon_color\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6c93e02a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.286000000000001,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"8c33a02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newsletter\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b0e9faa\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"561ec617\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"Send\",\"sg_form_button_icon_enable\":\"\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_placeholder_color_responsive\":\"#7A7A7A\",\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"10\",\"bottom\":\"22\",\"left\":\"10\",\"isLinked\":false},\"st_button_width_responsive\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_button_normal_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=text\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_button_normal_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"st_input_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_input_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"st_button_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_width_responsive_tablet\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"st_button_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"st_button_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"st_input_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"},{\"id\":\"7fb3e959\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d13e6aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"d54d883\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"\",\"icon_primary_color\":\"\"},\"align_tablet\":\"left\",\"icon_secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"368ac0db\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#28282B\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"41a896c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1fd9bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"City Government & Municipal Template Kit by Jegtheme\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5fc3cfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"30fbdf3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021. All rights reserved.\\n\",\"align\":\"right\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(493,117,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(495,118,'_wp_page_template','elementor_canvas'),(496,118,'_elementor_edit_mode','builder'),(497,118,'_elementor_template_type','wp-post'),(498,118,'_elementor_version','3.15.3'),(499,118,'_elementor_data','[{\"id\":\"55207f55\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.12,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=678b721\"},\"background_overlay_position\":\"initial\",\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"72587354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4b52226e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"7a1a505e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.481999999999999,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"765198bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44b2cbbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19dc34f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jl. Sunset Road No.815, Kuta\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1a4fa87\"},{\"text\":\"support@domain.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"68dd9e2\"},{\"text\":\"(+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"4941ee5\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#EF0A0A\",\"text_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"48ff9edf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.553999999999998,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5006b46f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2639ae2e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7badbdc3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cases\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4839387\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_color\":\"#EF0A0A\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"17c56aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.678000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"544bf41e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14e9267\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1a0dc924\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a1503d5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3ad3ad7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"005009c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c74da34\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"576c816\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"text_color_hover\":\"#EF0A0A\",\"icon_color\":\"#EF0A0A\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6c93e02a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.286000000000001,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"8c33a02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newsletter\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=864da1f\"},\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b0e9faa\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"561ec617\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"Send\",\"sg_form_button_icon_enable\":\"\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"20\",\"bottom\":\"17\",\"left\":\"20\",\"isLinked\":false},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_placeholder_color_responsive\":\"#7A7A7A\",\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"10\",\"bottom\":\"22\",\"left\":\"10\",\"isLinked\":false},\"st_button_width_responsive\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_button_normal_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#EF0A0A\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=text\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=5429537\",\"st_button_normal_color_responsive\":\"\",\"st_button_normal_background_background_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=59414f0\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\"},\"st_input_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_input_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"st_button_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_button_width_responsive_tablet\":{\"unit\":\"px\",\"size\":105,\"sizes\":[]},\"st_button_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"st_button_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"st_input_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"},{\"id\":\"7fb3e959\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor \",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d13e6aa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"310ab07\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"63f86db\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"d54d883\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EF0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\",\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"\",\"icon_primary_color\":\"\"},\"align_tablet\":\"left\",\"icon_secondary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"368ac0db\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#28282B\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]}},\"elements\":[{\"id\":\"41a896c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1fd9bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"City Government & Municipal Template Kit by Jegtheme\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5fc3cfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"30fbdf3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021. All rights reserved.\\n\",\"align\":\"right\",\"align_mobile\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=5429537\",\"text_color\":\"globals\\/colors?id=text\"},\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(500,118,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(502,119,'_wp_page_template','elementor_canvas'),(503,119,'_elementor_edit_mode','builder'),(504,119,'_elementor_template_type','wp-post'),(505,119,'_elementor_version','3.15.3'),(506,119,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(507,119,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(509,120,'_wp_page_template','elementor_canvas'),(510,120,'_elementor_edit_mode','builder'),(511,120,'_elementor_template_type','wp-post'),(512,120,'_elementor_version','3.15.3'),(513,120,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(514,120,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(516,121,'_wp_page_template','elementor_canvas'),(517,121,'_elementor_edit_mode','builder'),(518,121,'_elementor_template_type','wp-post'),(519,121,'_elementor_version','3.15.3'),(520,121,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(521,121,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(526,123,'_wp_page_template','elementor_canvas'),(527,123,'_elementor_edit_mode','builder'),(528,123,'_elementor_template_type','wp-post'),(529,123,'_elementor_version','3.15.3'),(530,123,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(531,123,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(533,124,'_wp_page_template','elementor_canvas'),(534,124,'_elementor_edit_mode','builder'),(535,124,'_elementor_template_type','wp-post'),(536,124,'_elementor_version','3.15.3'),(537,124,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(538,124,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(540,125,'_wp_page_template','elementor_canvas'),(541,125,'_elementor_edit_mode','builder'),(542,125,'_elementor_template_type','wp-post'),(543,125,'_elementor_version','3.15.3'),(544,125,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(545,125,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(548,126,'_wp_page_template','elementor_canvas'),(549,126,'_elementor_edit_mode','builder'),(550,126,'_elementor_template_type','wp-post'),(551,126,'_elementor_version','3.15.3'),(552,126,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(553,126,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(555,127,'_wp_page_template','elementor_canvas'),(556,127,'_elementor_edit_mode','builder'),(557,127,'_elementor_template_type','wp-post'),(558,127,'_elementor_version','3.15.3'),(559,127,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(560,127,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(562,128,'_wp_page_template','elementor_canvas'),(563,128,'_elementor_edit_mode','builder'),(564,128,'_elementor_template_type','wp-post'),(565,128,'_elementor_version','3.15.3');
INSERT INTO `wp_postmeta` VALUES (566,128,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(567,128,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(570,129,'_wp_page_template','elementor_canvas'),(571,129,'_elementor_edit_mode','builder'),(572,129,'_elementor_template_type','wp-post'),(573,129,'_elementor_version','3.15.3'),(574,129,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(575,129,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(577,130,'_wp_page_template','elementor_canvas'),(578,130,'_elementor_edit_mode','builder'),(579,130,'_elementor_template_type','wp-post'),(580,130,'_elementor_version','3.15.3'),(581,130,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(582,130,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(584,131,'_wp_page_template','elementor_canvas'),(585,131,'_elementor_edit_mode','builder'),(586,131,'_elementor_template_type','wp-post'),(587,131,'_elementor_version','3.15.3'),(588,131,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(589,131,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(592,132,'_wp_page_template','elementor_canvas'),(593,132,'_elementor_edit_mode','builder'),(594,132,'_elementor_template_type','wp-post'),(595,132,'_elementor_version','3.15.3'),(596,132,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(597,132,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(599,133,'_wp_page_template','elementor_canvas'),(600,133,'_elementor_edit_mode','builder'),(601,133,'_elementor_template_type','wp-post'),(602,133,'_elementor_version','3.15.3'),(603,133,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(604,133,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(606,134,'_wp_page_template','elementor_canvas'),(607,134,'_elementor_edit_mode','builder'),(608,134,'_elementor_template_type','wp-post'),(609,134,'_elementor_version','3.15.3'),(610,134,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(611,134,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(613,135,'_wp_page_template','elementor_canvas'),(614,135,'_elementor_edit_mode','builder'),(615,135,'_elementor_template_type','wp-post'),(616,135,'_elementor_version','3.15.3'),(617,135,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(618,135,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(619,136,'_wp_page_template','elementor_canvas'),(620,136,'_elementor_edit_mode','builder'),(621,136,'_elementor_template_type','wp-post'),(622,136,'_elementor_version','3.15.3'),(623,136,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(624,136,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(625,137,'_wp_page_template','elementor_canvas'),(626,137,'_elementor_edit_mode','builder'),(627,137,'_elementor_template_type','wp-post'),(628,137,'_elementor_version','3.15.3'),(629,137,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(630,137,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(632,138,'_wp_page_template','elementor_canvas'),(633,138,'_elementor_edit_mode','builder'),(634,138,'_elementor_template_type','wp-post'),(635,138,'_elementor_version','3.15.3'),(636,138,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(637,138,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(639,139,'_wp_page_template','elementor_canvas'),(640,139,'_elementor_edit_mode','builder'),(641,139,'_elementor_template_type','wp-post'),(642,139,'_elementor_version','3.15.3'),(643,139,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(644,139,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(646,140,'_wp_page_template','elementor_canvas'),(647,140,'_elementor_edit_mode','builder'),(648,140,'_elementor_template_type','wp-post'),(649,140,'_elementor_version','3.15.3'),(650,140,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(651,140,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(654,141,'_wp_page_template','elementor_canvas'),(655,141,'_elementor_edit_mode','builder'),(656,141,'_elementor_template_type','wp-post'),(657,141,'_elementor_version','3.15.3'),(658,141,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(659,141,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(661,142,'_wp_page_template','elementor_canvas'),(662,142,'_elementor_edit_mode','builder'),(663,142,'_elementor_template_type','wp-post'),(664,142,'_elementor_version','3.15.3'),(665,142,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(666,142,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(668,143,'_wp_page_template','elementor_canvas'),(669,143,'_elementor_edit_mode','builder'),(670,143,'_elementor_template_type','wp-post'),(671,143,'_elementor_version','3.15.3'),(672,143,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(673,143,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(676,144,'_wp_page_template','elementor_canvas'),(677,144,'_elementor_edit_mode','builder'),(678,144,'_elementor_template_type','wp-post'),(679,144,'_elementor_version','3.15.3'),(680,144,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(681,144,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(683,145,'_wp_page_template','elementor_canvas'),(684,145,'_elementor_edit_mode','builder'),(685,145,'_elementor_template_type','wp-post'),(686,145,'_elementor_version','3.15.3'),(687,145,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(688,145,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(690,146,'_wp_page_template','elementor_canvas'),(691,146,'_elementor_edit_mode','builder'),(692,146,'_elementor_template_type','wp-post'),(693,146,'_elementor_version','3.15.3');
INSERT INTO `wp_postmeta` VALUES (694,146,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#610707\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":126.01600000000001}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.332000000000001,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":95.418999999999997}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(695,146,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(697,147,'_wp_page_template','elementor_canvas'),(698,147,'_elementor_edit_mode','builder'),(699,147,'_elementor_template_type','wp-post'),(700,147,'_elementor_version','3.15.3'),(701,147,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#610707\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":126.01600000000001}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.332000000000001,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":95.418999999999997}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(702,147,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(703,148,'_wp_page_template','elementor_canvas'),(704,148,'_elementor_edit_mode','builder'),(705,148,'_elementor_template_type','wp-post'),(706,148,'_elementor_version','3.15.3'),(707,148,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#610707\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":126.01600000000001}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.332000000000001,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":95.418999999999997}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(708,148,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(709,149,'_wp_page_template','elementor_canvas'),(710,149,'_elementor_edit_mode','builder'),(711,149,'_elementor_template_type','wp-post'),(712,149,'_elementor_version','3.15.3'),(713,149,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":126.01600000000001}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.332000000000001,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":95.418999999999997}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(714,149,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(716,150,'_wp_page_template','elementor_canvas'),(717,150,'_elementor_edit_mode','builder'),(718,150,'_elementor_template_type','wp-post'),(719,150,'_elementor_version','3.15.3'),(720,150,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":126.01600000000001}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.332000000000001,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":95.418999999999997}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(721,150,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(723,151,'_wp_page_template','elementor_canvas'),(724,151,'_elementor_edit_mode','builder'),(725,151,'_elementor_template_type','wp-post'),(726,151,'_elementor_version','3.15.3'),(727,151,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":126.01600000000001}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.332000000000001,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":95.418999999999997}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(728,151,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(730,152,'_wp_page_template','elementor_canvas'),(731,152,'_elementor_edit_mode','builder'),(732,152,'_elementor_template_type','wp-post'),(733,152,'_elementor_version','3.15.3'),(734,152,'_elementor_data','[{\"id\":\"70215197\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DDDDDD42\",\"content_position\":\"middle\",\"z_index\":2,\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"hide_mobile\":\"hidden-phone\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"34def7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"41cb8e22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Call on : (+021) 157 489\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"cb952d6\"},{\"text\":\"Open Hours : Mon-Fri 08:00 - 15:00\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"9acee47\"}],\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=5429537\"},\"icon_color\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"79471c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"51428720\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"f6a3eac\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"2040084\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"1a83e8c\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"b1e78d6\"}],\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"__globals__\":{\"icon_color_hover\":\"\",\"icon_color\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"divider_color\":\"#595959\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color_hover\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56efc86e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"7f438601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5dda62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"jkit_glass_blur_level\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"5d6f0519\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"4451924a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":115,\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/Politick-1.webp\",\"alt\":\"Politick\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height_tablet\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"custom\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":126.01600000000001}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3e90e253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332000000000001,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"288afaac\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#9E6726\",\"st_menu_item_text_active_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#9E6726\",\"st_hamburger_menu_close_background_background_color\":\"#9E6726\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#9E6726\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":95.418999999999997}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"84c5297\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2664f91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d6ba263\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"z_index\":2,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"c78b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"5c5b582c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF0F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"3b1ba793\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"52c2faa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-33D9BE.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68a60655\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.331999999999994,\"_inline_size_tablet\":80,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_mobile\":50,\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"b126734\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"sg_mobile_menu_logo\":{\"id\":\"37\",\"url\":\"https:\\/\\/politick.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/08\\/logo-black.png\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"sg_mobile_menu_icon\":{\"value\":\"jki jki-bars-solid\",\"library\":\"jkiticon\"},\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"jki jki-chevron-down-light\",\"library\":\"jkiticon\"},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_panel_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_submenu_panel_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF00\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_item_text_normal_color_responsive\":\"\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"\",\"st_submenu_item_indicator_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=0c91aff\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive_tablet\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_responsive_tablet\":\"\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_menu_wrapper_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"st_submenu_item_indicator_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_background_background_color\":\"#79797985\",\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_menu_item_text_normal_color_responsive_tablet\":\"#000000\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#EF0A0A\",\"st_menu_item_text_active_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"#EF0A0A\",\"st_hamburger_menu_close_background_background_color\":\"#EF0A0A\",\"st_hamburger_menu_icon_color_responsive_mobile\":\"#EF0A0A\",\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Inter\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"600\",\"st_menu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Inter\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"600\",\"st_submenu_item_typography_content_typography_text_transform\":\"uppercase\",\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3,\"sizes\":[]},\"st_submenu_item_text_hover_color_responsive\":\"#EF0A0A\",\"st_submenu_item_text_active_color_responsive\":\"#EF0A0A\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"30118a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"2f8d78b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Report An Issues\",\"align\":\"right\",\"background_color\":\"#EF0A0A\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FCBC45\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"hover_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\",\"border_color\":\"\",\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=59414f0\"},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"32\",\"bottom\":\"18\",\"left\":\"32\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"animation_duration\":\"slow\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(735,152,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(737,7,'_elementor_css','a:6:{s:4:\"time\";i:1695883417;s:5:\"fonts\";a:3:{i:0;s:5:\"Inter\";i:2;s:5:\"Heebo\";i:11;s:6:\"Oswald\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(738,107,'_elementor_css','a:6:{s:4:\"time\";i:1695883419;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:2;s:8:\"fa-solid\";i:6;s:8:\"jkiticon\";i:51;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(739,93,'_elementor_css','a:6:{s:4:\"time\";i:1695883419;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";i:9;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(740,101,'_elementor_css','a:6:{s:4:\"time\";i:1695883419;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:0:\"\";i:13;s:9:\"fa-brands\";i:16;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2023-08-29 05:23:46','2023-08-29 05:23:46','<!-- 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','','','2023-08-29 05:23:46','2023-08-29 05:23:46','',0,'https://politick.in8.cdn-alpha.com/?p=1',0,'post','',1),(2,1,'2023-08-29 05:23:46','2023-08-29 05:23:46','<!-- 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://politick.in8.cdn-alpha.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','','','2023-08-29 05:23:46','2023-08-29 05:23:46','',0,'https://politick.in8.cdn-alpha.com/?page_id=2',0,'page','',0),(3,1,'2023-08-29 05:23:46','2023-08-29 05:23:46','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://politick.in8.cdn-alpha.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /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 --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /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 --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /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 --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /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><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2023-08-29 05:23:46','2023-08-29 05:23:46','',0,'https://politick.in8.cdn-alpha.com/?page_id=3',0,'page','',0),(4,1,'2023-08-29 05:26:39','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-08-29 05:26:39','0000-00-00 00:00:00','',0,'https://politick.in8.cdn-alpha.com/?p=4',0,'post','',0),(5,1,'2023-08-29 11:26:56','2023-08-29 05:56:56','','Default Kit','','publish','closed','closed','','default-kit','','','2023-08-29 11:26:56','2023-08-29 05:56:56','',0,'https://politick.in8.cdn-alpha.com/?p=5',0,'elementor_library','',0),(6,1,'2023-08-29 11:28:22','2023-08-29 05:58:22','','Cityvile – City Government & Municipal Elementor Template Kit','','publish','closed','closed','','cityvile-city-government-municipal-elementor-template-kit','','','2023-08-29 11:28:22','2023-08-29 05:58:22','',0,'https://politick.in8.cdn-alpha.com/?envato_tk_import=cityvile-city-government-municipal-elementor-template-kit',0,'envato_tk_import','',0),(7,1,'2023-08-29 11:37:19','2023-08-29 06:07:19','','Kit Styles: Cityvile – City Government & Municipal Elementor Template Kit','','publish','closed','closed','','global-kit-styles','','','2023-08-29 11:37:21','2023-08-29 06:07:21','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=global-kit-styles',0,'elementor_library','',0),(8,1,'2023-08-29 11:37:20','2023-08-29 06:07:20','','Global Kit Styles','','inherit','closed','closed','','7-revision-v1','','','2023-08-29 11:37:20','2023-08-29 06:07:20','',7,'https://politick.in8.cdn-alpha.com/?p=8',0,'revision','',0),(9,1,'2023-08-29 11:37:20','2023-08-29 06:07:20','','Global Kit Styles','','inherit','closed','closed','','7-revision-v1','','','2023-08-29 11:37:20','2023-08-29 06:07:20','',7,'https://politick.in8.cdn-alpha.com/?p=9',0,'revision','',0),(10,1,'2023-08-29 11:37:21','2023-08-29 06:07:21','','Kit Styles: Cityvile – City Government & Municipal Elementor Template Kit','','inherit','closed','closed','','7-revision-v1','','','2023-08-29 11:37:21','2023-08-29 06:07:21','',7,'https://politick.in8.cdn-alpha.com/?p=10',0,'revision','',0),(11,1,'2023-08-29 11:37:34','2023-08-29 06:07:34','','capitol-building-K5CP4PZ.jpg','','inherit','open','closed','','capitol-building-k5cp4pz-jpg','','','2023-08-29 11:37:34','2023-08-29 06:07:34','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/capitol-building-K5CP4PZ.jpg',0,'attachment','image/jpeg',0),(12,1,'2023-08-29 11:37:35','2023-08-29 06:07:35','','washington-usa-state-capitol-building-FWT6RXB.jpg','','inherit','open','closed','','washington-usa-state-capitol-building-fwt6rxb-jpg','','','2023-08-29 11:37:35','2023-08-29 06:07:35','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/washington-usa-state-capitol-building-FWT6RXB.jpg',0,'attachment','image/jpeg',0),(13,1,'2023-08-29 11:37:35','2023-08-29 06:07:35','','washington-usa-state-capitol-building-FWT6RXB.jpg','','inherit','open','closed','','washington-usa-state-capitol-building-fwt6rxb-jpg-2','','','2023-08-29 11:37:35','2023-08-29 06:07:35','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/washington-usa-state-capitol-building-FWT6RXB-1.jpg',0,'attachment','image/jpeg',0),(14,1,'2023-08-29 11:37:37','2023-08-29 06:07:37','','signature-5QEGBV.png','','inherit','open','closed','','signature-5qegbv-png','','','2023-08-29 11:37:37','2023-08-29 06:07:37','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png',0,'attachment','image/png',0),(15,1,'2023-08-29 11:37:38','2023-08-29 06:07:38','','capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg','','inherit','open','closed','','capital-building-austin-texas-government-building-blue-skies-e1625799779986-jpg','','','2023-08-29 11:37:38','2023-08-29 06:07:38','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg',0,'attachment','image/jpeg',0),(16,1,'2023-08-29 11:37:39','2023-08-29 06:07:39','','walking-to-conference-hall.jpg','','inherit','open','closed','','walking-to-conference-hall-jpg','','','2023-08-29 11:37:39','2023-08-29 06:07:39','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/walking-to-conference-hall.jpg',0,'attachment','image/jpeg',0),(17,1,'2023-08-29 11:37:40','2023-08-29 06:07:40','','capitol-building-3BGTJWR.jpg','','inherit','open','closed','','capitol-building-3bgtjwr-jpg','','','2023-08-29 11:37:40','2023-08-29 06:07:40','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/capitol-building-3BGTJWR.jpg',0,'attachment','image/jpeg',0),(18,1,'2023-08-29 11:37:40','2023-08-29 06:07:40','','exchange-in-manhattan-finance-distr-LKSLMNJ.jpg','','inherit','open','closed','','exchange-in-manhattan-finance-distr-lkslmnj-jpg','','','2023-08-29 11:37:40','2023-08-29 06:07:40','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/exchange-in-manhattan-finance-distr-LKSLMNJ.jpg',0,'attachment','image/jpeg',0),(19,1,'2023-08-29 11:37:43','2023-08-29 06:07:43','','road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg','','inherit','open','closed','','road-jungtion-and-manquehue-hill-in-2cxe7dy-jpg','','','2023-08-29 11:37:43','2023-08-29 06:07:43','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg',0,'attachment','image/jpeg',0),(20,1,'2023-08-29 11:37:43','2023-08-29 06:07:43','','road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg','','inherit','open','closed','','road-jungtion-and-manquehue-hill-in-2cxe7dy-jpg-2','','','2023-08-29 11:37:43','2023-08-29 06:07:43','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/road-jungtion-and-manquehue-hill-in-2CXE7DY-1.jpg',0,'attachment','image/jpeg',0),(21,1,'2023-08-29 11:37:45','2023-08-29 06:07:45','','news-news.jpg','','inherit','open','closed','','news-news-jpg','','','2023-08-29 11:37:45','2023-08-29 06:07:45','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/news-news.jpg',0,'attachment','image/jpeg',0),(22,1,'2023-08-29 11:37:46','2023-08-29 06:07:46','','political-discussion.jpg','','inherit','open','closed','','political-discussion-jpg','','','2023-08-29 11:37:46','2023-08-29 06:07:46','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/political-discussion.jpg',0,'attachment','image/jpeg',0),(23,1,'2023-08-29 11:37:47','2023-08-29 06:07:47','<input\n				type=\"text\"\n				class=\"mf-input \"\n				id=\"mf-input-text-23637309\"\n				name=\"mf-first-name\"\n				placeholder=\"${ parent.decodeEntities(`Your Name`) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-first-name\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-first-name\"\n					as=${html``}\n					/>\n			<input \n				type=\"email\" \n				defaultValue=\"\" \n				class=\"mf-input \" \n				id=\"mf-input-email-6b8cd33\" \n				name=\"mf-email\" \n				placeholder=\"${ parent.decodeEntities(`Your Email`) } \" \n				onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } \n				ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n							/>\n						<${validation.ErrorMessage} \n				errors=${validation.errors} \n				name=\"mf-email\" \n				as=${html``}\n			/>\n			<input\n				type=\"text\"\n				class=\"mf-input \"\n				id=\"mf-input-text-182dd387\"\n				name=\"mf-subject\"\n				placeholder=\"${ parent.decodeEntities(`Your Subject`) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-subject\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-subject\"\n					as=${html``}\n					/>\n			<textarea id=\"mf-input-text-area-6553e9c1\"\n				name=\"mf-comment\" \n				placeholder=\"${ parent.decodeEntities(`Your Message`) } \"\n				cols=\"30\" rows=\"10\"\n									onInput=${ parent.handleChange }\n					aria-invalid=${validation.errors[\'mf-comment\'] ? \'true\' : \'false\'}\n					ref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n								></textarea>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-comment\"\n					as=${html``}\n					/>\n							<button type=\"submit\" id=\"\">\n					${ parent.decodeEntities(`Send Message`) } \n				</button>','MetForm Contact','','publish','closed','closed','','metform-contact','','','2023-08-29 11:37:47','2023-08-29 06:07:47','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=metform-contact',0,'elementor_library','',0),(24,1,'2023-08-29 11:37:48','2023-08-29 06:07:48','','pattern.jpg','','inherit','open','closed','','pattern-jpg','','','2023-08-29 11:37:48','2023-08-29 06:07:48','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/pattern.jpg',0,'attachment','image/jpeg',0),(25,1,'2023-08-29 11:37:47','2023-08-29 06:07:47','<input\n				type=\"text\"\n				class=\"mf-input \"\n				id=\"mf-input-text-23637309\"\n				name=\"mf-first-name\"\n				placeholder=\"${ parent.decodeEntities(`Your Name`) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-first-name\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-first-name\"\n					as=${html``}\n					/>\n			<input \n				type=\"email\" \n				defaultValue=\"\" \n				class=\"mf-input \" \n				id=\"mf-input-email-6b8cd33\" \n				name=\"mf-email\" \n				placeholder=\"${ parent.decodeEntities(`Your Email`) } \" \n				onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } \n				ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n							/>\n						<${validation.ErrorMessage} \n				errors=${validation.errors} \n				name=\"mf-email\" \n				as=${html``}\n			/>\n			<input\n				type=\"text\"\n				class=\"mf-input \"\n				id=\"mf-input-text-182dd387\"\n				name=\"mf-subject\"\n				placeholder=\"${ parent.decodeEntities(`Your Subject`) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-subject\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-subject\"\n					as=${html``}\n					/>\n			<textarea id=\"mf-input-text-area-6553e9c1\"\n				name=\"mf-comment\" \n				placeholder=\"${ parent.decodeEntities(`Your Message`) } \"\n				cols=\"30\" rows=\"10\"\n									onInput=${ parent.handleChange }\n					aria-invalid=${validation.errors[\'mf-comment\'] ? \'true\' : \'false\'}\n					ref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n								></textarea>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-comment\"\n					as=${html``}\n					/>\n							<button type=\"submit\" id=\"\">\n					${ parent.decodeEntities(`Send Message`) } \n				</button>','MetForm Contact','','inherit','closed','closed','','23-revision-v1','','','2023-08-29 11:37:47','2023-08-29 06:07:47','',23,'https://politick.in8.cdn-alpha.com/?p=25',0,'revision','',0),(26,1,'2023-08-29 11:37:48','2023-08-29 06:07:48','','news-news.jpg','','inherit','open','closed','','news-news-jpg-2','','','2023-08-29 11:37:48','2023-08-29 06:07:48','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/news-news-1.jpg',0,'attachment','image/jpeg',0),(27,1,'2023-08-29 11:37:49','2023-08-29 06:07:49','','austrian-parliament-building.jpg','','inherit','open','closed','','austrian-parliament-building-jpg','','','2023-08-29 11:37:49','2023-08-29 06:07:49','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/austrian-parliament-building.jpg',0,'attachment','image/jpeg',0),(28,1,'2023-08-29 11:37:50','2023-08-29 06:07:50','','healthy-food-delivery.jpg','','inherit','open','closed','','healthy-food-delivery-jpg','','','2023-08-29 11:37:50','2023-08-29 06:07:50','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/healthy-food-delivery.jpg',0,'attachment','image/jpeg',0),(29,1,'2023-08-29 11:37:50','2023-08-29 06:07:50','','capital-city-of-malaysia-kuala-lumpur-at-night.jpg','','inherit','open','closed','','capital-city-of-malaysia-kuala-lumpur-at-night-jpg','','','2023-08-29 11:37:50','2023-08-29 06:07:50','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/capital-city-of-malaysia-kuala-lumpur-at-night.jpg',0,'attachment','image/jpeg',0),(30,1,'2023-08-29 11:37:52','2023-08-29 06:07:52','','logo-33D9BE.png','','inherit','open','closed','','logo-33d9be-png','','','2023-08-29 11:37:52','2023-08-29 06:07:52','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png',0,'attachment','image/png',0),(31,1,'2023-08-29 11:37:52','2023-08-29 06:07:52','','testimonial-Q8JDNBT.png','','inherit','open','closed','','testimonial-q8jdnbt-png','','','2023-08-29 11:37:52','2023-08-29 06:07:52','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-Q8JDNBT.png',0,'attachment','image/png',0),(32,1,'2023-08-29 11:37:54','2023-08-29 06:07:54','','scheduling-appointments.jpg','','inherit','open','closed','','scheduling-appointments-jpg','','','2023-08-29 11:37:54','2023-08-29 06:07:54','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/scheduling-appointments.jpg',0,'attachment','image/jpeg',0),(33,1,'2023-08-29 11:37:54','2023-08-29 06:07:54','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n		Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Jl. Sunset Road No.815, Kuta\n									</li>\n								<li>\n										support@domain.com\n									</li>\n								<li>\n										(+021) 157 489\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Quick Links</h4>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Cases\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Pricing\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Useful Links</h4>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Disclaimer\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n						</ul>\n			<h4>Newsletter</h4>		\n			<form method=\"post\" data-listed=\"\" data-success-message=\"Successfully listed this email\" data-error-message=\"Something went wrong\">\n                    <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required=\"\">\n            <button type=\"submit\" name=\"jkit-mailchimp\">\n                Send\n            </button>\n        </form>		\n		Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		City Government & Municipal Template Kit by JegthemeCopyright © 2021. All rights reserved.','Footer','','publish','closed','closed','','footer','','','2023-08-29 11:37:55','2023-08-29 06:07:55','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=footer',0,'elementor_library','',0),(34,1,'2023-08-29 11:37:55','2023-08-29 06:07:55','','gavel-scales-of-justice-and-law-books.jpg','','inherit','open','closed','','gavel-scales-of-justice-and-law-books-jpg','','','2023-08-29 11:37:55','2023-08-29 06:07:55','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books.jpg',0,'attachment','image/jpeg',0),(35,1,'2023-08-29 11:37:55','2023-08-29 06:07:55','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n		Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Jl. Sunset Road No.815, Kuta\n									</li>\n								<li>\n										support@domain.com\n									</li>\n								<li>\n										(+021) 157 489\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Quick Links</h4>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Cases\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Pricing\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Useful Links</h4>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Disclaimer\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n						</ul>\n			<h4>Newsletter</h4>		\n			<form method=\"post\" data-listed=\"\" data-success-message=\"Successfully listed this email\" data-error-message=\"Something went wrong\">\n                    <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required=\"\">\n            <button type=\"submit\" name=\"jkit-mailchimp\">\n                Send\n            </button>\n        </form>		\n		Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		City Government & Municipal Template Kit by JegthemeCopyright © 2021. All rights reserved.','Footer','','inherit','closed','closed','','33-revision-v1','','','2023-08-29 11:37:55','2023-08-29 06:07:55','',33,'https://politick.in8.cdn-alpha.com/?p=35',0,'revision','',0),(36,1,'2023-08-29 11:37:56','2023-08-29 06:07:56','','food-for-health.jpg','','inherit','open','closed','','food-for-health-jpg','','','2023-08-29 11:37:56','2023-08-29 06:07:56','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/food-for-health.jpg',0,'attachment','image/jpeg',0),(37,1,'2023-08-29 11:37:56','2023-08-29 06:07:56','','logo-black.png','','inherit','open','closed','','logo-black-png','','','2023-08-29 11:37:56','2023-08-29 06:07:56','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png',0,'attachment','image/png',0),(38,1,'2023-08-29 11:37:56','2023-08-29 06:07:56','','capitol-building-PAWGZQP.jpg','','inherit','open','closed','','capitol-building-pawgzqp-jpg','','','2023-08-29 11:37:56','2023-08-29 06:07:56','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/capitol-building-PAWGZQP.jpg',0,'attachment','image/jpeg',0),(39,1,'2023-08-29 11:37:57','2023-08-29 06:07:57','','testimonial-N8572T7.jpg','','inherit','open','closed','','testimonial-n8572t7-jpg','','','2023-08-29 11:37:57','2023-08-29 06:07:57','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-N8572T7.jpg',0,'attachment','image/jpeg',0),(40,1,'2023-08-29 11:37:57','2023-08-29 06:07:57','','testimonial-N8572T7.jpg','','inherit','open','closed','','testimonial-n8572t7-jpg-2','','','2023-08-29 11:37:57','2023-08-29 06:07:57','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-N8572T7-1.jpg',0,'attachment','image/jpeg',0),(41,1,'2023-08-29 11:37:58','2023-08-29 06:07:58','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Contact\n									</li>\n						</ul>\n			<h2>Get In Touch With Us To Get Better Information </h2>		\n		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		\n                <h4>Location</h4><p>Jl. Sunset Road No.815, Kuta<br />\n</p>\n                <h4>Emergency Call</h4><p>(+021) 157 489<br />\n</p>\n			<h2>Official Social Media</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Sunset%20Road%20No.815%2C%20Kuta&#038;t=m&#038;z=17&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Sunset Road No.815, Kuta\"\n					aria-label=\"Jl. Sunset Road No.815, Kuta\"\n			></iframe>','Contact','','publish','closed','closed','','contact','','','2023-08-29 11:37:58','2023-08-29 06:07:58','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=contact',0,'elementor_library','',0),(42,1,'2023-08-29 11:37:58','2023-08-29 06:07:58','','asset-fixn.png','','inherit','open','closed','','asset-fixn-png','','','2023-08-29 11:37:58','2023-08-29 06:07:58','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/asset-fixn.png',0,'attachment','image/png',0),(43,1,'2023-08-29 11:37:59','2023-08-29 06:07:59','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our News</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										News\n									</li>\n						</ul>\n            <article>\n                    <a href=\"https://politick.in8.cdn-alpha.com/wp-admin/post.php?post=1&amp;action=edit\" target=\"_blank\" rel=\"noopener\">\n				edit post\n			</a><a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">\n        </a><a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">Uncategorized</a>\n                    <h4>\n							<a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Hello world!</a>\n						</h4><p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Read More</a>\n                </article>\n			<h3>Recent Posts</h3>		\n            <article>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\" >\n                    Hello world!August 29, 2023 \n                </a>\n            </article>\n			<h3>Have Any Question?</h3>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n					<ul>\n							<li>\n										(+021) 157 489\n									</li>\n								<li>\n										support@domain.com\n									</li>\n						</ul>\n			<h3>Categories</h3>		\n                <a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">\n                    Uncategorized\n                </a>','News','','publish','closed','closed','','news','','','2023-08-29 11:37:59','2023-08-29 06:07:59','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=news',0,'elementor_library','',0),(44,1,'2023-08-29 11:37:58','2023-08-29 06:07:58','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Contact\n									</li>\n						</ul>\n			<h2>Get In Touch With Us To Get Better Information </h2>		\n		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		\n                <h4>Location</h4><p>Jl. Sunset Road No.815, Kuta<br />\n</p>\n                <h4>Emergency Call</h4><p>(+021) 157 489<br />\n</p>\n			<h2>Official Social Media</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin-in\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Jl.%20Sunset%20Road%20No.815%2C%20Kuta&#038;t=m&#038;z=17&#038;output=embed&#038;iwloc=near\"\n					title=\"Jl. Sunset Road No.815, Kuta\"\n					aria-label=\"Jl. Sunset Road No.815, Kuta\"\n			></iframe>','Contact','','inherit','closed','closed','','41-revision-v1','','','2023-08-29 11:37:58','2023-08-29 06:07:58','',41,'https://politick.in8.cdn-alpha.com/?p=44',0,'revision','',0),(45,1,'2023-08-29 11:37:59','2023-08-29 06:07:59','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our News</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										News\n									</li>\n						</ul>\n            <article>\n                    <a href=\"https://politick.in8.cdn-alpha.com/wp-admin/post.php?post=1&amp;action=edit\" target=\"_blank\" rel=\"noopener\">\n				edit post\n			</a><a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">\n        </a><a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">Uncategorized</a>\n                    <h4>\n							<a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Hello world!</a>\n						</h4><p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Read More</a>\n                </article>\n			<h3>Recent Posts</h3>		\n            <article>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\" >\n                    Hello world!August 29, 2023 \n                </a>\n            </article>\n			<h3>Have Any Question?</h3>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n					<ul>\n							<li>\n										(+021) 157 489\n									</li>\n								<li>\n										support@domain.com\n									</li>\n						</ul>\n			<h3>Categories</h3>		\n                <a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">\n                    Uncategorized\n                </a>','News','','inherit','closed','closed','','43-revision-v1','','','2023-08-29 11:37:59','2023-08-29 06:07:59','',43,'https://politick.in8.cdn-alpha.com/?p=45',0,'revision','',0),(46,1,'2023-08-29 11:38:00','2023-08-29 06:08:00','','testimonial-A8E2W8S.jpg','','inherit','open','closed','','testimonial-a8e2w8s-jpg','','','2023-08-29 11:38:00','2023-08-29 06:08:00','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-A8E2W8S.jpg',0,'attachment','image/jpeg',0),(47,1,'2023-08-29 11:38:00','2023-08-29 06:08:00','','get-acquainted-with-case.jpg','','inherit','open','closed','','get-acquainted-with-case-jpg','','','2023-08-29 11:38:00','2023-08-29 06:08:00','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/get-acquainted-with-case.jpg',0,'attachment','image/jpeg',0),(48,1,'2023-08-29 11:38:00','2023-08-29 06:08:00','','museum-in-paris-XCNGQ8A.jpg','','inherit','open','closed','','museum-in-paris-xcngq8a-jpg','','','2023-08-29 11:38:00','2023-08-29 06:08:00','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/museum-in-paris-XCNGQ8A.jpg',0,'attachment','image/jpeg',0),(49,1,'2023-08-29 11:38:01','2023-08-29 06:08:01','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>404		\n			<h2>Page Not Found</h2>		\n		The page you are looking for might have been removed had its name changed or is temporarily unavailable\n			<a href=\"#\">\n						Back To Home\n					</a>','404 Page','','publish','closed','closed','','404-page','','','2023-08-29 11:38:02','2023-08-29 06:08:02','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=404-page',0,'elementor_library','',0),(50,1,'2023-08-29 11:38:02','2023-08-29 06:08:02','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>404		\n			<h2>Page Not Found</h2>		\n		The page you are looking for might have been removed had its name changed or is temporarily unavailable\n			<a href=\"#\">\n						Back To Home\n					</a>','404 Page','','inherit','closed','closed','','49-revision-v1','','','2023-08-29 11:38:02','2023-08-29 06:08:02','',49,'https://politick.in8.cdn-alpha.com/?p=50',0,'revision','',0),(51,1,'2023-08-29 11:38:03','2023-08-29 06:08:03','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Information About Healthy Foods</h2>		\n		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. 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.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. 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Quisque aliquet nibh sit amet lectus \n									</li>\n								<li>\n										Nulla at metus ultricies, placerat augue \n									</li>\n								<li>\n										Curabitur mollis ex vestibulum \n									</li>\n								<li>\n										Quisque aliquet nibh sit amet lectus auctor\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Quisque aliquet nibh sit amet lectus \n									</li>\n								<li>\n										Nulla at metus ultricies, placerat augue \n									</li>\n								<li>\n										Curabitur mollis ex vestibulum \n									</li>\n								<li>\n										Quisque aliquet nibh sit amet lectus auctor\n									</li>\n						</ul>\n		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. 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. 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/healthy-food-delivery.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"healthy-food-delivery.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjI4IiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvaGVhbHRoeS1mb29kLWRlbGl2ZXJ5LmpwZyJ9\">\n							<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/healthy-food-delivery-qbm2rwd97uvs7e43d6tu2tugroulmg72sdci0vl3fo.jpg\" title=\"healthy-food-delivery.jpg\" alt=\"healthy-food-delivery.jpg\" loading=\"lazy\" />								</a>\n																<a href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/food-for-health.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"food-for-health.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjM2IiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvZm9vZC1mb3ItaGVhbHRoLmpwZyJ9\">\n							<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/food-for-health-qbm2s20acv3i51vwg99lhsf8c02swmtgt59ewjcqec.jpg\" title=\"food-for-health.jpg\" alt=\"food-for-health.jpg\" loading=\"lazy\" />								</a>\n		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. Tags : 		\n		Share This : 		\n			<ul><li data-social=\"facebook\">\n				<a></a>\n			</li><li data-social=\"twitter\">\n				<a></a>\n			</li><li data-social=\"whatsapp\">\n				<a></a>\n			</li></ul>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h3>Recent Posts</h3>		\n            <article>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\" >\n                    Hello world!August 29, 2023 \n                </a>\n            </article>\n			<h3>Have Any Question?</h3>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n					<ul>\n							<li>\n										(+021) 157 489\n									</li>\n								<li>\n										support@domain.com\n									</li>\n						</ul>\n			<h3>Categories</h3>		\n                <a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">\n                    Uncategorized\n                </a>','Single News','','publish','closed','closed','','single-news','','','2023-08-29 11:38:04','2023-08-29 06:08:04','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=single-news',0,'elementor_library','',0),(52,1,'2023-08-29 11:38:04','2023-08-29 06:08:04','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','publish','closed','closed','','header','','','2023-08-29 11:38:05','2023-08-29 06:08:05','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=header',0,'elementor_library','',0),(53,1,'2023-08-29 11:38:04','2023-08-29 06:08:04','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Information About Healthy Foods</h2>		\n		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. 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.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. 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Quisque aliquet nibh sit amet lectus \n									</li>\n								<li>\n										Nulla at metus ultricies, placerat augue \n									</li>\n								<li>\n										Curabitur mollis ex vestibulum \n									</li>\n								<li>\n										Quisque aliquet nibh sit amet lectus auctor\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Quisque aliquet nibh sit amet lectus \n									</li>\n								<li>\n										Nulla at metus ultricies, placerat augue \n									</li>\n								<li>\n										Curabitur mollis ex vestibulum \n									</li>\n								<li>\n										Quisque aliquet nibh sit amet lectus auctor\n									</li>\n						</ul>\n		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. 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. 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/healthy-food-delivery.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"healthy-food-delivery.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjI4IiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvaGVhbHRoeS1mb29kLWRlbGl2ZXJ5LmpwZyJ9\">\n							<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/healthy-food-delivery-qbm2rwd97uvs7e43d6tu2tugroulmg72sdci0vl3fo.jpg\" title=\"healthy-food-delivery.jpg\" alt=\"healthy-food-delivery.jpg\" loading=\"lazy\" />								</a>\n																<a href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/food-for-health.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"food-for-health.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjM2IiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvZm9vZC1mb3ItaGVhbHRoLmpwZyJ9\">\n							<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/food-for-health-qbm2s20acv3i51vwg99lhsf8c02swmtgt59ewjcqec.jpg\" title=\"food-for-health.jpg\" alt=\"food-for-health.jpg\" loading=\"lazy\" />								</a>\n		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. Tags : 		\n		Share This : 		\n			<ul><li data-social=\"facebook\">\n				<a></a>\n			</li><li data-social=\"twitter\">\n				<a></a>\n			</li><li data-social=\"whatsapp\">\n				<a></a>\n			</li></ul>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h3>Recent Posts</h3>		\n            <article>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\" >\n                    Hello world!August 29, 2023 \n                </a>\n            </article>\n			<h3>Have Any Question?</h3>		\n		Lorem ipsum dolor sit amet, consecte adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n					<ul>\n							<li>\n										(+021) 157 489\n									</li>\n								<li>\n										support@domain.com\n									</li>\n						</ul>\n			<h3>Categories</h3>		\n                <a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">\n                    Uncategorized\n                </a>','Single News','','inherit','closed','closed','','51-revision-v1','','','2023-08-29 11:38:04','2023-08-29 06:08:04','',51,'https://politick.in8.cdn-alpha.com/?p=53',0,'revision','',0),(54,1,'2023-08-29 11:38:05','2023-08-29 06:08:05','','testimonial-83S5W35.jpg','','inherit','open','closed','','testimonial-83s5w35-jpg','','','2023-08-29 11:38:05','2023-08-29 06:08:05','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-83S5W35.jpg',0,'attachment','image/jpeg',0),(55,1,'2023-08-29 11:38:05','2023-08-29 06:08:05','','people-at-festival-of-colors.jpg','','inherit','open','closed','','people-at-festival-of-colors-jpg','','','2023-08-29 11:38:05','2023-08-29 06:08:05','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/people-at-festival-of-colors.jpg',0,'attachment','image/jpeg',0),(56,1,'2023-08-29 11:38:05','2023-08-29 06:08:05','','musical-event.jpg','','inherit','open','closed','','musical-event-jpg','','','2023-08-29 11:38:05','2023-08-29 06:08:05','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/musical-event.jpg',0,'attachment','image/jpeg',0),(57,1,'2023-08-29 11:38:05','2023-08-29 06:08:05','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','52-revision-v1','','','2023-08-29 11:38:05','2023-08-29 06:08:05','',52,'https://politick.in8.cdn-alpha.com/?p=57',0,'revision','',0),(58,1,'2023-08-29 11:38:06','2023-08-29 06:08:06','','testimonial-83S5W35.jpg','','inherit','open','closed','','testimonial-83s5w35-jpg-2','','','2023-08-29 11:38:06','2023-08-29 06:08:06','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-83S5W35-1.jpg',0,'attachment','image/jpeg',0),(59,1,'2023-08-29 11:38:07','2023-08-29 06:08:07','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Services</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Services\n									</li>\n						</ul>\n			<h2>Explore Government Services & Information</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<a href=\"#\">\n						Explore All\n					</a>\n                <h3>Education Institute</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Justice and Law</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Health and Welfare</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Transportation</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Entertainment</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Trafic &amp; Parking</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Beach &amp; Nighlifes</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3> Travel &amp; Immigration</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Park Nature &amp; Wildlife</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n        0\n                Years Of Foundation\n        0\n                <h5>People In The City</h5>\n        0\n                <h5>Successful Programs</h5>\n        0\n                <h5>Square Of City</h5>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-Q8JDNBT.png\"  alt=\"Corbin Mosley\">\n                    <strong>Corbin Mosley</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-N8572T7.jpg\"  alt=\"Denny Whelan\">\n                    <strong>Denny Whelan</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-A8E2W8S.jpg\"  alt=\"Sarah O&#039;Reilly\">\n                    <strong>Sarah O&#039;Reilly</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-83S5W35.jpg\"  alt=\"Kitty Velazquez\">\n                    <strong>Kitty Velazquez</strong>\n                    <p>Citizen</p>\n			<h2>Cityvile Overview Services & Top Requests\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h3>Documents & Notices</h3>		\n                <h3>Facility Use Application</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Building Permit</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Civil Exams Applications</h3>\n                    <a href=\"#\"   >Download</a>','Services','','publish','closed','closed','','services','','','2023-08-29 11:38:08','2023-08-29 06:08:08','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=services',0,'elementor_library','',0),(60,1,'2023-08-29 11:38:08','2023-08-29 06:08:08','','formalwear-64AJGCM.jpg','','inherit','open','closed','','formalwear-64ajgcm-jpg','','','2023-08-29 11:38:08','2023-08-29 06:08:08','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/formalwear-64AJGCM.jpg',0,'attachment','image/jpeg',0),(61,1,'2023-08-29 11:38:08','2023-08-29 06:08:08','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Services</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Services\n									</li>\n						</ul>\n			<h2>Explore Government Services & Information</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<a href=\"#\">\n						Explore All\n					</a>\n                <h3>Education Institute</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Justice and Law</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Health and Welfare</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Transportation</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Entertainment</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Trafic &amp; Parking</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Beach &amp; Nighlifes</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3> Travel &amp; Immigration</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Park Nature &amp; Wildlife</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n        0\n                Years Of Foundation\n        0\n                <h5>People In The City</h5>\n        0\n                <h5>Successful Programs</h5>\n        0\n                <h5>Square Of City</h5>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-Q8JDNBT.png\"  alt=\"Corbin Mosley\">\n                    <strong>Corbin Mosley</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-N8572T7.jpg\"  alt=\"Denny Whelan\">\n                    <strong>Denny Whelan</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-A8E2W8S.jpg\"  alt=\"Sarah O&#039;Reilly\">\n                    <strong>Sarah O&#039;Reilly</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-83S5W35.jpg\"  alt=\"Kitty Velazquez\">\n                    <strong>Kitty Velazquez</strong>\n                    <p>Citizen</p>\n			<h2>Cityvile Overview Services & Top Requests\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h3>Documents & Notices</h3>		\n                <h3>Facility Use Application</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Building Permit</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Civil Exams Applications</h3>\n                    <a href=\"#\"   >Download</a>','Services','','inherit','closed','closed','','59-revision-v1','','','2023-08-29 11:38:08','2023-08-29 06:08:08','',59,'https://politick.in8.cdn-alpha.com/?p=61',0,'revision','',0),(62,1,'2023-08-29 11:38:08','2023-08-29 06:08:08','','beautiful-summer-AA8J2ML.jpg','','inherit','open','closed','','beautiful-summer-aa8j2ml-jpg','','','2023-08-29 11:38:08','2023-08-29 06:08:08','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/beautiful-summer-AA8J2ML.jpg',0,'attachment','image/jpeg',0),(63,1,'2023-08-29 11:38:09','2023-08-29 06:08:09','','forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg','','inherit','open','closed','','forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-jpg','','','2023-08-29 11:38:09','2023-08-29 06:08:09','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg',0,'attachment','image/jpeg',0),(64,1,'2023-08-29 11:38:09','2023-08-29 06:08:09','','formalwear-64AJGCM.jpg','','inherit','open','closed','','formalwear-64ajgcm-jpg-2','','','2023-08-29 11:38:09','2023-08-29 06:08:09','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/formalwear-64AJGCM-1.jpg',0,'attachment','image/jpeg',0),(65,1,'2023-08-29 11:38:11','2023-08-29 06:08:11','','speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg','','inherit','open','closed','','speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-jpg','','','2023-08-29 11:38:11','2023-08-29 06:08:11','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg',0,'attachment','image/jpeg',0),(66,1,'2023-08-29 11:38:12','2023-08-29 06:08:12','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>FAQ</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n			<h2>Popular Question</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n			<h2>Cityvile Overview Services & Top Requests\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h3>Documents & Notices</h3>		\n                <h3>Facility Use Application</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Building Permit</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Civil Exams Applications</h3>\n                    <a href=\"#\"   >Download</a>\n			<h3>Education Question</h3>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n			<h2>Trafic & Parking Question</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n			<h3>Health Question</h3>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n			<h2>Transportation Question</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes','FAQ','','publish','closed','closed','','faq','','','2023-08-29 11:38:13','2023-08-29 06:08:13','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=faq',0,'elementor_library','',0),(67,1,'2023-08-29 11:38:13','2023-08-29 06:08:13','','senior-traveler-SULUF4P.jpg','','inherit','open','closed','','senior-traveler-suluf4p-jpg','','','2023-08-29 11:38:13','2023-08-29 06:08:13','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg',0,'attachment','image/jpeg',0),(68,1,'2023-08-29 11:38:13','2023-08-29 06:08:13','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>FAQ</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n			<h2>Popular Question</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n			<h2>Cityvile Overview Services & Top Requests\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h3>Documents & Notices</h3>		\n                <h3>Facility Use Application</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Building Permit</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Civil Exams Applications</h3>\n                    <a href=\"#\"   >Download</a>\n			<h3>Education Question</h3>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n			<h2>Trafic & Parking Question</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n			<h3>Health Question</h3>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n			<h2>Transportation Question</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes','FAQ','','inherit','closed','closed','','66-revision-v1','','','2023-08-29 11:38:13','2023-08-29 06:08:13','',66,'https://politick.in8.cdn-alpha.com/?p=68',0,'revision','',0),(69,1,'2023-08-29 11:38:15','2023-08-29 06:08:15','','male-police-officers-writes-a-fine-on-the-road.jpg','','inherit','open','closed','','male-police-officers-writes-a-fine-on-the-road-jpg','','','2023-08-29 11:38:15','2023-08-29 06:08:15','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/male-police-officers-writes-a-fine-on-the-road.jpg',0,'attachment','image/jpeg',0),(70,1,'2023-08-29 11:38:15','2023-08-29 06:08:15','','confident-professional-8T7X45D.jpg','','inherit','open','closed','','confident-professional-8t7x45d-jpg','','','2023-08-29 11:38:15','2023-08-29 06:08:15','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg',0,'attachment','image/jpeg',0),(71,1,'2023-08-29 11:38:16','2023-08-29 06:08:16','','portrait-of-children-showing-off-winners-medals-on-sports-day.jpg','','inherit','open','closed','','portrait-of-children-showing-off-winners-medals-on-sports-day-jpg','','','2023-08-29 11:38:16','2023-08-29 06:08:16','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day.jpg',0,'attachment','image/jpeg',0),(72,1,'2023-08-29 11:38:16','2023-08-29 06:08:16','','portrait-of-children-showing-off-winners-medals-on-sports-day.jpg','','inherit','open','closed','','portrait-of-children-showing-off-winners-medals-on-sports-day-jpg-2','','','2023-08-29 11:38:16','2023-08-29 06:08:16','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day-1.jpg',0,'attachment','image/jpeg',0),(73,1,'2023-08-29 11:38:17','2023-08-29 06:08:17','','portrait-of-children-showing-off-winners-medals-on-sports-day.jpg','','inherit','open','closed','','portrait-of-children-showing-off-winners-medals-on-sports-day-jpg-3','','','2023-08-29 11:38:17','2023-08-29 06:08:17','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/portrait-of-children-showing-off-winners-medals-on-sports-day-2.jpg',0,'attachment','image/jpeg',0),(74,1,'2023-08-29 11:38:18','2023-08-29 06:08:18','','successful-partners.jpg','','inherit','open','closed','','successful-partners-jpg','','','2023-08-29 11:38:18','2023-08-29 06:08:18','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/successful-partners.jpg',0,'attachment','image/jpeg',0),(75,1,'2023-08-29 11:38:18','2023-08-29 06:08:18','','working-on-travel-AHE6QFC.jpg','','inherit','open','closed','','working-on-travel-ahe6qfc-jpg','','','2023-08-29 11:38:18','2023-08-29 06:08:18','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC.jpg',0,'attachment','image/jpeg',0),(76,1,'2023-08-29 11:38:18','2023-08-29 06:08:18','','working-on-travel-AHE6QFC.jpg','','inherit','open','closed','','working-on-travel-ahe6qfc-jpg','','','2023-08-29 11:38:18','2023-08-29 06:08:18','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg',0,'attachment','image/jpeg',0),(77,1,'2023-08-29 11:38:19','2023-08-29 06:08:19','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Departement</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Departement\n									</li>\n						</ul>\n			<h2>Explore Our Department\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                <h3>Business &amp; Industry</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Agriculture and Food</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Finance &amp; Economy</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Policing and Crime</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Constution and Law</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Art and Culture</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n        0\n                Years Of Foundation\n        0\n                <h5>People In The City</h5>\n        0\n                <h5>Successful Programs</h5>\n        0\n                <h5>Square Of City</h5>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-Q8JDNBT.png\"  alt=\"Corbin Mosley\">\n                    <strong>Corbin Mosley</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-N8572T7.jpg\"  alt=\"Denny Whelan\">\n                    <strong>Denny Whelan</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-A8E2W8S.jpg\"  alt=\"Sarah O&#039;Reilly\">\n                    <strong>Sarah O&#039;Reilly</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-83S5W35.jpg\"  alt=\"Kitty Velazquez\">\n                    <strong>Kitty Velazquez</strong>\n                    <p>Citizen</p>\n			<h2>Upcoming Events and Activities</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>08</h2><h3>July 2021</h3>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\" title=\"people-at-festival-of-colors.jpg\" alt=\"people-at-festival-of-colors.jpg\" loading=\"lazy\" />															\n			<h3>Cityvile Colour Run</h3>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 15.00 P.M. - Till Drop\n									</li>\n								<li>\n										Date : 08 July 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>28</h2><h3>Aug 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\" title=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" alt=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" loading=\"lazy\" />															\n			<h2>Violence Against Women</h2>		\n					<ul>\n							<li>\n										Location : Jl. Sunset Road No.815\n									</li>\n								<li>\n										Time : 10.00 A.M. - 13.00 PA.M.\n									</li>\n								<li>\n										Date : 28 August 2021\n									</li>\n								<li>\n										Category : Welfare\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>12</h2><h3>Sept 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\" title=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" alt=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" loading=\"lazy\" />															\n			<h2>Sport Games for Children</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 08.00 A.M. - 15.00 P.M.\n									</li>\n								<li>\n										Date : 12 September 2021\n									</li>\n								<li>\n										Category : Sports\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>','Departement','','publish','closed','closed','','departement','','','2023-08-29 11:38:21','2023-08-29 06:08:21','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=departement',0,'elementor_library','',0),(78,1,'2023-08-29 11:38:20','2023-08-29 06:08:20','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Departement Details</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Departement Details\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											 Business & Industry\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Agriculture and Food\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Finance & Economy\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Constution and Law\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Policing and Crime\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Art and Culture\n											</a>\n									</li>\n						</ul>\n			<a href=\"\"   >\n                <h3>Download.pdf</h3>\n            </a>		\n			<a href=\"\"   >\n                <h3>Building Permit.txt</h3>\n            </a>		\n			<a href=\"\"   >\n                <h3>Download.txt</h3>\n            </a>		\n			<h2>Need Consultancy, Request A Free Quote</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n			<a href=\"#\">\n						Get Started\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2000\" height=\"1333\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books.jpg 2000w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books-300x200.jpg 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books-1024x682.jpg 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books-768x512.jpg 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books-1536x1024.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" />															\n			<h2>Constution and Law</h2>		\n		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 ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe in volup velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborumLorem 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 ulla laboris nisi ut aliquip ex ea commodo consequat. 		\n			<h3>Lates Cases</h3>		\n		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 ulla laboris nisi ut aliquip ex ea commodo consequat. 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c5ced79\" data-elementor-lightbox-title=\"get-acquainted-with-case.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjQ3IiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvZ2V0LWFjcXVhaW50ZWQtd2l0aC1jYXNlLmpwZyIsInNsaWRlc2hvdyI6IjZjNWNlZDc5In0%3D\" href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/get-acquainted-with-case.jpg\"><figure><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/get-acquainted-with-case-qbm2s5rop7ocsuqv6j83mxgyae3ws8ljd34s18qj68.jpg\" alt=\"get-acquainted-with-case.jpg\" /></figure></a><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c5ced79\" data-elementor-lightbox-title=\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjYzIiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvZm9yZW5zaWMtcG9saWNlLXRha2UtZGF0YS1mcm9tLWEtcGhvbmUtaW52b2x2ZWQtaW4tYS1ob21pY2lkZS1jcmltZS1sYWItYW5hbHlzaXMtY29uY2VwdC1pbWFnZS5qcGciLCJzbGlkZXNob3ciOiI2YzVjZWQ3OSJ9\" href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\"><figure><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-qbm2se88epzxpcekt4vqrdc3muy7pij4e905cqdzm8.jpg\" alt=\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\" /></figure></a><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c5ced79\" data-elementor-lightbox-title=\"male-police-officers-writes-a-fine-on-the-road.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY5IiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvbWFsZS1wb2xpY2Utb2ZmaWNlcnMtd3JpdGVzLWEtZmluZS1vbi10aGUtcm9hZC5qcGciLCJzbGlkZXNob3ciOiI2YzVjZWQ3OSJ9\" href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/male-police-officers-writes-a-fine-on-the-road.jpg\"><figure><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/male-police-officers-writes-a-fine-on-the-road-qbm2sjv9jq7nn06dw7bi6bwv766ezp5if0x28e5mkw.jpg\" alt=\"male-police-officers-writes-a-fine-on-the-road.jpg\" /></figure></a>			\n		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 ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe in volup 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		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>','Departement Details','','publish','closed','closed','','departement-details','','','2023-08-29 11:38:21','2023-08-29 06:08:21','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=departement-details',0,'elementor_library','',0),(79,1,'2023-08-29 11:38:20','2023-08-29 06:08:20','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About\n									</li>\n						</ul>\n			<h2>The Major Voice Of City Government</h2>		\n		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.Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor		\n					<ul>\n							<li>\n										Duis aute irure dolor in reprehenderit in voluptate velit esse \n									</li>\n								<li>\n										Quis nostrud exercitation ullamco laboris nisi minim veniam\n									</li>\n								<li>\n										Nostrum exercitationem ullam corporis suscipit laboriosam\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"474\" height=\"161\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png 474w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV-300x102.png 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" />															\n			<h3>Jerry Howell</h3>Mayor		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Most Memorable Movements\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/capital-building-austin-texas-government-building-blue-skies-e1625799779986-qbm2rl3bkhue4vfnxo61b17pb9hg2ms7a73u7tasao.jpg\" title=\"capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\" alt=\"capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\" loading=\"lazy\" />															\n			1989		\n			<h2>New Government Building</h2>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		\n			1929		\n			<h3>Cityvile Council Founded</h3>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		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/washington-usa-state-capitol-building-FWT6RXB-qbm2ri9szzqj61jre4y5ljxbj3vcfjh09t5drzeytc.jpg\" title=\"washington-usa-state-capitol-building-FWT6RXB.jpg\" alt=\"washington-usa-state-capitol-building-FWT6RXB.jpg\" loading=\"lazy\" />															\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/road-jungtion-and-manquehue-hill-in-2CXE7DY-qbm2rpsiio0tqx8u68765i10a6ua54auyud9m73tfk.jpg\" title=\"road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\" alt=\"road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\" loading=\"lazy\" />															\n			2016		\n			<h2>Cityvile Become Smart City</h2>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		\n			1994		\n			<h3>Expand The Field Of Activity</h3>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		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/capital-city-of-malaysia-kuala-lumpur-at-night-qbm2rwddui9u06za3t1k4yd8fvxun00zbqxnz4u280.jpg\" title=\"capital-city-of-malaysia-kuala-lumpur-at-night.jpg\" alt=\"capital-city-of-malaysia-kuala-lumpur-at-night.jpg\" loading=\"lazy\" />															\n			<h2>Explore City Highlights\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n            <p></p>\n            <h3>Capital Building</h3>\n            <p></p>\n            <h3>Ethology Museum</h3>\n            <p></p>\n            <h3>Central Park</h3>\n            <p></p>\n            <h3>Cityvile State</h3>\n			<h2>Meet Council Members\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Jerry Howell</h3><p>Mayor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Elysia Molloy</h2><p>Health Director</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Dollie Brennan</h2><p>City Auditor</p>','About Us','','publish','closed','closed','','about-us','','','2023-08-29 11:38:22','2023-08-29 06:08:22','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=about-us',0,'elementor_library','',0),(80,1,'2023-08-29 11:38:21','2023-08-29 06:08:21','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Departement</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Departement\n									</li>\n						</ul>\n			<h2>Explore Our Department\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                <h3>Business &amp; Industry</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Agriculture and Food</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Finance &amp; Economy</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Policing and Crime</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Constution and Law</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Art and Culture</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n        0\n                Years Of Foundation\n        0\n                <h5>People In The City</h5>\n        0\n                <h5>Successful Programs</h5>\n        0\n                <h5>Square Of City</h5>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-Q8JDNBT.png\"  alt=\"Corbin Mosley\">\n                    <strong>Corbin Mosley</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-N8572T7.jpg\"  alt=\"Denny Whelan\">\n                    <strong>Denny Whelan</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-A8E2W8S.jpg\"  alt=\"Sarah O&#039;Reilly\">\n                    <strong>Sarah O&#039;Reilly</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-83S5W35.jpg\"  alt=\"Kitty Velazquez\">\n                    <strong>Kitty Velazquez</strong>\n                    <p>Citizen</p>\n			<h2>Upcoming Events and Activities</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>08</h2><h3>July 2021</h3>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\" title=\"people-at-festival-of-colors.jpg\" alt=\"people-at-festival-of-colors.jpg\" loading=\"lazy\" />															\n			<h3>Cityvile Colour Run</h3>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 15.00 P.M. - Till Drop\n									</li>\n								<li>\n										Date : 08 July 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>28</h2><h3>Aug 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\" title=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" alt=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" loading=\"lazy\" />															\n			<h2>Violence Against Women</h2>		\n					<ul>\n							<li>\n										Location : Jl. Sunset Road No.815\n									</li>\n								<li>\n										Time : 10.00 A.M. - 13.00 PA.M.\n									</li>\n								<li>\n										Date : 28 August 2021\n									</li>\n								<li>\n										Category : Welfare\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>12</h2><h3>Sept 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\" title=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" alt=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" loading=\"lazy\" />															\n			<h2>Sport Games for Children</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 08.00 A.M. - 15.00 P.M.\n									</li>\n								<li>\n										Date : 12 September 2021\n									</li>\n								<li>\n										Category : Sports\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>','Departement','','inherit','closed','closed','','77-revision-v1','','','2023-08-29 11:38:21','2023-08-29 06:08:21','',77,'https://politick.in8.cdn-alpha.com/?p=80',0,'revision','',0),(81,1,'2023-08-29 11:38:21','2023-08-29 06:08:21','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Departement Details</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Departement Details\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											 Business & Industry\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Agriculture and Food\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Finance & Economy\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Constution and Law\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Policing and Crime\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Art and Culture\n											</a>\n									</li>\n						</ul>\n			<a href=\"\"   >\n                <h3>Download.pdf</h3>\n            </a>		\n			<a href=\"\"   >\n                <h3>Building Permit.txt</h3>\n            </a>		\n			<a href=\"\"   >\n                <h3>Download.txt</h3>\n            </a>		\n			<h2>Need Consultancy, Request A Free Quote</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore		\n			<a href=\"#\">\n						Get Started\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2000\" height=\"1333\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books.jpg 2000w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books-300x200.jpg 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books-1024x682.jpg 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books-768x512.jpg 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/gavel-scales-of-justice-and-law-books-1536x1024.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" />															\n			<h2>Constution and Law</h2>		\n		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 ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe in volup velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborumLorem 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 ulla laboris nisi ut aliquip ex ea commodo consequat. 		\n			<h3>Lates Cases</h3>		\n		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 ulla laboris nisi ut aliquip ex ea commodo consequat. 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c5ced79\" data-elementor-lightbox-title=\"get-acquainted-with-case.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjQ3IiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvZ2V0LWFjcXVhaW50ZWQtd2l0aC1jYXNlLmpwZyIsInNsaWRlc2hvdyI6IjZjNWNlZDc5In0%3D\" href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/get-acquainted-with-case.jpg\"><figure><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/get-acquainted-with-case-qbm2s5rop7ocsuqv6j83mxgyae3ws8ljd34s18qj68.jpg\" alt=\"get-acquainted-with-case.jpg\" /></figure></a><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c5ced79\" data-elementor-lightbox-title=\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjYzIiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvZm9yZW5zaWMtcG9saWNlLXRha2UtZGF0YS1mcm9tLWEtcGhvbmUtaW52b2x2ZWQtaW4tYS1ob21pY2lkZS1jcmltZS1sYWItYW5hbHlzaXMtY29uY2VwdC1pbWFnZS5qcGciLCJzbGlkZXNob3ciOiI2YzVjZWQ3OSJ9\" href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\"><figure><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image-qbm2se88epzxpcekt4vqrdc3muy7pij4e905cqdzm8.jpg\" alt=\"forensic-police-take-data-from-a-phone-involved-in-a-homicide-crime-lab-analysis-concept-image.jpg\" /></figure></a><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c5ced79\" data-elementor-lightbox-title=\"male-police-officers-writes-a-fine-on-the-road.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY5IiwidXJsIjoiaHR0cHM6XC9cL3BvbGl0aWNrLmluOC5jZG4tYWxwaGEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wOFwvbWFsZS1wb2xpY2Utb2ZmaWNlcnMtd3JpdGVzLWEtZmluZS1vbi10aGUtcm9hZC5qcGciLCJzbGlkZXNob3ciOiI2YzVjZWQ3OSJ9\" href=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/male-police-officers-writes-a-fine-on-the-road.jpg\"><figure><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/male-police-officers-writes-a-fine-on-the-road-qbm2sjv9jq7nn06dw7bi6bwv766ezp5if0x28e5mkw.jpg\" alt=\"male-police-officers-writes-a-fine-on-the-road.jpg\" /></figure></a>			\n		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 ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ulla laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe in volup 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		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>','Departement Details','','inherit','closed','closed','','78-revision-v1','','','2023-08-29 11:38:21','2023-08-29 06:08:21','',78,'https://politick.in8.cdn-alpha.com/?p=81',0,'revision','',0),(82,1,'2023-08-29 11:38:22','2023-08-29 06:08:22','','business-agent-LTX7Y7U.jpg','','inherit','open','closed','','business-agent-ltx7y7u-jpg','','','2023-08-29 11:38:22','2023-08-29 06:08:22','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/business-agent-LTX7Y7U.jpg',0,'attachment','image/jpeg',0),(83,1,'2023-08-29 11:38:22','2023-08-29 06:08:22','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About Us</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About\n									</li>\n						</ul>\n			<h2>The Major Voice Of City Government</h2>		\n		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.Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor		\n					<ul>\n							<li>\n										Duis aute irure dolor in reprehenderit in voluptate velit esse \n									</li>\n								<li>\n										Quis nostrud exercitation ullamco laboris nisi minim veniam\n									</li>\n								<li>\n										Nostrum exercitationem ullam corporis suscipit laboriosam\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"474\" height=\"161\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png 474w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV-300x102.png 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" />															\n			<h3>Jerry Howell</h3>Mayor		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Most Memorable Movements\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/capital-building-austin-texas-government-building-blue-skies-e1625799779986-qbm2rl3bkhue4vfnxo61b17pb9hg2ms7a73u7tasao.jpg\" title=\"capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\" alt=\"capital-building-austin-texas-government-building-blue-skies-e1625799779986.jpg\" loading=\"lazy\" />															\n			1989		\n			<h2>New Government Building</h2>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		\n			1929		\n			<h3>Cityvile Council Founded</h3>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		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/washington-usa-state-capitol-building-FWT6RXB-qbm2ri9szzqj61jre4y5ljxbj3vcfjh09t5drzeytc.jpg\" title=\"washington-usa-state-capitol-building-FWT6RXB.jpg\" alt=\"washington-usa-state-capitol-building-FWT6RXB.jpg\" loading=\"lazy\" />															\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/road-jungtion-and-manquehue-hill-in-2CXE7DY-qbm2rpsiio0tqx8u68765i10a6ua54auyud9m73tfk.jpg\" title=\"road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\" alt=\"road-jungtion-and-manquehue-hill-in-2CXE7DY.jpg\" loading=\"lazy\" />															\n			2016		\n			<h2>Cityvile Become Smart City</h2>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		\n			1994		\n			<h3>Expand The Field Of Activity</h3>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		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/capital-city-of-malaysia-kuala-lumpur-at-night-qbm2rwddui9u06za3t1k4yd8fvxun00zbqxnz4u280.jpg\" title=\"capital-city-of-malaysia-kuala-lumpur-at-night.jpg\" alt=\"capital-city-of-malaysia-kuala-lumpur-at-night.jpg\" loading=\"lazy\" />															\n			<h2>Explore City Highlights\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n            <p></p>\n            <h3>Capital Building</h3>\n            <p></p>\n            <h3>Ethology Museum</h3>\n            <p></p>\n            <h3>Central Park</h3>\n            <p></p>\n            <h3>Cityvile State</h3>\n			<h2>Meet Council Members\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Jerry Howell</h3><p>Mayor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Elysia Molloy</h2><p>Health Director</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Dollie Brennan</h2><p>City Auditor</p>','About Us','','inherit','closed','closed','','79-revision-v1','','','2023-08-29 11:38:22','2023-08-29 06:08:22','',79,'https://politick.in8.cdn-alpha.com/?p=83',0,'revision','',0),(84,1,'2023-08-29 11:38:23','2023-08-29 06:08:23','','music.jpg','','inherit','open','closed','','music-jpg','','','2023-08-29 11:38:23','2023-08-29 06:08:23','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/music.jpg',0,'attachment','image/jpeg',0),(85,1,'2023-08-29 11:38:26','2023-08-29 06:08:26','','serious-speaker-2BEQX5R.jpg','','inherit','open','closed','','serious-speaker-2beqx5r-jpg','','','2023-08-29 11:38:26','2023-08-29 06:08:26','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/serious-speaker-2BEQX5R.jpg',0,'attachment','image/jpeg',0),(86,1,'2023-08-29 11:38:27','2023-08-29 06:08:27','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome To The Local Government Portal</h1>		\n			Cityvile		\n		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 		\n			<a href=\"#\">\n						Discover More\n					</a>\n			<a href=\"#\">\n						View Events\n					</a>\n			<h2>The Major Voice Of City Government</h2>		\n		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.Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Duis aute irure dolor in reprehenderit in voluptate velit esse \n									</li>\n								<li>\n										Quis nostrud exercitation ullamco laboris nisi minim veniam\n									</li>\n								<li>\n										Nostrum exercitationem ullam corporis suscipit laboriosam\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"474\" height=\"161\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png 474w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV-300x102.png 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" />															\n			<h3>Jerry Howell</h3>Mayor		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Explore Government Services & Information</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<a href=\"#\">\n						Explore All\n					</a>\n                <h3>Education Institute</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Justice and Law</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Health and Welfare</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Transportation</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Entertainment</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Trafic &amp; Parking</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n			<h4>Helplines & Emergency Services</h4>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						(+021) 157 489					\n				</h3>\n			<h2>Explore Our Departments</h2>		\n		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 xercitation ullamco laboris nisi ut aliquip ex ea commodo		\n                <h3>Business &amp; Industry</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Finance &amp; Economy</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Agriculture &amp; Food</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Constution &amp; Law</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n			<a role=\"button\">\n						All Departement\n					</a>\n			<h2>Upcoming Events and Activities</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>08</h2><h3>July 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\" title=\"people-at-festival-of-colors.jpg\" alt=\"people-at-festival-of-colors.jpg\" loading=\"lazy\" />															\n			<h3>Cityvile Colour Run</h3>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 15.00 P.M. - Till Drop\n									</li>\n								<li>\n										Date : 08 July 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>28</h2><h3>Aug 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\" title=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" alt=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" loading=\"lazy\" />															\n			<h2>Violence Against Women</h2>		\n					<ul>\n							<li>\n										Location : Jl. Sunset Road No.815\n									</li>\n								<li>\n										Time : 10.00 A.M. - 13.00 PA.M.\n									</li>\n								<li>\n										Date : 28 August 2021\n									</li>\n								<li>\n										Category : Welfare\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>12</h2><h3>Sept 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\" title=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" alt=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" loading=\"lazy\" />															\n			<h2>Sport Games for Children</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 08.00 A.M. - 15.00 P.M.\n									</li>\n								<li>\n										Date : 12 September 2021\n									</li>\n								<li>\n										Category : Sports\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>Explore City Highlights\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n            <p></p>\n            <h3>Capital Building</h3>\n            <p></p>\n            <h3>Ethology Museum</h3>\n            <p></p>\n            <h3>Central Park</h3>\n            <p></p>\n            <h3>Cityvile State</h3>\n			<h2>Meet Council Members\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Jerry Howell</h3><p>Mayor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Elysia Molloy</h2><p>Health Director</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Dollie Brennan</h2><p>City Auditor</p>\n			<h2>Cityvile Overview Services & Top Requests\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h3>Documents & Notices</h3>		\n                <h3>Facility Use Application</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Building Permit</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Civil Exams Applications</h3>\n                    <a href=\"#\"   >Download</a>\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n            <article>\n                    <a href=\"https://politick.in8.cdn-alpha.com/wp-admin/post.php?post=1&amp;action=edit\" target=\"_blank\" rel=\"noopener\">\n				edit post\n			</a><a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">\n        </a><a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">Uncategorized</a>\n                    <h4>\n							<a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Hello world!</a>\n						</h4><p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Read More</a>\n                </article>','Home','','publish','closed','closed','','home','','','2023-08-29 11:38:27','2023-08-29 06:08:27','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=home',0,'elementor_library','',0),(87,1,'2023-08-29 11:38:27','2023-08-29 06:08:27','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome To The Local Government Portal</h1>		\n			Cityvile		\n		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 		\n			<a href=\"#\">\n						Discover More\n					</a>\n			<a href=\"#\">\n						View Events\n					</a>\n			<h2>The Major Voice Of City Government</h2>		\n		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.Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Duis aute irure dolor in reprehenderit in voluptate velit esse \n									</li>\n								<li>\n										Quis nostrud exercitation ullamco laboris nisi minim veniam\n									</li>\n								<li>\n										Nostrum exercitationem ullam corporis suscipit laboriosam\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"474\" height=\"161\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png 474w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV-300x102.png 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" />															\n			<h3>Jerry Howell</h3>Mayor		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Explore Government Services & Information</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<a href=\"#\">\n						Explore All\n					</a>\n                <h3>Education Institute</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Justice and Law</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Health and Welfare</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Transportation</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Entertainment</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Trafic &amp; Parking</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n			<h4>Helplines & Emergency Services</h4>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						(+021) 157 489					\n				</h3>\n			<h2>Explore Our Departments</h2>		\n		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 xercitation ullamco laboris nisi ut aliquip ex ea commodo		\n                <h3>Business &amp; Industry</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Finance &amp; Economy</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Agriculture &amp; Food</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Constution &amp; Law</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n			<a role=\"button\">\n						All Departement\n					</a>\n			<h2>Upcoming Events and Activities</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>08</h2><h3>July 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\" title=\"people-at-festival-of-colors.jpg\" alt=\"people-at-festival-of-colors.jpg\" loading=\"lazy\" />															\n			<h3>Cityvile Colour Run</h3>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 15.00 P.M. - Till Drop\n									</li>\n								<li>\n										Date : 08 July 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>28</h2><h3>Aug 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\" title=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" alt=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" loading=\"lazy\" />															\n			<h2>Violence Against Women</h2>		\n					<ul>\n							<li>\n										Location : Jl. Sunset Road No.815\n									</li>\n								<li>\n										Time : 10.00 A.M. - 13.00 PA.M.\n									</li>\n								<li>\n										Date : 28 August 2021\n									</li>\n								<li>\n										Category : Welfare\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>12</h2><h3>Sept 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\" title=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" alt=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" loading=\"lazy\" />															\n			<h2>Sport Games for Children</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 08.00 A.M. - 15.00 P.M.\n									</li>\n								<li>\n										Date : 12 September 2021\n									</li>\n								<li>\n										Category : Sports\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>Explore City Highlights\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n            <p></p>\n            <h3>Capital Building</h3>\n            <p></p>\n            <h3>Ethology Museum</h3>\n            <p></p>\n            <h3>Central Park</h3>\n            <p></p>\n            <h3>Cityvile State</h3>\n			<h2>Meet Council Members\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Jerry Howell</h3><p>Mayor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Elysia Molloy</h2><p>Health Director</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Dollie Brennan</h2><p>City Auditor</p>\n			<h2>Cityvile Overview Services & Top Requests\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h3>Documents & Notices</h3>		\n                <h3>Facility Use Application</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Building Permit</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Civil Exams Applications</h3>\n                    <a href=\"#\"   >Download</a>\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n            <article>\n                    <a href=\"https://politick.in8.cdn-alpha.com/wp-admin/post.php?post=1&amp;action=edit\" target=\"_blank\" rel=\"noopener\">\n				edit post\n			</a><a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">\n        </a><a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">Uncategorized</a>\n                    <h4>\n							<a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Hello world!</a>\n						</h4><p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Read More</a>\n                </article>','Home','','inherit','closed','closed','','86-revision-v1','','','2023-08-29 11:38:27','2023-08-29 06:08:27','',86,'https://politick.in8.cdn-alpha.com/?p=87',0,'revision','',0),(88,1,'2023-08-29 11:38:29','2023-08-29 06:08:29','','confident-businessman-QWVC4G6.jpg','','inherit','open','closed','','confident-businessman-qwvc4g6-jpg','','','2023-08-29 11:38:29','2023-08-29 06:08:29','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-businessman-QWVC4G6.jpg',0,'attachment','image/jpeg',0),(89,1,'2023-08-29 11:38:30','2023-08-29 06:08:30','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Event</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Event\n									</li>\n						</ul>\n			<h2>Upcoming Events and Activities</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>08</h2><h3>July 2021</h3>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\" title=\"people-at-festival-of-colors.jpg\" alt=\"people-at-festival-of-colors.jpg\" loading=\"lazy\" />															\n			<h3>Cityvile Colour Run</h3>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 15.00 P.M. - Till Drop\n									</li>\n								<li>\n										Date : 08 July 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>28</h2><h3>Aug 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\" title=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" alt=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" loading=\"lazy\" />															\n			<h2>Violence Against Women</h2>		\n					<ul>\n							<li>\n										Location : Jl. Sunset Road No.815\n									</li>\n								<li>\n										Time : 10.00 A.M. - 13.00 PA.M.\n									</li>\n								<li>\n										Date : 28 August 2021\n									</li>\n								<li>\n										Category : Welfare\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>12</h2><h3>Sept 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\" title=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" alt=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" loading=\"lazy\" />															\n			<h2>Sport Games for Children</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 08.00 A.M. - 15.00 P.M.\n									</li>\n								<li>\n										Date : 12 September 2021\n									</li>\n								<li>\n										Category : Sports\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>24</h2><h3>Oct 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/music-qbm2sre1jv789a7lawd6jlpzrclcf83njazhaf7ntk.jpg\" title=\"music.jpg\" alt=\"music.jpg\" loading=\"lazy\" />															\n			<h2>Cityvile Music Festival</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Uluwatu, Ungasan\n									</li>\n								<li>\n										Time : 17.00 P.M. - 02.00 A.M.\n									</li>\n								<li>\n										Date : 24 October 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n        0\n                Years Of Foundation\n        0\n                <h5>People In The City</h5>\n        0\n                <h5>Successful Programs</h5>\n        0\n                <h5>Square Of City</h5>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-Q8JDNBT.png\"  alt=\"Corbin Mosley\">\n                    <strong>Corbin Mosley</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-N8572T7.jpg\"  alt=\"Denny Whelan\">\n                    <strong>Denny Whelan</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-A8E2W8S.jpg\"  alt=\"Sarah O&#039;Reilly\">\n                    <strong>Sarah O&#039;Reilly</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-83S5W35.jpg\"  alt=\"Kitty Velazquez\">\n                    <strong>Kitty Velazquez</strong>\n                    <p>Citizen</p>\n			<h2>Popular Question</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes','Event','','publish','closed','closed','','event','','','2023-08-29 11:38:31','2023-08-29 06:08:31','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=event',0,'elementor_library','',0),(90,1,'2023-08-29 11:38:31','2023-08-29 06:08:31','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Team</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Our Team\n									</li>\n						</ul>\n			<h2>Meet Council Members\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Jerry Howell</h3><p>Mayor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Elysia Molloy</h2><p>Health Director</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Dollie Brennan</h2><p>City Auditor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/business-agent-LTX7Y7U.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Arham Bradley</h3><p>Town Clerk</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/serious-speaker-2BEQX5R.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Trystan Hume</h3><p>Councilor, District 1</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-businessman-QWVC4G6.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Donte Anthony</h3><p>Councilor, District 2</p>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Helplines & Emergency Services</h4>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						(+021) 157 489					\n				</h3>\n			<h2>Explore Our Departments</h2>		\n		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 xercitation ullamco laboris nisi ut aliquip ex ea commodo		\n                <h3>Business &amp; Industry</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Finance &amp; Economy</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Agriculture &amp; Food</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Constution &amp; Law</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n			<a role=\"button\">\n						All Departement\n					</a>\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n            <article>\n                    <a href=\"https://politick.in8.cdn-alpha.com/wp-admin/post.php?post=1&amp;action=edit\" target=\"_blank\" rel=\"noopener\">\n				edit post\n			</a><a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">\n        </a><a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">Uncategorized</a>\n                    <h4>\n							<a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Hello world!</a>\n						</h4><p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Read More</a>\n                </article>','Team','','publish','closed','closed','','team','','','2023-08-29 11:38:31','2023-08-29 06:08:31','',0,'https://politick.in8.cdn-alpha.com/?elementor_library=team',0,'elementor_library','',0),(91,1,'2023-08-29 11:38:31','2023-08-29 06:08:31','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Event</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Event\n									</li>\n						</ul>\n			<h2>Upcoming Events and Activities</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>08</h2><h3>July 2021</h3>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\" title=\"people-at-festival-of-colors.jpg\" alt=\"people-at-festival-of-colors.jpg\" loading=\"lazy\" />															\n			<h3>Cityvile Colour Run</h3>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 15.00 P.M. - Till Drop\n									</li>\n								<li>\n										Date : 08 July 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>28</h2><h3>Aug 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\" title=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" alt=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" loading=\"lazy\" />															\n			<h2>Violence Against Women</h2>		\n					<ul>\n							<li>\n										Location : Jl. Sunset Road No.815\n									</li>\n								<li>\n										Time : 10.00 A.M. - 13.00 PA.M.\n									</li>\n								<li>\n										Date : 28 August 2021\n									</li>\n								<li>\n										Category : Welfare\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>12</h2><h3>Sept 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\" title=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" alt=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" loading=\"lazy\" />															\n			<h2>Sport Games for Children</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 08.00 A.M. - 15.00 P.M.\n									</li>\n								<li>\n										Date : 12 September 2021\n									</li>\n								<li>\n										Category : Sports\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>24</h2><h3>Oct 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/music-qbm2sre1jv789a7lawd6jlpzrclcf83njazhaf7ntk.jpg\" title=\"music.jpg\" alt=\"music.jpg\" loading=\"lazy\" />															\n			<h2>Cityvile Music Festival</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Uluwatu, Ungasan\n									</li>\n								<li>\n										Time : 17.00 P.M. - 02.00 A.M.\n									</li>\n								<li>\n										Date : 24 October 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n        0\n                Years Of Foundation\n        0\n                <h5>People In The City</h5>\n        0\n                <h5>Successful Programs</h5>\n        0\n                <h5>Square Of City</h5>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-Q8JDNBT.png\"  alt=\"Corbin Mosley\">\n                    <strong>Corbin Mosley</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-N8572T7.jpg\"  alt=\"Denny Whelan\">\n                    <strong>Denny Whelan</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-A8E2W8S.jpg\"  alt=\"Sarah O&#039;Reilly\">\n                    <strong>Sarah O&#039;Reilly</strong>\n                    <p>Citizen</p>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>\n                    <ul></ul>\n                <img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/testimonial-83S5W35.jpg\"  alt=\"Kitty Velazquez\">\n                    <strong>Kitty Velazquez</strong>\n                    <p>Citizen</p>\n			<h2>Popular Question</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-8fab880\" aria-expanded=\"false\" data-target=\"#expand-8fab880\" aria-controls=\"expand-8fab880\">\n                        Complaint about road parking?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-c8565b5\" aria-expanded=\"false\" data-target=\"#expand-c8565b5\" aria-controls=\"expand-c8565b5\">\n                        Make a complaint about specific incidents?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes\n                    <a href=\"#expand-34c3ab0\" aria-expanded=\"false\" data-target=\"#expand-34c3ab0\" aria-controls=\"expand-34c3ab0\">\n                        How can i get property tax bill online?\n                    </a>\n                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes','Event','','inherit','closed','closed','','89-revision-v1','','','2023-08-29 11:38:31','2023-08-29 06:08:31','',89,'https://politick.in8.cdn-alpha.com/?p=91',0,'revision','',0),(92,1,'2023-08-29 11:38:31','2023-08-29 06:08:31','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Team</h2>		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Our Team\n									</li>\n						</ul>\n			<h2>Meet Council Members\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Jerry Howell</h3><p>Mayor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Elysia Molloy</h2><p>Health Director</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Dollie Brennan</h2><p>City Auditor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/business-agent-LTX7Y7U.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Arham Bradley</h3><p>Town Clerk</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/serious-speaker-2BEQX5R.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Trystan Hume</h3><p>Councilor, District 1</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-businessman-QWVC4G6.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Donte Anthony</h3><p>Councilor, District 2</p>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Helplines & Emergency Services</h4>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						(+021) 157 489					\n				</h3>\n			<h2>Explore Our Departments</h2>		\n		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 xercitation ullamco laboris nisi ut aliquip ex ea commodo		\n                <h3>Business &amp; Industry</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Finance &amp; Economy</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Agriculture &amp; Food</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Constution &amp; Law</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n			<a role=\"button\">\n						All Departement\n					</a>\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n            <article>\n                    <a href=\"https://politick.in8.cdn-alpha.com/wp-admin/post.php?post=1&amp;action=edit\" target=\"_blank\" rel=\"noopener\">\n				edit post\n			</a><a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">\n        </a><a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">Uncategorized</a>\n                    <h4>\n							<a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Hello world!</a>\n						</h4><p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Read More</a>\n                </article>','Team','','inherit','closed','closed','','90-revision-v1','','','2023-08-29 11:38:31','2023-08-29 06:08:31','',90,'https://politick.in8.cdn-alpha.com/?p=92',0,'revision','',0),(93,1,'2023-08-29 12:05:30','2023-08-29 06:35:30','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','publish','closed','closed','','header','','','2023-08-29 15:48:39','2023-08-29 10:18:39','',0,'https://politick.in8.cdn-alpha.com/?post_type=elementor-hf&#038;p=93',0,'elementor-hf','',0),(94,1,'2023-08-29 12:05:30','2023-08-29 06:35:30','','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 12:05:30','2023-08-29 06:35:30','',93,'https://politick.in8.cdn-alpha.com/?p=94',0,'revision','',0),(95,1,'2023-08-29 12:05:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2023-08-29 12:05:45','0000-00-00 00:00:00','',0,'https://politick.in8.cdn-alpha.com/?post_type=elementor-hf&p=95',0,'elementor-hf','',0),(96,1,'2023-08-29 12:05:46','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2023-08-29 12:05:46','0000-00-00 00:00:00','',0,'https://politick.in8.cdn-alpha.com/?post_type=elementor-hf&p=96',0,'elementor-hf','',0),(98,1,'2023-08-29 12:08:01','2023-08-29 06:38:01','','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 12:08:01','2023-08-29 06:38:01','',93,'https://politick.in8.cdn-alpha.com/?p=98',0,'revision','',0),(99,1,'2023-08-29 12:08:02','2023-08-29 06:38:02','','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 12:08:02','2023-08-29 06:38:02','',93,'https://politick.in8.cdn-alpha.com/?p=99',0,'revision','',0),(100,1,'2023-08-29 12:08:03','2023-08-29 06:38:03','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 12:08:03','2023-08-29 06:38:03','',93,'https://politick.in8.cdn-alpha.com/?p=100',0,'revision','',0),(101,1,'2023-08-29 12:12:27','2023-08-29 06:42:27','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n		Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Jl. Sunset Road No.815, Kuta\n									</li>\n								<li>\n										support@domain.com\n									</li>\n								<li>\n										(+021) 157 489\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Quick Links</h4>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Cases\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Pricing\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Useful Links</h4>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Disclaimer\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n						</ul>\n			<h4>Newsletter</h4>		\n			<form method=\"post\" data-listed=\"\" data-success-message=\"Successfully listed this email\" data-error-message=\"Something went wrong\">\n                    <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required=\"\">\n            <button type=\"submit\" name=\"jkit-mailchimp\">\n                Send\n            </button>\n        </form>		\n		Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		City Government & Municipal Template Kit by JegthemeCopyright © 2021. All rights reserved.','Footer','','publish','closed','closed','','footer','','','2023-08-29 15:29:18','2023-08-29 09:59:18','',0,'https://politick.in8.cdn-alpha.com/?post_type=elementor-hf&#038;p=101',0,'elementor-hf','',0),(102,1,'2023-08-29 12:12:27','2023-08-29 06:42:27','','Footer','','inherit','closed','closed','','101-revision-v1','','','2023-08-29 12:12:27','2023-08-29 06:42:27','',101,'https://politick.in8.cdn-alpha.com/?p=102',0,'revision','',0),(104,1,'2023-08-29 12:13:34','2023-08-29 06:43:34','','Footer','','inherit','closed','closed','','101-revision-v1','','','2023-08-29 12:13:34','2023-08-29 06:43:34','',101,'https://politick.in8.cdn-alpha.com/?p=104',0,'revision','',0),(105,1,'2023-08-29 12:13:35','2023-08-29 06:43:35','','Footer','','inherit','closed','closed','','101-revision-v1','','','2023-08-29 12:13:35','2023-08-29 06:43:35','',101,'https://politick.in8.cdn-alpha.com/?p=105',0,'revision','',0),(106,1,'2023-08-29 12:13:36','2023-08-29 06:43:36','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n		Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Jl. Sunset Road No.815, Kuta\n									</li>\n								<li>\n										support@domain.com\n									</li>\n								<li>\n										(+021) 157 489\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Quick Links</h4>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Cases\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Pricing\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Useful Links</h4>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Disclaimer\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n						</ul>\n			<h4>Newsletter</h4>		\n			<form method=\"post\" data-listed=\"\" data-success-message=\"Successfully listed this email\" data-error-message=\"Something went wrong\">\n                    <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required=\"\">\n            <button type=\"submit\" name=\"jkit-mailchimp\">\n                Send\n            </button>\n        </form>		\n		Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		City Government & Municipal Template Kit by JegthemeCopyright © 2021. All rights reserved.','Footer','','inherit','closed','closed','','101-revision-v1','','','2023-08-29 12:13:36','2023-08-29 06:43:36','',101,'https://politick.in8.cdn-alpha.com/?p=106',0,'revision','',0),(107,1,'2023-08-29 12:14:12','2023-08-29 06:44:12','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome To The Local Government Portal</h1>		\n			Cityvile		\n		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 		\n			<a href=\"#\">\n						Discover More\n					</a>\n			<a href=\"#\">\n						View Events\n					</a>\n			<h2>The Major Voice Of City Government</h2>		\n		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.Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Duis aute irure dolor in reprehenderit in voluptate velit esse \n									</li>\n								<li>\n										Quis nostrud exercitation ullamco laboris nisi minim veniam\n									</li>\n								<li>\n										Nostrum exercitationem ullam corporis suscipit laboriosam\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"474\" height=\"161\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png 474w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV-300x102.png 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" />															\n			<h3>Jerry Howell</h3>Mayor		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Explore Government Services & Information</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<a href=\"#\">\n						Explore All\n					</a>\n                <h3>Education Institute</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Justice and Law</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Health and Welfare</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Transportation</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Entertainment</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Trafic &amp; Parking</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n			<h4>Helplines & Emergency Services</h4>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						(+021) 157 489					\n				</h3>\n			<h2>Explore Our Departments</h2>		\n		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 xercitation ullamco laboris nisi ut aliquip ex ea commodo		\n                <h3>Business &amp; Industry</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Finance &amp; Economy</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Agriculture &amp; Food</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Constution &amp; Law</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n			<a role=\"button\">\n						All Departement\n					</a>\n			<h2>Upcoming Events and Activities</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>08</h2><h3>July 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\" title=\"people-at-festival-of-colors.jpg\" alt=\"people-at-festival-of-colors.jpg\" loading=\"lazy\" />															\n			<h3>Cityvile Colour Run</h3>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 15.00 P.M. - Till Drop\n									</li>\n								<li>\n										Date : 08 July 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>28</h2><h3>Aug 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\" title=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" alt=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" loading=\"lazy\" />															\n			<h2>Violence Against Women</h2>		\n					<ul>\n							<li>\n										Location : Jl. Sunset Road No.815\n									</li>\n								<li>\n										Time : 10.00 A.M. - 13.00 PA.M.\n									</li>\n								<li>\n										Date : 28 August 2021\n									</li>\n								<li>\n										Category : Welfare\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>12</h2><h3>Sept 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\" title=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" alt=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" loading=\"lazy\" />															\n			<h2>Sport Games for Children</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 08.00 A.M. - 15.00 P.M.\n									</li>\n								<li>\n										Date : 12 September 2021\n									</li>\n								<li>\n										Category : Sports\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>Explore City Highlights\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n            <p></p>\n            <h3>Capital Building</h3>\n            <p></p>\n            <h3>Ethology Museum</h3>\n            <p></p>\n            <h3>Central Park</h3>\n            <p></p>\n            <h3>Cityvile State</h3>\n			<h2>Meet Council Members\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Jerry Howell</h3><p>Mayor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Elysia Molloy</h2><p>Health Director</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Dollie Brennan</h2><p>City Auditor</p>\n			<h2>Cityvile Overview Services & Top Requests\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h3>Documents & Notices</h3>		\n                <h3>Facility Use Application</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Building Permit</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Civil Exams Applications</h3>\n                    <a href=\"#\"   >Download</a>\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n            <article>\n                    <a href=\"https://politick.in8.cdn-alpha.com/wp-admin/post.php?post=1&amp;action=edit\" target=\"_blank\" rel=\"noopener\">\n				edit post\n			</a><a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">\n        </a><a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">Uncategorized</a>\n                    <h4>\n							<a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Hello world!</a>\n						</h4><p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Read More</a>\n                </article>','Home','','publish','closed','closed','','home','','','2023-08-29 12:15:19','2023-08-29 06:45:19','',0,'https://politick.in8.cdn-alpha.com/?page_id=107',0,'page','',0),(108,1,'2023-08-29 12:13:59','2023-08-29 06:43:59','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentythree','','','2023-08-29 12:13:59','2023-08-29 06:43:59','',0,'https://politick.in8.cdn-alpha.com/wp-global-styles-twentytwentythree/',0,'wp_global_styles','',0),(109,1,'2023-08-29 12:14:12','2023-08-29 06:44:12','','Home','','inherit','closed','closed','','107-revision-v1','','','2023-08-29 12:14:12','2023-08-29 06:44:12','',107,'https://politick.in8.cdn-alpha.com/?p=109',0,'revision','',0),(111,1,'2023-08-29 12:15:17','2023-08-29 06:45:17','','Home','','inherit','closed','closed','','107-revision-v1','','','2023-08-29 12:15:17','2023-08-29 06:45:17','',107,'https://politick.in8.cdn-alpha.com/?p=111',0,'revision','',0),(112,1,'2023-08-29 12:15:18','2023-08-29 06:45:18','','Home','','inherit','closed','closed','','107-revision-v1','','','2023-08-29 12:15:18','2023-08-29 06:45:18','',107,'https://politick.in8.cdn-alpha.com/?p=112',0,'revision','',0),(113,1,'2023-08-29 12:15:19','2023-08-29 06:45:19','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome To The Local Government Portal</h1>		\n			Cityvile		\n		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 		\n			<a href=\"#\">\n						Discover More\n					</a>\n			<a href=\"#\">\n						View Events\n					</a>\n			<h2>The Major Voice Of City Government</h2>		\n		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.Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco sed do eiusmod tempor		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Duis aute irure dolor in reprehenderit in voluptate velit esse \n									</li>\n								<li>\n										Quis nostrud exercitation ullamco laboris nisi minim veniam\n									</li>\n								<li>\n										Nostrum exercitationem ullam corporis suscipit laboriosam\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"474\" height=\"161\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV.png 474w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/signature-5QEGBV-300x102.png 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" />															\n			<h3>Jerry Howell</h3>Mayor		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Explore Government Services & Information</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n			<a href=\"#\">\n						Explore All\n					</a>\n                <h3>Education Institute</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Justice and Law</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Health and Welfare</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Transportation</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Entertainment</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Trafic &amp; Parking</h3><p>Lorem ipsum dolor sit amet</p>\n                    <a href=\"\"   >Read More</a>\n			<h4>Helplines & Emergency Services</h4>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						(+021) 157 489					\n				</h3>\n			<h2>Explore Our Departments</h2>		\n		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 xercitation ullamco laboris nisi ut aliquip ex ea commodo		\n                <h3>Business &amp; Industry</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Finance &amp; Economy</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Agriculture &amp; Food</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n                <h3>Constution &amp; Law</h3><p>Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod </p>\n                    <a href=\"\"   >Read More</a>\n			<a role=\"button\">\n						All Departement\n					</a>\n			<h2>Upcoming Events and Activities</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h2>08</h2><h3>July 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/people-at-festival-of-colors-qbm2sagy4uk2gaw61p1wapzp2ewqko8hgz8qnfwqxk.jpg\" title=\"people-at-festival-of-colors.jpg\" alt=\"people-at-festival-of-colors.jpg\" loading=\"lazy\" />															\n			<h3>Cityvile Colour Run</h3>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 15.00 P.M. - Till Drop\n									</li>\n								<li>\n										Date : 08 July 2021\n									</li>\n								<li>\n										Category : Entertainment\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>28</h2><h3>Aug 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors-qbm2sg3z9ursdynz4rhnpokgmq4xuuuvhr5nj3odw8.jpg\" title=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" alt=\"speak-out-against-bullying-group-of-feminist-women-have-protest-for-their-rights-outdoors.jpg\" loading=\"lazy\" />															\n			<h2>Violence Against Women</h2>		\n					<ul>\n							<li>\n										Location : Jl. Sunset Road No.815\n									</li>\n								<li>\n										Time : 10.00 A.M. - 13.00 PA.M.\n									</li>\n								<li>\n										Date : 28 August 2021\n									</li>\n								<li>\n										Category : Welfare\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>12</h2><h3>Sept 2021</h3>		\n															<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/elementor/thumbs/portrait-of-children-showing-off-winners-medals-on-sports-day-qbm2skt680y800h5dbisk5drlnhrxcdj6ef2xhhf14.jpg\" title=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" alt=\"portrait-of-children-showing-off-winners-medals-on-sports-day.jpg\" loading=\"lazy\" />															\n			<h2>Sport Games for Children</h2>		\n					<ul>\n							<li>\n										Location : Jl. Raya Puputan No 142\n									</li>\n								<li>\n										Time : 08.00 A.M. - 15.00 P.M.\n									</li>\n								<li>\n										Date : 12 September 2021\n									</li>\n								<li>\n										Category : Sports\n									</li>\n						</ul>\n			<a role=\"button\">\n						Join Event\n					</a>\n			<h2>Explore City Highlights\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 		\n            <p></p>\n            <h3>Capital Building</h3>\n            <p></p>\n            <h3>Ethology Museum</h3>\n            <p></p>\n            <h3>Central Park</h3>\n            <p></p>\n            <h3>Cityvile State</h3>\n			<h2>Meet Council Members\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/senior-traveler-SULUF4P.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h3>Jerry Howell</h3><p>Mayor</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/confident-professional-8T7X45D.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Elysia Molloy</h2><p>Health Director</p>\n			<img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/working-on-travel-AHE6QFC-1.jpg\" >\n                <h2></h2>\n                <p></p>\n                <ul><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li><li><a href=\"#\"  ></a></li></ul>\n                <h2>Dollie Brennan</h2><p>City Auditor</p>\n			<h2>Cityvile Overview Services & Top Requests\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n			<h3>Explore Common Resources\n</h3>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h2>Announcements & Additional Information</h2>		\n					<ul>\n							<li>\n											<a href=\"#\">\n										 Apply for Driving License \n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Birth or Death Certificate\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get/Renew a Business Tax\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Get a Marriage License\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										 Apply for a City Job \n											</a>\n									</li>\n						</ul>\n			<h3>Documents & Notices</h3>		\n                <h3>Facility Use Application</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Building Permit</h3>\n                    <a href=\"#\"   >Download</a>\n                <h3>Civil Exams Applications</h3>\n                    <a href=\"#\"   >Download</a>\n			<h2>Latest Blog & Articles\n</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua		\n            <article>\n                    <a href=\"https://politick.in8.cdn-alpha.com/wp-admin/post.php?post=1&amp;action=edit\" target=\"_blank\" rel=\"noopener\">\n				edit post\n			</a><a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">\n        </a><a href=\"https://politick.in8.cdn-alpha.com/category/uncategorized/\">Uncategorized</a>\n                    <h4>\n							<a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Hello world!</a>\n						</h4><p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n                <a href=\"https://politick.in8.cdn-alpha.com/hello-world/\">Read More</a>\n                </article>','Home','','inherit','closed','closed','','107-revision-v1','','','2023-08-29 12:15:19','2023-08-29 06:45:19','',107,'https://politick.in8.cdn-alpha.com/?p=113',0,'revision','',0),(114,1,'2023-08-29 15:27:38','2023-08-29 09:57:38','','Politick','','inherit','open','closed','','politick','','','2023-08-29 15:27:38','2023-08-29 09:57:38','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick.webp',0,'attachment','image/webp',0),(115,1,'2023-08-29 15:27:48','2023-08-29 09:57:48','','Politick (1)','','inherit','open','closed','','politick-1','','','2023-08-29 15:28:14','2023-08-29 09:58:14','',0,'https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp',0,'attachment','image/webp',0),(116,1,'2023-08-29 15:29:17','2023-08-29 09:59:17','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n		Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Jl. Sunset Road No.815, Kuta\n									</li>\n								<li>\n										support@domain.com\n									</li>\n								<li>\n										(+021) 157 489\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Quick Links</h4>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Cases\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Pricing\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Useful Links</h4>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Disclaimer\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n						</ul>\n			<h4>Newsletter</h4>		\n			<form method=\"post\" data-listed=\"\" data-success-message=\"Successfully listed this email\" data-error-message=\"Something went wrong\">\n                    <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required=\"\">\n            <button type=\"submit\" name=\"jkit-mailchimp\">\n                Send\n            </button>\n        </form>		\n		Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		City Government & Municipal Template Kit by JegthemeCopyright © 2021. All rights reserved.','Footer','','inherit','closed','closed','','101-revision-v1','','','2023-08-29 15:29:17','2023-08-29 09:59:17','',101,'https://politick.in8.cdn-alpha.com/?p=116',0,'revision','',0),(117,1,'2023-08-29 15:29:17','2023-08-29 09:59:17','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n		Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Jl. Sunset Road No.815, Kuta\n									</li>\n								<li>\n										support@domain.com\n									</li>\n								<li>\n										(+021) 157 489\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Quick Links</h4>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Cases\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Pricing\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Useful Links</h4>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Disclaimer\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n						</ul>\n			<h4>Newsletter</h4>		\n			<form method=\"post\" data-listed=\"\" data-success-message=\"Successfully listed this email\" data-error-message=\"Something went wrong\">\n                    <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required=\"\">\n            <button type=\"submit\" name=\"jkit-mailchimp\">\n                Send\n            </button>\n        </form>		\n		Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		City Government & Municipal Template Kit by JegthemeCopyright © 2021. All rights reserved.','Footer','','inherit','closed','closed','','101-revision-v1','','','2023-08-29 15:29:17','2023-08-29 09:59:17','',101,'https://politick.in8.cdn-alpha.com/?p=117',0,'revision','',0),(118,1,'2023-08-29 15:29:18','2023-08-29 09:59:18','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n		Lorem ipsum dolor sit amet, consectet adipiscing elit, sed do eiusmod 		\n			<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Jl. Sunset Road No.815, Kuta\n									</li>\n								<li>\n										support@domain.com\n									</li>\n								<li>\n										(+021) 157 489\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Quick Links</h4>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Cases\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Pricing\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n						</ul>\n			<h4>Useful Links</h4>		\n					<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Disclaimer\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Support\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											FAQ\n											</a>\n									</li>\n						</ul>\n			<h4>Newsletter</h4>		\n			<form method=\"post\" data-listed=\"\" data-success-message=\"Successfully listed this email\" data-error-message=\"Something went wrong\">\n                    <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required=\"\">\n            <button type=\"submit\" name=\"jkit-mailchimp\">\n                Send\n            </button>\n        </form>		\n		Lorem ipsum dolor sit amet, consectectur adipiscing elit, sed do eiusmod tempor 		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Jki-youtube-v-light\n											</a>\n		City Government & Municipal Template Kit by JegthemeCopyright © 2021. All rights reserved.','Footer','','inherit','closed','closed','','101-revision-v1','','','2023-08-29 15:29:18','2023-08-29 09:59:18','',101,'https://politick.in8.cdn-alpha.com/?p=118',0,'revision','',0),(119,1,'2023-08-29 15:29:48','2023-08-29 09:59:48','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:29:48','2023-08-29 09:59:48','',93,'https://politick.in8.cdn-alpha.com/?p=119',0,'revision','',0),(120,1,'2023-08-29 15:29:48','2023-08-29 09:59:48','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:29:48','2023-08-29 09:59:48','',93,'https://politick.in8.cdn-alpha.com/?p=120',0,'revision','',0),(121,1,'2023-08-29 15:29:49','2023-08-29 09:59:49','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/home/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/home/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:29:49','2023-08-29 09:59:49','',93,'https://politick.in8.cdn-alpha.com/?p=121',0,'revision','',0),(122,1,'2023-08-29 15:30:00','2023-08-29 10:00:00','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2023-08-29 15:30:00','2023-08-29 10:00:00','',0,'https://politick.in8.cdn-alpha.com/navigation/',0,'wp_navigation','',0),(123,1,'2023-08-29 15:30:54','2023-08-29 10:00:54','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/home/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/home/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:30:54','2023-08-29 10:00:54','',93,'https://politick.in8.cdn-alpha.com/?p=123',0,'revision','',0),(124,1,'2023-08-29 15:30:54','2023-08-29 10:00:54','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/home/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/home/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:30:54','2023-08-29 10:00:54','',93,'https://politick.in8.cdn-alpha.com/?p=124',0,'revision','',0),(125,1,'2023-08-29 15:30:55','2023-08-29 10:00:55','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:30:55','2023-08-29 10:00:55','',93,'https://politick.in8.cdn-alpha.com/?p=125',0,'revision','',0),(126,1,'2023-08-29 15:31:37','2023-08-29 10:01:37','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:31:37','2023-08-29 10:01:37','',93,'https://politick.in8.cdn-alpha.com/?p=126',0,'revision','',0),(127,1,'2023-08-29 15:31:38','2023-08-29 10:01:38','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:31:38','2023-08-29 10:01:38','',93,'https://politick.in8.cdn-alpha.com/?p=127',0,'revision','',0),(128,1,'2023-08-29 15:31:38','2023-08-29 10:01:38','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:31:38','2023-08-29 10:01:38','',93,'https://politick.in8.cdn-alpha.com/?p=128',0,'revision','',0),(129,1,'2023-08-29 15:32:06','2023-08-29 10:02:06','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:32:06','2023-08-29 10:02:06','',93,'https://politick.in8.cdn-alpha.com/?p=129',0,'revision','',0),(130,1,'2023-08-29 15:32:07','2023-08-29 10:02:07','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:32:07','2023-08-29 10:02:07','',93,'https://politick.in8.cdn-alpha.com/?p=130',0,'revision','',0),(131,1,'2023-08-29 15:32:08','2023-08-29 10:02:08','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:32:08','2023-08-29 10:02:08','',93,'https://politick.in8.cdn-alpha.com/?p=131',0,'revision','',0),(132,1,'2023-08-29 15:33:52','2023-08-29 10:03:52','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:33:52','2023-08-29 10:03:52','',93,'https://politick.in8.cdn-alpha.com/?p=132',0,'revision','',0),(133,1,'2023-08-29 15:33:52','2023-08-29 10:03:52','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:33:52','2023-08-29 10:03:52','',93,'https://politick.in8.cdn-alpha.com/?p=133',0,'revision','',0),(134,1,'2023-08-29 15:33:53','2023-08-29 10:03:53','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:33:53','2023-08-29 10:03:53','',93,'https://politick.in8.cdn-alpha.com/?p=134',0,'revision','',0),(135,1,'2023-08-29 15:34:11','2023-08-29 10:04:11','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:34:11','2023-08-29 10:04:11','',93,'https://politick.in8.cdn-alpha.com/?p=135',0,'revision','',0),(136,1,'2023-08-29 15:34:12','2023-08-29 10:04:12','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:34:12','2023-08-29 10:04:12','',93,'https://politick.in8.cdn-alpha.com/?p=136',0,'revision','',0),(137,1,'2023-08-29 15:34:13','2023-08-29 10:04:13','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:34:13','2023-08-29 10:04:13','',93,'https://politick.in8.cdn-alpha.com/?p=137',0,'revision','',0),(138,1,'2023-08-29 15:41:09','2023-08-29 10:11:09','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:41:09','2023-08-29 10:11:09','',93,'https://politick.in8.cdn-alpha.com/?p=138',0,'revision','',0),(139,1,'2023-08-29 15:41:09','2023-08-29 10:11:09','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:41:09','2023-08-29 10:11:09','',93,'https://politick.in8.cdn-alpha.com/?p=139',0,'revision','',0),(140,1,'2023-08-29 15:41:10','2023-08-29 10:11:10','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:41:10','2023-08-29 10:11:10','',93,'https://politick.in8.cdn-alpha.com/?p=140',0,'revision','',0),(141,1,'2023-08-29 15:42:31','2023-08-29 10:12:31','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:42:31','2023-08-29 10:12:31','',93,'https://politick.in8.cdn-alpha.com/?p=141',0,'revision','',0),(142,1,'2023-08-29 15:42:32','2023-08-29 10:12:32','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:42:32','2023-08-29 10:12:32','',93,'https://politick.in8.cdn-alpha.com/?p=142',0,'revision','',0),(143,1,'2023-08-29 15:42:32','2023-08-29 10:12:32','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:42:32','2023-08-29 10:12:32','',93,'https://politick.in8.cdn-alpha.com/?p=143',0,'revision','',0),(144,1,'2023-08-29 15:47:21','2023-08-29 10:17:21','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:47:21','2023-08-29 10:17:21','',93,'https://politick.in8.cdn-alpha.com/?p=144',0,'revision','',0),(145,1,'2023-08-29 15:47:22','2023-08-29 10:17:22','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:47:22','2023-08-29 10:17:22','',93,'https://politick.in8.cdn-alpha.com/?p=145',0,'revision','',0),(146,1,'2023-08-29 15:47:22','2023-08-29 10:17:22','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:47:22','2023-08-29 10:17:22','',93,'https://politick.in8.cdn-alpha.com/?p=146',0,'revision','',0),(147,1,'2023-08-29 15:47:59','2023-08-29 10:17:59','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:47:59','2023-08-29 10:17:59','',93,'https://politick.in8.cdn-alpha.com/?p=147',0,'revision','',0),(148,1,'2023-08-29 15:47:59','2023-08-29 10:17:59','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:47:59','2023-08-29 10:17:59','',93,'https://politick.in8.cdn-alpha.com/?p=148',0,'revision','',0),(149,1,'2023-08-29 15:48:00','2023-08-29 10:18:00','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:48:00','2023-08-29 10:18:00','',93,'https://politick.in8.cdn-alpha.com/?p=149',0,'revision','',0),(150,1,'2023-08-29 15:48:37','2023-08-29 10:18:37','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:48:37','2023-08-29 10:18:37','',93,'https://politick.in8.cdn-alpha.com/?p=150',0,'revision','',0),(151,1,'2023-08-29 15:48:38','2023-08-29 10:18:38','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:48:38','2023-08-29 10:18:38','',93,'https://politick.in8.cdn-alpha.com/?p=151',0,'revision','',0),(152,1,'2023-08-29 15:48:39','2023-08-29 10:18:39','<link rel=\"stylesheet\" href=\"https://politick.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Call on : (+021) 157 489\n									</li>\n								<li>\n										Open Hours : Mon-Fri 08:00 - 15:00\n									</li>\n						</ul>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"400\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp\" alt=\"Politick\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1.webp 1920w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-300x63.webp 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1024x213.webp 1024w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-768x160.webp 768w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/Politick-1-1536x320.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>\n															<img width=\"855\" height=\"234\" src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE.png 855w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-300x82.png 300w, https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-33D9BE-768x210.png 768w\" sizes=\"(max-width: 855px) 100vw, 855px\" />															\n			<button></button>\n        <ul>\n<li><a href=\"https://politick.in8.cdn-alpha.com/\">Home</a></li>\n<li><a href=\"https://politick.in8.cdn-alpha.com/sample-page/\">Sample Page</a></li>\n</ul>\n                <a href=\"https://politick.in8.cdn-alpha.com\"><img src=\"https://politick.in8.cdn-alpha.com/wp-content/uploads/2023/08/logo-black.png\" ></a>\n                <button></button>\n			<a href=\"#\">\n						Report An Issues\n					</a>','Header','','inherit','closed','closed','','93-revision-v1','','','2023-08-29 15:48:39','2023-08-29 10:18:39','',93,'https://politick.in8.cdn-alpha.com/?p=152',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(7,2,0),(23,3,0),(33,2,0),(41,3,0),(43,3,0),(49,3,0),(51,3,0),(52,2,0),(59,3,0),(66,3,0),(77,3,0),(78,3,0),(79,3,0),(86,2,0),(89,3,0),(90,3,0),(108,4,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'elementor_library_type','',0,4),(3,3,'elementor_library_type','',0,12),(4,4,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'section','section',0),(3,'page','page',0),(4,'twentytwentythree','twentytwentythree',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','sitemanager'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"9614c9499c4b9707be771e71cff6382afa6c1a3136a53e5be24a61dcc7c9e5b5\";a:4:{s:10:\"expiration\";i:1693459596;s:2:\"ip\";s:14:\"172.69.178.203\";s:2:\"ua\";s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";s:5:\"login\";i:1693286796;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"172.69.178.0\";}'),(19,1,'hfe-popup','dismissed'),(20,1,'header-footer-elementor-rating','delayed-notice'),(21,1,'elementor_introduction','a:3:{s:27:\"ai-get-started-announcement\";b:1;s:7:\"exit_to\";b:1;s:20:\"globals_introduction\";b:1;}'),(22,1,'announcements_user_counter','1'),(23,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-08-29T06:44:00.319Z\";}'),(24,1,'wp_user-settings','libraryContent=browse'),(25,1,'wp_user-settings-time','1693303205');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'sitemanager','$P$BtftaGp7LYcSuT63i5rLaHDc6yUk5J/','sitemanager','wp@dxpsites.com','https://politick.in8.cdn-alpha.com','2023-08-29 05:23:46','',0,'sitemanager');
/*!40000 ALTER TABLE `wp_users` 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 2024-06-25 20:58:20

{"id":904,"date":"2020-02-17T21:20:08","date_gmt":"2020-02-17T15:50:08","guid":{"rendered":"https:\/\/zylondesigns.top\/affy\/?page_id=904"},"modified":"2020-11-11T21:59:01","modified_gmt":"2020-11-11T16:29:01","slug":"group-companies","status":"publish","type":"page","link":"https:\/\/affypharma.com\/group-companies\/","title":{"rendered":"Group Companies"},"content":{"rendered":"\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\n\t\t\t\t
Arrange A Callback<\/a>\n\t\t\t\t
\n\t\t\t\t\t